Skip to content

Commit

Permalink
feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0 (#… (
Browse files Browse the repository at this point in the history
#1124)

feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0 (#1109)

Signed-off-by: Iago Santos Pardo <[email protected]>
  • Loading branch information
isantospardo authored Oct 9, 2023
1 parent 3cddb33 commit 419239f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
14 changes: 4 additions & 10 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.180.0
version: 0.181.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,13 +17,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "fix(argo-cd): Update chart from 5.46.3 to 5.46.7"
description: "feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0"
links:
- name: "fix: Align redis-ha's affinity type to upstream due to warnings"
url: https://github.com/argoproj/argo-helm/pull/2270
- name: "fix: make ServiceMonitor annotations in ArgoCD server conditional"
url: https://github.com/argoproj/argo-helm/pull/2273
- name: "fix: Add checksum for CMP ConfigMap in repo-server Pod annotations"
url: https://github.com/argoproj/argo-helm/pull/2275
- name: "fix: Update Redis to 7.0.13 to fix CVE-2022-48174"
url: https://github.com/argoproj/argo-helm/pull/2279
- name: Upgrades Prometheus-Operator to v0.68.0, Prometheus to 2.47.0 and Thanos to v0.32.2
url: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#from-50x-to-51x
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ kubePrometheusStack:
# -- Chart
chart: kube-prometheus-stack
# -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version
targetRevision: 49.2.0
targetRevision: 51.2.0
# -- Argo CD sync policy for the app
syncPolicy:
syncOptions:
Expand Down

0 comments on commit 419239f

Please sign in to comment.