Skip to content

Commit

Permalink
Merge branch 'main' into pbmoses-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbmoses authored Oct 21, 2024
2 parents bd2d834 + 0935d77 commit 56e8b62
Show file tree
Hide file tree
Showing 25 changed files with 328 additions and 379 deletions.
9 changes: 9 additions & 0 deletions docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -5800,6 +5800,15 @@ null
<td><pre lang="json">
[]
</pre>
</td>
</tr>
<tr>
<td>kubeVersionOverride</td>
<td>string</td>
<td>Overrides the version used to determine compatibility of resources with the target Kubernetes cluster. This is useful when using `helm template`, because then helm will use the client version of kubectl as the Kubernetes version, which may or may not match your cluster's server version. Example: 'v1.24.4'. Set to null to use the version that helm devises.</td>
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/setup/migrate/migrate-to-tsdb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ schema_config:

1. This sample configuration uses filesystem as the storage in both the periods. If you want to use a different storage for the TSDB index and chunks, you can specify a different `object_store` in the new period.

1. Update the schema to v13 which is the recommended version at the time of writing. Please refer to the [configure page](https://grafana.com/docs/loki/<LOKI_VERSION>/configure/#period_config) for the current recommend version.
1. Update the schema to v13 which is the recommended version at the time of writing. Please refer to the [configure page](https://grafana.com/docs/loki/<LOKI_VERSION>/configure/#period_config) for the current recommended version.

### Configure TSDB shipper

Expand Down
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ manager: deps generate ## Build manager binary

.PHONY: size-calculator
size-calculator: deps generate ## Build size-calculator binary
go build -o bin/size-calculator main.go
go build -o bin/size-calculator ./cmd/size-calculator/main.go

.PHONY: go-generate
go-generate: ## Run go generate
Expand Down
Loading

0 comments on commit 56e8b62

Please sign in to comment.