Skip to content

Commit

Permalink
Downgrade prometheus chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
xannz committed Nov 7, 2024
1 parent c9b8e98 commit cc19f46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/cnl-quickstart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 7.6.12
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 65.8.1
version: 65.3.1
- name: monitoring
repository: file://subcharts/monitoring
version: 0.1.0
digest: sha256:3012ab86eb8def673ff43ceba1936f55f6753c7798150786a85b2d02f0f2f254
generated: "2024-11-06T16:04:10.718430168+01:00"
digest: sha256:f13d43816382c18632eb164dbc22febdbab7dcd28660fdd7cc93705a1803cffb
generated: "2024-11-07T16:07:30.128162063+01:00"
4 changes: 2 additions & 2 deletions charts/cnl-quickstart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -33,7 +33,7 @@ dependencies:
condition: argo-cd.enabled
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 65.8.1
version: 65.3.1 # This is the max version of this chart which can be used with the Helm version installed by ArgoCD
- name: monitoring
repository: file://subcharts/monitoring
condition: monitoring.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/cnl-quickstart/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ afterInstallationManual: |
namespaces:
- kafka
- argocd
- prometheus
- monitoring

0 comments on commit cc19f46

Please sign in to comment.