Skip to content

Commit

Permalink
Sync charts (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 4, 2024
1 parent c09b267 commit 80c6fae
Show file tree
Hide file tree
Showing 121 changed files with 8,556 additions and 1,669 deletions.
16 changes: 12 additions & 4 deletions .charts.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
---
charts:
- name: pxc-operator
version: 1.14.1
# https://artifacthub.io/packages/helm/percona/pxc-operator
version: 1.14.2
repository:
url: https://percona.github.io/percona-helm-charts
- name: cloudnative-pg
# https://artifacthub.io/packages/helm/cloudnative-pg/cloudnative-pg
version: 0.21.5
repository:
url: https://cloudnative-pg.github.io/charts
- name: rook-ceph
version: 1.14.6
# https://artifacthub.io/packages/helm/rook/rook-ceph
version: 1.14.8
repository:
url: https://charts.rook.io/release
- name: rook-ceph-cluster
# https://artifacthub.io/packages/helm/rook/rook-ceph-cluster
version: 1.14.5
repository:
url: https://charts.rook.io/release
- name: mariadb-operator
# https://artifacthub.io/packages/helm/mariadb-operator/mariadb-operator
version: 0.29.0
repository:
url: https://helm.mariadb.com/mariadb-operator
- name: rabbitmq-cluster-operator
version: 4.3.6
# https://artifacthub.io/packages/helm/bitnami/rabbitmq-cluster-operator
version: 4.3.11
repository:
url: https://charts.bitnami.com/bitnami
- name: kube-prometheus-stack
version: 60.2.0
# https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
version: 61.2.0
repository:
url: https://prometheus-community.github.io/helm-charts
- name: kubernetes-dashboard
# https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard
version: 7.5.0
repository:
url: https://kubernetes.github.io/dashboard
10 changes: 5 additions & 5 deletions charts/kube-prometheus-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ dependencies:
version: 0.0.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.20.0
version: 5.21.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.36.0
version: 4.37.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.0.2
version: 8.3.1
- name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.3.1
digest: sha256:900db5de312633696b53a576c4de50f712b33aecd78d77e0c0e79a42da3aa0d4
generated: "2024-06-16T21:09:04.281322793Z"
digest: sha256:7fd64f200755d1db12dce5e07ded76036df6033aa4b0e9191d87bc64727e1a60
generated: "2024-07-03T14:58:56.109742838Z"
10 changes: 5 additions & 5 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
url: https://github.com/prometheus-operator/kube-prometheus
artifacthub.io/operator: "true"
apiVersion: v2
appVersion: v0.74.0
appVersion: v0.75.0
dependencies:
- condition: crds.enabled
name: crds
Expand All @@ -16,15 +16,15 @@ dependencies:
- condition: kubeStateMetrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.20.*
version: 5.21.*
- condition: nodeExporter.enabled
name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.36.*
version: 4.37.*
- condition: grafana.enabled
name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.0.*
version: 8.3.*
- condition: windowsMonitoring.enabled
name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
Expand Down Expand Up @@ -62,4 +62,4 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 60.2.0
version: 61.2.0
19 changes: 19 additions & 0 deletions charts/kube-prometheus-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,25 @@ _See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command documen

A major chart version change (like v1.2.3 -> v2.0.0) indicates that there is an incompatible breaking change needing manual actions.

### From 60.x to 61.x

This version upgrades Prometheus-Operator to v0.75.0

Run these commands to update the CRDs before applying the upgrade.

```console
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagerconfigs.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_alertmanagers.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusagents.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheuses.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_scrapeconfigs.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml
kubectl apply --server-side -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.75.0/example/prometheus-operator-crd/monitoring.coreos.com_thanosrulers.yaml
```

### From 59.x to 60.x

This version upgrades the Grafana chart to v8.0.x which introduces Grafana 11. This new major version of Grafana contains some breaking changes described in [Breaking changes in Grafana v11.0](https://grafana.com/docs/grafana/latest/breaking-changes/breaking-changes-v11-0/).
Expand Down
Loading

0 comments on commit 80c6fae

Please sign in to comment.