From 1783ebe582930940381e9b48de9ecdb3d9fa79d6 Mon Sep 17 00:00:00 2001 From: Hritik Batra Date: Mon, 4 Nov 2024 11:47:19 +0530 Subject: [PATCH] [CI] Helm Chart Update velero --- CHANGELOG.md | 1 + argocd-helm-charts/velero/Chart.lock | 6 +++--- argocd-helm-charts/velero/Chart.yaml | 2 +- argocd-helm-charts/velero/charts/velero/Chart.yaml | 2 +- .../velero/charts/velero/templates/deployment.yaml | 2 ++ 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7775299..90e4196df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All releases and the changes included in them (pulled from git commits added sin - Updated kubernetes-dashboard from version 7.9.0 to 7.10.0 ### Patch Version Upgrades %%^^ +- Updated velero from version 7.2.1 to 7.2.2 - Updated redmine from version 30.0.0 to 30.0.2 - Updated opencost from version 1.42.0 to 1.42.2 - Updated gitlab-runner from version 0.70.2 to 0.70.3 diff --git a/argocd-helm-charts/velero/Chart.lock b/argocd-helm-charts/velero/Chart.lock index 2795e1b93..a60fddb60 100644 --- a/argocd-helm-charts/velero/Chart.lock +++ b/argocd-helm-charts/velero/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: velero repository: https://vmware-tanzu.github.io/helm-charts - version: 7.2.1 -digest: sha256:298089284f59810cdcf488c2ee3f568122473d6267ff70d360d5fe5b2a2ae776 -generated: "2024-09-09T14:12:04.908187169+05:30" + version: 7.2.2 +digest: sha256:ca152ee1af80f9821e8e09e391f7400091436502d173fda880c6d391a401adf1 +generated: "2024-11-04T11:46:56.554904804+05:30" diff --git a/argocd-helm-charts/velero/Chart.yaml b/argocd-helm-charts/velero/Chart.yaml index cbbc87e1f..c1406c436 100644 --- a/argocd-helm-charts/velero/Chart.yaml +++ b/argocd-helm-charts/velero/Chart.yaml @@ -4,6 +4,6 @@ name: velero version: 1.0.0 dependencies: - name: velero - version: 7.2.1 + version: 7.2.2 repository: https://vmware-tanzu.github.io/helm-charts #repository: "oci://ghcr.io/Obmondo" diff --git a/argocd-helm-charts/velero/charts/velero/Chart.yaml b/argocd-helm-charts/velero/charts/velero/Chart.yaml index 2eb64a4bc..965f7bebd 100644 --- a/argocd-helm-charts/velero/charts/velero/Chart.yaml +++ b/argocd-helm-charts/velero/charts/velero/Chart.yaml @@ -16,4 +16,4 @@ maintainers: name: velero sources: - https://github.com/vmware-tanzu/velero -version: 7.2.1 +version: 7.2.2 diff --git a/argocd-helm-charts/velero/charts/velero/templates/deployment.yaml b/argocd-helm-charts/velero/charts/velero/templates/deployment.yaml index 93f80619a..92a322e33 100644 --- a/argocd-helm-charts/velero/charts/velero/templates/deployment.yaml +++ b/argocd-helm-charts/velero/charts/velero/templates/deployment.yaml @@ -13,6 +13,7 @@ metadata: app.kubernetes.io/name: {{ include "velero.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} + app.kubernetes.io/version: {{ .Chart.AppVersion }} helm.sh/chart: {{ include "velero.chart" . }} component: velero {{- with .Values.labels }} @@ -36,6 +37,7 @@ spec: app.kubernetes.io/name: {{ include "velero.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by: {{ .Release.Service }} + app.kubernetes.io/version: {{ .Chart.AppVersion }} helm.sh/chart: {{ include "velero.chart" . }} {{- if .Values.podLabels }} {{- toYaml .Values.podLabels | nindent 8 }}