From 4df50f7a499ef57e7a902eea479a76c614c735b7 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Thu, 5 Dec 2024 09:08:15 +0100 Subject: [PATCH 1/2] chore(infra-apps): update mimir chart from 5.4.0 to 5.5.1 (#1344) --- charts/infra-apps/Chart.yaml | 16 ++++++++-------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 7e6022d4..2af94bb3 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.224.1 +version: 0.225.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,11 +18,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "chore: Update cert-manager from 1.16.1 to 1.16.2" + description: "chore: Update mimir chart to 5.5.1, mimir version to 2.14.0" links: - - name: "cert-manager 1.16.2 Release" - url: "https://github.com/cert-manager/cert-manager/releases/tag/v1.16.2" - - name: "Restrict max size of PEM inputs" - url: https://github.com/cert-manager/cert-manager/pull/7401 - - name: "Bump go + base images" - url: https://github.com/cert-manager/cert-manager/pull/7431 + - name: "Grafana Mimir Release 2.14.0" + url: "https://github.com/grafana/mimir/releases/tag/mimir-2.14.0" + - name: "Grafana Mimir Helm Chart Release Notes 5.5" + url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.5/" + - name: "Grafana Mimir Helm Chart detailed Release Notes" + url: "https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/CHANGELOG.md" diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 6a882fae..1c2f2e3b 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.224.1](https://img.shields.io/badge/Version-0.224.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.225.0](https://img.shields.io/badge/Version-0.225.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 | `"5.4.0"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | +| mimir.targetRevision | string | `"5.5.1"` | [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 64e0fcb8..4520e9ec 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -235,7 +235,7 @@ mimir: # -- Chart chart: mimir-distributed # -- [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) - targetRevision: 5.4.0 + targetRevision: 5.5.1 # -- Helm values # @default -- [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml) values: {} From b682cbe7a260f7aa12c93e0771720039e1507d85 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Thu, 5 Dec 2024 11:42:19 +0100 Subject: [PATCH 2/2] chore(infra-apps): update kured chart from 5.4.5 to 5.5.2 (#1345) --- charts/infra-apps/Chart.yaml | 16 ++++++++-------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 2af94bb3..29ef5732 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.225.0 +version: 0.226.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,11 +18,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "chore: Update mimir chart to 5.5.1, mimir version to 2.14.0" + description: "chore: Update kured chart to 5.5.2 and app to 1.16.2" links: - - name: "Grafana Mimir Release 2.14.0" - url: "https://github.com/grafana/mimir/releases/tag/mimir-2.14.0" - - name: "Grafana Mimir Helm Chart Release Notes 5.5" - url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.5/" - - name: "Grafana Mimir Helm Chart detailed Release Notes" - url: "https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/CHANGELOG.md" + - name: "Update kured chart to 5.5.2" + url: https://github.com/kubereboot/charts/commits/main/charts/kured + - name: "Update kured to 1.16.2" + url: https://github.com/kubereboot/kured/releases + - name: "Bump kubernetes-versions to 0.29.x" + url: https://github.com/kubereboot/kured/releases/tag/1.16.0 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 1c2f2e3b..807e8d6e 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.225.0](https://img.shields.io/badge/Version-0.225.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.226.0](https://img.shields.io/badge/Version-0.226.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 | kured.destination.namespace | string | `"infra-kured"` | Namespace | | kured.enabled | bool | `false` | Enable Kured | | kured.repoURL | string | [repo](https://kubereboot.github.io/charts) | Repo URL | -| kured.targetRevision | string | `"5.4.5"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.5.2"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | | kured.values | object | [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) | Helm values | | mimir | object | [example](./examples/mimir.yaml) | [mimir](https://github.com/grafana/mimir) | | mimir.annotations | object | `{}` | Annotations for mimir app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 4520e9ec..9066236f 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -200,7 +200,7 @@ kured: # -- Chart chart: kured # -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) - targetRevision: 5.4.5 + targetRevision: 5.5.2 # -- Helm values # @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) values: {}