diff --git a/chart/templates/replicated-deployment.yaml b/chart/templates/replicated-deployment.yaml index 46aae520..9c1a13db 100644 --- a/chart/templates/replicated-deployment.yaml +++ b/chart/templates/replicated-deployment.yaml @@ -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 }} diff --git a/chart/values.yaml.tmpl b/chart/values.yaml.tmpl index 24e85caf..f236071b 100644 --- a/chart/values.yaml.tmpl +++ b/chart/values.yaml.tmpl @@ -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: ""