Skip to content

Commit

Permalink
[CI] Helm Chart Update velero
Browse files Browse the repository at this point in the history
  • Loading branch information
Hritik Batra authored and ashish1099 committed Nov 6, 2024
1 parent cf37c98 commit 1783ebe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions argocd-helm-charts/velero/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion argocd-helm-charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion argocd-helm-charts/velero/charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ maintainers:
name: velero
sources:
- https://github.com/vmware-tanzu/velero
version: 7.2.1
version: 7.2.2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 1783ebe

Please sign in to comment.