Skip to content

Commit

Permalink
images.replicated-sdk instead of images.replicated (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Oct 30, 2023
1 parent 42b84b7 commit 9eb386b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/templates/replicated-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
secretName: {{ include "replicated.secretName" . }}
containers:
- name: replicated
image: {{ index .Values.images "replicated" }}
image: {{ index .Values.images "replicated-sdk" }}
imagePullPolicy: IfNotPresent
{{- if .Values.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

images:
replicated: ${REPLICATED_REGISTRY}/replicated-sdk:${REPLICATED_TAG}
replicated-sdk: ${REPLICATED_REGISTRY}/replicated-sdk:${REPLICATED_TAG}

license: ""
licenseFields: ""
Expand Down

0 comments on commit 9eb386b

Please sign in to comment.