Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mimir): update to 5.3.0 #1256

Merged
merged 4 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: {}