Skip to content

Commit

Permalink
[docs] link between appVersion CRDs Prometheus-Operator (prometheus-c…
Browse files Browse the repository at this point in the history
…ommunity#5127)

Signed-off-by: Matthew Philippe <[email protected]>
  • Loading branch information
Matthew Philippe committed Jan 20, 2025
1 parent 13ed709 commit 3abc190
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 68.2.1
version: 68.2.2
appVersion: v0.79.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
3 changes: 3 additions & 0 deletions charts/kube-prometheus-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ helm upgrade [RELEASE_NAME] prometheus-community/kube-prometheus-stack
With Helm v3, CRDs created by this chart are not updated by default and should be manually updated.
Consult also the [Helm Documentation on CRDs](https://helm.sh/docs/chart_best_practices/custom_resource_definitions).

CRDs update lead to a major version bump.
The Chart's [appVersion](./Chart.yaml#L35) refers to the [`prometheus-operator`](https://github.com/prometheus-operator/prometheus-operator/tree/main)'s version with matching CRDs.

_See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documentation._

### Upgrading an existing Release to a new major version
Expand Down

0 comments on commit 3abc190

Please sign in to comment.