We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b84b7 commit 9eb386bCopy full SHA for 9eb386b
chart/templates/replicated-deployment.yaml
@@ -42,7 +42,7 @@ spec:
42
secretName: {{ include "replicated.secretName" . }}
43
containers:
44
- name: replicated
45
- image: {{ index .Values.images "replicated" }}
+ image: {{ index .Values.images "replicated-sdk" }}
46
imagePullPolicy: IfNotPresent
47
{{- if .Values.containerSecurityContext.enabled }}
48
securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }}
chart/values.yaml.tmpl
@@ -3,7 +3,7 @@
3
# Declare variables to be passed into your templates.
4
5
images:
6
- replicated: ${REPLICATED_REGISTRY}/replicated-sdk:${REPLICATED_TAG}
+ replicated-sdk: ${REPLICATED_REGISTRY}/replicated-sdk:${REPLICATED_TAG}
7
8
license: ""
9
licenseFields: ""
0 commit comments