diff --git a/CHANGELOG.md b/CHANGELOG.md index 4635ca34..ef391f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## In Development * Updated redis constant sentinel ID which will allow other sentinel peers to update to the new given IP in case of pod failure or worker node reboots. (#191) (by @manisha-tanwar) +* Removed reference to st2-license pullSecrets, which was missed when removing enterprise flags (#192) (by @cognifloyd) * Add optional imagePullSecrets to ServiceAccount using `serviceAccount.pullSecret` from values.yaml. If pods do not have imagePullSecrets (eg without `image.pullSecret` in values.yaml), k8s populates them from the ServiceAccount. (#196) (by @cognifloyd) * Reformat some yaml strings so that single quotes wrap strings that include double quotes (#194) (by @cognifloyd) diff --git a/templates/jobs.yaml b/templates/jobs.yaml index a27de299..f89f741d 100644 --- a/templates/jobs.yaml +++ b/templates/jobs.yaml @@ -32,7 +32,6 @@ spec: checksum/rbac: {{ include (print $.Template.BasePath "/configmaps_rbac.yaml") . | sha256sum }} spec: imagePullSecrets: - - name: {{ .Release.Name }}-st2-license {{- if .Values.image.pullSecret }} - name: {{ .Values.image.pullSecret }} {{- end }}