File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
charts/kube-prometheus-stack Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ name: kube-prometheus-stack
2323sources :
2424 - https://github.com/prometheus-community/helm-charts
2525 - https://github.com/prometheus-operator/kube-prometheus
26- version : 66.7.1
26+ version : 67.0.0
2727appVersion : v0.79.0
2828kubeVersion : " >=1.19.0-0"
2929home : https://github.com/prometheus-operator/kube-prometheus
Original file line number Diff line number Diff line change @@ -82,6 +82,25 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen
8282
8383A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.
8484
85+ ### From 66.x to 67.x
86+
87+ This version upgrades Prometheus Image to v3.0.1 as it is the default version starting with operator version v0.79.0
88+
89+ Run these commands to update the CRDs before applying the upgrade.
90+
91+ ``` console
92+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
93+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
94+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
95+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
96+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
97+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
98+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
99+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
100+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
101+ kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.79.0/example/prometheus-operator-crd/monitoring.coreos.com_thanosrulers.yaml
102+ ```
103+
85104### From 65.x to 66.x
86105
87106This version upgrades Prometheus-Operator to v0.78.1
Original file line number Diff line number Diff line change @@ -3630,7 +3630,7 @@ prometheus:
36303630 image :
36313631 registry : quay.io
36323632 repository : prometheus/prometheus
3633- tag : v2.55 .1
3633+ tag : v3.0 .1
36343634 sha : " "
36353635
36363636 # # Tolerations for use with node taints
You can’t perform that action at this time.
0 commit comments