Skip to content

Commit

Permalink
[promtheus] Typo correction (#3387)
Browse files Browse the repository at this point in the history
* Typo correction

Signed-off-by: shayyxi <[email protected]>

* Update Chart.yaml

Signed-off-by: MH <[email protected]>

Signed-off-by: MH <[email protected]>

---------

Signed-off-by: shayyxi <[email protected]>
Signed-off-by: MH <[email protected]>
Co-authored-by: shayyxi <[email protected]>
Co-authored-by: MH <[email protected]>
  • Loading branch information
3 people authored May 20, 2023
1 parent 7241371 commit 2cbc8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.44.0
version: 22.6.1
version: 22.6.2
kubeVersion: ">=1.16.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ helm upgrade -i prometheus prometheus-community/prometheus
### To 20.0

The [configmap-reload](https://github.com/jimmidyson/configmap-reload) container was replaced by the [prometheus-config-reloader](https://github.com/prometheus-operator/prometheus-operator/tree/main/cmd/prometheus-config-reloader).
Extra command-line arguments specified via configmapReload.prometheus.extraArgs are not compatible and will break with the new prometheus-config-reloader, refer to the [sources](https://github.com/prometheus-operator/prometheus-operator/blob/main/cmd/prometheus-config-reloader/main.go) in order to make the appropriate adjustment to the extea command-line arguments.
Extra command-line arguments specified via configmapReload.prometheus.extraArgs are not compatible and will break with the new prometheus-config-reloader, refer to the [sources](https://github.com/prometheus-operator/prometheus-operator/blob/main/cmd/prometheus-config-reloader/main.go) in order to make the appropriate adjustment to the extra command-line arguments.

### To 19.0

Expand Down

0 comments on commit 2cbc8c5

Please sign in to comment.