Skip to content

Commit 9eb386b

Browse files
authored
images.replicated-sdk instead of images.replicated (#114)
1 parent 42b84b7 commit 9eb386b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/templates/replicated-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
secretName: {{ include "replicated.secretName" . }}
4343
containers:
4444
- name: replicated
45-
image: {{ index .Values.images "replicated" }}
45+
image: {{ index .Values.images "replicated-sdk" }}
4646
imagePullPolicy: IfNotPresent
4747
{{- if .Values.containerSecurityContext.enabled }}
4848
securityContext: {{- omit .Values.containerSecurityContext "enabled" | toYaml | nindent 10 }}

chart/values.yaml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
images:
6-
replicated: ${REPLICATED_REGISTRY}/replicated-sdk:${REPLICATED_TAG}
6+
replicated-sdk: ${REPLICATED_REGISTRY}/replicated-sdk:${REPLICATED_TAG}
77

88
license: ""
99
licenseFields: ""

0 commit comments

Comments
 (0)