File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
66images :
77- name : controller
88 newName : public.ecr.aws/aws-controllers-k8s/elasticache-controller
9- newTag : 0.0.27
9+ newTag : 0.0.28
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : elasticache-chart
33description : A Helm chart for the ACK service controller for Amazon ElastiCache (ElastiCache)
4- version : 0.0.27
5- appVersion : 0.0.27
4+ version : 0.0.28
5+ appVersion : 0.0.28
66home : https://github.com/aws-controllers-k8s/elasticache-controller
77icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88sources :
Original file line number Diff line number Diff line change 11{{ .Chart.Name }} has been installed.
2- This chart deploys "public.ecr.aws/aws-controllers-k8s/elasticache-controller:0.0.27 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/elasticache-controller:0.0.28 ".
33
44Check its status by running:
55 kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ spec:
123123 readOnly : true
124124 {{- end }}
125125 {{- if .Values.deployment.extraVolumeMounts -}}
126- {{ toYaml .Values.deployment.extraVolumeMounts | nindent 12 }}
126+ {{ toYaml .Values.deployment.extraVolumeMounts | nindent 10 }}
127127 {{- end }}
128128 securityContext :
129129 allowPrivilegeEscalation : false
@@ -151,11 +151,11 @@ spec:
151151 hostNetwork : {{ .Values.deployment.hostNetwork }}
152152 dnsPolicy : {{ .Values.deployment.dnsPolicy }}
153153 volumes :
154- {{- if .Values.aws.credentials.secretName - }}
154+ {{- if .Values.aws.credentials.secretName }}
155155 - name : {{ .Values.aws.credentials.secretName }}
156156 secret :
157157 secretName : {{ .Values.aws.credentials.secretName }}
158- {{ end - }}
158+ {{- end }}
159159{{- if .Values.deployment.extraVolumes }}
160160{{ toYaml .Values.deployment.extraVolumes | indent 8}}
161161{{- end }}
Original file line number Diff line number Diff line change 44
55image :
66 repository : public.ecr.aws/aws-controllers-k8s/elasticache-controller
7- tag : 0.0.27
7+ tag : 0.0.28
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
You can’t perform that action at this time.
0 commit comments