Skip to content

Commit 4df50f7

Browse files
authored
chore(infra-apps): update mimir chart from 5.4.0 to 5.5.1 (#1344)
1 parent 62dc6a6 commit 4df50f7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

charts/infra-apps/Chart.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: infra-apps
33
description: Argo CD app-of-apps config for infrastructure components
44
type: application
5-
version: 0.224.1
5+
version: 0.225.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -18,11 +18,11 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "false"
1919
artifacthub.io/changes: |
2020
- kind: changed
21-
description: "chore: Update cert-manager from 1.16.1 to 1.16.2"
21+
description: "chore: Update mimir chart to 5.5.1, mimir version to 2.14.0"
2222
links:
23-
- name: "cert-manager 1.16.2 Release"
24-
url: "https://github.com/cert-manager/cert-manager/releases/tag/v1.16.2"
25-
- name: "Restrict max size of PEM inputs"
26-
url: https://github.com/cert-manager/cert-manager/pull/7401
27-
- name: "Bump go + base images"
28-
url: https://github.com/cert-manager/cert-manager/pull/7431
23+
- name: "Grafana Mimir Release 2.14.0"
24+
url: "https://github.com/grafana/mimir/releases/tag/mimir-2.14.0"
25+
- name: "Grafana Mimir Helm Chart Release Notes 5.5"
26+
url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.5/"
27+
- name: "Grafana Mimir Helm Chart detailed Release Notes"
28+
url: "https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/CHANGELOG.md"

charts/infra-apps/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/infra-apps/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ mimir:
235235
# -- Chart
236236
chart: mimir-distributed
237237
# -- [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed)
238-
targetRevision: 5.4.0
238+
targetRevision: 5.5.1
239239
# -- Helm values
240240
# @default -- [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml)
241241
values: {}

0 commit comments

Comments
 (0)