File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2023-11-14T07:51:52Z "
3- build_hash : 892f29d00a4c4ad21a2fa32919921de18190979d
2+ build_date : " 2023-12-06T07:19:56Z "
3+ build_hash : 3653329ceeb20015851b8776a6061a3fb0ec2935
44 go_version : go1.21.0
5- version : v0.27.1
5+ version : v0.27.1-6-g3653329
66api_directory_checksum : 8b7b8578b52d12546a7cbe29ca2ea8689ecbb619
77api_version : v1alpha1
88aws_sdk_go_version : v1.45.3
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/dynamodb-controller
9- newTag : 1.2.4
9+ newTag : 1.2.5
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : dynamodb-chart
33description : A Helm chart for the ACK service controller for Amazon DynamoDB (DynamoDB)
4- version : 1.2.4
5- appVersion : 1.2.4
4+ version : 1.2.5
5+ appVersion : 1.2.5
66home : https://github.com/aws-controllers-k8s/dynamodb-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/dynamodb-controller:1.2.4 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/dynamodb-controller:1.2.5 ".
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/dynamodb-controller
7- tag : 1.2.4
7+ tag : 1.2.5
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
You can’t perform that action at this time.
0 commit comments