Skip to content

Commit

Permalink
Merge pull request #224 from devtron-labs/devtron-backup-chart-fix
Browse files Browse the repository at this point in the history
fix: Devtron backup chart fix
  • Loading branch information
pawan-59 authored May 23, 2024
2 parents 237891c + a40f49c commit 5d64e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/devtron-backups/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "2.0"
description: A Helm chart for Devtron Backups
name: devtron-backups
version: 0.2.1
version: 0.2.2
2 changes: 1 addition & 1 deletion charts/devtron-backups/templates/backup-on-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ spec:
volumeMounts:
- mountPath: /cache
name: argocd-volume
env:
imagePullPolicy: Always
args:
- /bin/bash
Expand All @@ -135,6 +134,7 @@ spec:
- mountPath: /cache
name: argocd-volume
{{- if not .Values.global.S3.NODE_ROLE }}
env:
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 5d64e01

Please sign in to comment.