Skip to content

Commit

Permalink
chore(infra-apps): update charts (#1278)
Browse files Browse the repository at this point in the history
* chore(infra-apps): update charts

* chore(infra-apps): bumb chart version
  • Loading branch information
maxthier authored Jun 26, 2024
1 parent d9a4413 commit de56aea
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
33 changes: 26 additions & 7 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.211.0
version: 0.212.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,12 +18,31 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: "chore: Update kube-prometheus-stack 58.x to 60.x"
description: "chore: Update argocd-chart to 7.2.0"
links:
- name: "kube-prometheus-stack version 60.0.2"
url: https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.0.2
- name: "argocd version 7.2.0"
url: https://github.com/argoproj/argo-helm/releases/tag/argo-cd-7.2.0
- kind: changed
description: "chore: Grafana version 11"
description: "chore: Update kube-prometheus-stack to 60.3.0"
links:
- name: "breaking change in version 11 of Grafana"
url: https://grafana.com/docs/grafana/latest/breaking-changes/breaking-changes-v11-0/
- name: "kube-prometheus-stack version 60.3.0"
url: https://github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-60.3.0
- kind: changed
description: "chore: Update rbacManager chart to 1.20.0"
links:
- name: "rbac-manager version 1.8.0"
url: https://github.com/FairwindsOps/rbac-manager/releases/tag/v1.8.0
- kind: changed
description: "chore: Update velero chart from 6.4.0 to 6.7.0"
links:
- name: "velero chart version 6.5.0"
url: https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.5.0
- name: "velero chart version 6.6.0"
url: https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.6.0
- name: "velero chart version 6.7.0"
url: https://github.com/vmware-tanzu/helm-charts/releases/tag/velero-6.7.0
- kind: changed
description: "chore: Update kured chart to 5.4.5"
links:
- name: "kured chart version 5.4.5"
url: https://github.com/kubereboot/charts/releases/tag/kured-5.4.5
12 changes: 6 additions & 6 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ argocd:
# -- Chart
chart: argo-cd
# -- [argo-cd Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd) version
targetRevision: 7.1.1
targetRevision: 7.2.0
# -- Helm values
# @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-cd/values.yaml)
values: {}
Expand Down Expand Up @@ -130,7 +130,7 @@ kubePrometheusStack:
# -- Chart
chart: kube-prometheus-stack
# -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version
targetRevision: 60.0.2
targetRevision: 60.3.0
syncPolicy:
syncOptions:
# -- enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources
Expand All @@ -156,7 +156,7 @@ rbacManager:
# -- Chart
chart: rbac-manager
# -- [rbac-manager operator Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/rbac-manager) version
targetRevision: 1.19.0
targetRevision: 1.20.0
# -- Helm values
# @default -- [upstream values](https://github.com/FairwindsOps/charts/blob/master/stable/rbac-manager/values.yaml)
values: {}
Expand Down Expand Up @@ -200,7 +200,7 @@ velero:
# -- Chart
chart: velero
# -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero)
targetRevision: 6.4.0
targetRevision: 6.7.0
# -- Helm values
# @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml)
values: {}
Expand All @@ -222,7 +222,7 @@ kured:
# -- Chart
chart: kured
# -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured)
targetRevision: 5.2.0
targetRevision: 5.4.5
# -- Helm values
# @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml)
values: {}
Expand Down

0 comments on commit de56aea

Please sign in to comment.