diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index b58f188bc..ec7c2495f 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index d62023895..f3f384c0e 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.180.0](https://img.shields.io/badge/Version-0.180.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.181.0](https://img.shields.io/badge/Version-0.181.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -80,7 +80,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kubePrometheusStack.repoURL | string | [repo](https://prometheus-community.github.io/helm-charts) | Repo URL | | kubePrometheusStack.syncPolicy | object | `{"syncOptions":["ServerSideApply=true"]}` | Argo CD sync policy for the app | | kubePrometheusStack.syncPolicy.syncOptions[0] | string | `"ServerSideApply=true"` | enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources | -| kubePrometheusStack.targetRevision | string | `"49.2.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | +| kubePrometheusStack.targetRevision | string | `"51.2.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | | kubePrometheusStack.values | object | [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml) | Helm values | | kured | object | [example](./examples/kured.yaml) | [kured](https://github.com/kubereboot/kured) | | kured.annotations | object | `{}` | Annotations for Kured app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index f4643c5db..7ee4e9cdb 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -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: