Skip to content

Commit

Permalink
fix: corrected image tag
Browse files Browse the repository at this point in the history
There is no need to pin the version of the prometheus version in the values of this chart
as the latest correct version will be used...

Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 21, 2025
1 parent 3c6f774 commit dcefa36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ The installation can be configured using the various parameters defined in the `
| `kube-prometheus-stack.prometheus.prometheusSpec.ignoreNamespaceSelectors` | bool | `false` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.image.registry` | string | `"mtr.devops.telekom.de"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.image.repository` | string | `"kubeprometheusstack/prometheus"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.image.tag` | string | `"v2.51.2"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.listenLocal` | bool | `false` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.logFormat` | string | `"logfmt"` | |
| `kube-prometheus-stack.prometheus.prometheusSpec.logLevel` | string | `"info"` | |
Expand Down
1 change: 0 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ kube-prometheus-stack:
image:
registry: mtr.devops.telekom.de
repository: kubeprometheusstack/prometheus
tag: v2.51.2
listenLocal: false
logFormat: logfmt
logLevel: info
Expand Down

0 comments on commit dcefa36

Please sign in to comment.