Skip to content

Commit 5d64e01

Browse files
authored
Merge pull request #224 from devtron-labs/devtron-backup-chart-fix
fix: Devtron backup chart fix
2 parents 237891c + a40f49c commit 5d64e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/devtron-backups/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
appVersion: "2.0"
33
description: A Helm chart for Devtron Backups
44
name: devtron-backups
5-
version: 0.2.1
5+
version: 0.2.2

charts/devtron-backups/templates/backup-on-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ spec:
122122
volumeMounts:
123123
- mountPath: /cache
124124
name: argocd-volume
125-
env:
126125
imagePullPolicy: Always
127126
args:
128127
- /bin/bash
@@ -135,6 +134,7 @@ spec:
135134
- mountPath: /cache
136135
name: argocd-volume
137136
{{- if not .Values.global.S3.NODE_ROLE }}
137+
env:
138138
- name: AWS_ACCESS_KEY_ID
139139
valueFrom:
140140
secretKeyRef:

0 commit comments

Comments
 (0)