Skip to content

Commit e4d6e58

Browse files
Update quay.io/prometheus-operator/prometheus-operator Docker tag to v0.81.0 (#30)
* Update quay.io/prometheus-operator/prometheus-operator 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 d52f794 commit e4d6e58

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
@@ -206,7 +206,7 @@ Dashboards are provisioned directly from CRDs, which means any manual edits will
206206
| prometheusOperator.crds.annotations."helm.sh/resource-policy" | string | `"keep"` | |
207207
| prometheusOperator.enabled | string | `"-"` | |
208208
| prometheusOperator.image.repository | string | `"quay.io/prometheus-operator/prometheus-operator"` | Image repository for Prometheus Operator. |
209-
| prometheusOperator.image.tag | string | `"v0.80.1"` | Tag for the Prometheus Operator image. |
209+
| prometheusOperator.image.tag | string | `"v0.81.0"` | 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. |
212212
| prometheusOperator.prometheusConfigReloader.image.tag | string | `"v0.81.0"` | Tag for the Prometheus Config Reloader image. |

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ prometheusOperator:
1919
# -- Image repository for Prometheus Operator.
2020
repository: quay.io/prometheus-operator/prometheus-operator
2121
# -- Tag for the Prometheus Operator image.
22-
tag: v0.80.1
22+
tag: v0.81.0
2323
prometheusConfigReloader:
2424
image:
2525
# -- Image repository for Prometheus Config Reloader.

0 commit comments

Comments
 (0)