Skip to content

Commit

Permalink
Fix image pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Mar 28, 2022
1 parent d93ebe5 commit a79fb2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bender-catalog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/bender-catalog/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
- name: REDIS_URL
value: "redis://{{ .Release.Name }}-redis:{{ .Values.redis.port }}/0"
imagePullSecrets:
- name: docker-registry-registrycreds
- name: docker-pull-secret
restartPolicy: Never
2 changes: 1 addition & 1 deletion charts/bender-catalog/templates/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
name: {{ .Release.Name }}-web-secret
key: password
imagePullSecrets:
- name: docker-registry-registrycreds
- name: docker-pull-secret
volumes:
- name: template-map
configMap:
Expand Down

0 comments on commit a79fb2b

Please sign in to comment.