Skip to content

Commit

Permalink
feature: Add Image Pull Secrets for CronJob InitContainers (#145)
Browse files Browse the repository at this point in the history
* feature: Add Image Pull Secrets in CronJob InitContainers

* version-chart

Co-authored-by: Vishnu Narayanan <[email protected]>
  • Loading branch information
eduardomsec and vishnu-narayanan authored Jan 20, 2025
1 parent 5467ffa commit 5197d9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/chatwoot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ sources:
- http://www.chatwoot.com

# This is the chart version.
version: 1.1.19
version: 1.1.20


# This is the application version.
appVersion: "v3.16.0"
4 changes: 4 additions & 0 deletions charts/chatwoot/templates/migrations-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ metadata:
spec:
template:
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 6 }}
{{- end }}
restartPolicy: Never
{{- with .Values.tolerations }}
tolerations:
Expand Down

0 comments on commit 5197d9a

Please sign in to comment.