Skip to content

Commit

Permalink
Add support for 'imagePullSecrets' in redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
timothygomoogsoft committed Jun 7, 2021
1 parent 1b62c84 commit 1b87783
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ambassador/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numbering uses [semantic versioning](http://semver.org).

## Next Release

(no changes yet)
- Change: Support 'imagePullSecrets' for Redis image

## v6.7.9

Expand Down
2 changes: 1 addition & 1 deletion charts/ambassador/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.13.6
ossVersion: 1.13.6
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 6.7.5
version: 6.7.7
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/ambassador/templates/aes-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{ end }}

0 comments on commit 1b87783

Please sign in to comment.