Skip to content

Commit d52f794

Browse files
Update quay.io/prometheus-operator/prometheus-config-reloader Docker tag to v0.81.0 (#29)
* Update quay.io/prometheus-operator/prometheus-config-reloader Docker tag to v0.81.0 * ./do helm-docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Stephen <[email protected]>
1 parent d6c1c12 commit d52f794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Dashboards are provisioned directly from CRDs, which means any manual edits will
209209
| prometheusOperator.image.tag | string | `"v0.80.1"` | Tag for the Prometheus Operator image. |
210210
| prometheusOperator.installCRDs | bool | `false` | |
211211
| prometheusOperator.prometheusConfigReloader.image.repository | string | `"quay.io/prometheus-operator/prometheus-config-reloader"` | Image repository for Prometheus Config Reloader. |
212-
| prometheusOperator.prometheusConfigReloader.image.tag | string | `"v0.80.1"` | Tag for the Prometheus Config Reloader image. |
212+
| prometheusOperator.prometheusConfigReloader.image.tag | string | `"v0.81.0"` | Tag for the Prometheus Config Reloader image. |
213213
| prometheusOperator.replicas | int | `1` | Number of Prometheus Operator replicas to deploy. |
214214

215215
## Releases

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ prometheusOperator:
2525
# -- Image repository for Prometheus Config Reloader.
2626
repository: quay.io/prometheus-operator/prometheus-config-reloader
2727
# -- Tag for the Prometheus Config Reloader image.
28-
tag: v0.80.1
28+
tag: v0.81.0
2929

3030
prometheus:
3131
enabled: "-"

0 commit comments

Comments
 (0)