Skip to content

Commit

Permalink
chore(mimir): update to 5.3.0 (#1256)
Browse files Browse the repository at this point in the history
* chore(mimir): update to 5.3.0

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>

* chore(Chart.yaml): add changes

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>

* doc(Chart.yaml): add changes to annotations

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>

---------

Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
  • Loading branch information
eyenx authored May 29, 2024
1 parent df1b376 commit 6f7ab04
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 32 deletions.
40 changes: 14 additions & 26 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.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
Expand All @@ -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
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.

5 changes: 1 addition & 4 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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: {}

0 comments on commit 6f7ab04

Please sign in to comment.