diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 7ef055b8a..f9adb7b34 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.207.0 +version: 0.208.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -19,29 +19,17 @@ annotations: artifacthub.io/changes: | - kind: changed description: | - feat: Update Velero chart from 5.2.0 to 6.4.0 - - - update Velero from 1.12.2 to 1.13.2 - - removes the `nodeAgent.privileged` field, please use `nodeAgent.containerSecurityContext.privileged` instead - - updates underlying go version and some (k8s) libs that contain security patches + feat: Update Mimir chart from 4.5.0 to 5.3.0 + - update Mimir from 2.9.0 to 2.12.0 + - Alertmanager API v1 deprecation + - Validate tenantID even when federation is not enabled + - Changing some default timeouts and limits in ingester, memberlist, store-gateway and query-frontend + - Removes thanos prefixed metrics from memcached + - Removes some deprecated flags in store-gateway + - shorter TTL for store-gateway temporary blocks + - fixes CVE-2023-39325 + - fixes CVE-2023-45142 + - upgrades Node.js to v20 links: - - name: "Velero Release 1.13.2" - url: https://github.com/vmware-tanzu/velero/releases/tag/v1.13.2 - - name: "Velero Release 1.13.1" - url: https://github.com/vmware-tanzu/velero/releases/tag/v1.13.1 - - name: "Velero Release 1.13.0" - url: https://github.com/vmware-tanzu/velero/releases/tag/v1.13.0 - - name: "Velero Release 1.12.3" - url: https://github.com/vmware-tanzu/velero/releases/tag/v1.12.3 - - name: "feat: allow passing custom args to velero server cli" - url: https://github.com/vmware-tanzu/helm-charts/pull/572 - - name: "feat: chart release 6.0.0" - url: https://github.com/vmware-tanzu/helm-charts/pull/509 - - name: "feat: App pause flag for Schedule" - url: https://github.com/vmware-tanzu/helm-charts/pull/574 - - name: "feat: Change default up;pad type to kopia instead of restic" - url: https://github.com/vmware-tanzu/helm-charts/pull/551 - - name: "feat: Added default operation timeout override" - url: https://github.com/vmware-tanzu/helm-charts/pull/546 - - name: "feat: add kubectl.labels to upgrade-crds job" - url: https://github.com/vmware-tanzu/helm-charts/pull/539 + - name: "Mimir Release 2.12.0" + url: https://github.com/grafana/mimir/releases/tag/mimir-2.12.0 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 11d2a8b21..f28f07635 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.207.0](https://img.shields.io/badge/Version-0.207.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.208.0](https://img.shields.io/badge/Version-0.208.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 @@ -88,7 +88,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | mimir.destination.namespace | string | `"infra-mimir"` | Namespace | | mimir.enabled | bool | `false` | Enable mimir | | mimir.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| mimir.targetRevision | string | `"4.5.0"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | +| mimir.targetRevision | string | `"5.3.0"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | | mimir.values | object | [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml) | Helm values | | rbacManager | object | [example](./examples/rbac-manager.yaml) | [rbac-manager](https://fairwindsops.github.io/rbac-manager/) | | rbacManager.annotations | object | `{}` | Annotations for rbac-manager app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index eaa93410c..0f6705499 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -47,7 +47,6 @@ certManager: # @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) values: {} - # -- [cert-manager-issuers](https://cert-manager.io/docs/configuration/) # @default -- [example](./examples/cert-manager-issuers.yaml) certManagerIssuers: @@ -70,7 +69,6 @@ certManagerIssuers: # @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/cert-manager-issuers/values.yaml) values: {} - # -- [cert-manager-monitoring](https://cert-manager.io/docs/configuration/) # @default -- [example](./examples/cert-manager-monitoring.yaml) certManagerMonitoring: @@ -93,7 +91,6 @@ certManagerMonitoring: # @default -- [upstream values](https://github.com/adfinis/helm-charts/blob/main/charts/cert-manager-monitoring/values.yaml) values: {} - # -- [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/) # @default -- [example](./examples/nginx-ingress.yaml) ingressNginx: @@ -260,7 +257,7 @@ mimir: # -- Chart chart: mimir-distributed # -- [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) - targetRevision: 4.5.0 + targetRevision: 5.3.0 # -- Helm values # @default -- [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml) values: {}