File tree Expand file tree Collapse file tree 8 files changed +38
-12
lines changed
pkg/resource/configuration_set Expand file tree Collapse file tree 8 files changed +38
-12
lines changed Original file line number Diff line number Diff line change 11ack_generate_info :
2- build_date : " 2025-02-06T03:27:08Z "
3- build_hash : 8762917215d9902b2011a2b0b1b0c776855a683e
4- go_version : go1.23.5
5- version : v0.42 .0
2+ build_date : " 2025-02-18T00:59:53Z "
3+ build_hash : 66c0f840b0bcf6f552be46cf5ee0fb95ad57053e
4+ go_version : go1.23.6
5+ version : v0.43 .0
66api_directory_checksum : 369151cc5e6dd225e3d5c9b6167837ea63705fa1
77api_version : v1alpha1
88aws_sdk_go_version : v1.32.6
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/ses-controller
9- newTag : 1.0.3
9+ newTag : 1.0.4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55toolchain go1.22.3
66
77require (
8- github.com/aws-controllers-k8s/runtime v0.42 .0
8+ github.com/aws-controllers-k8s/runtime v0.43 .0
99 github.com/aws/aws-sdk-go v1.55.5
1010 github.com/aws/aws-sdk-go-v2 v1.34.0
1111 github.com/aws/aws-sdk-go-v2/service/ses v1.29.7
Original file line number Diff line number Diff line change 1- github.com/aws-controllers-k8s/runtime v0.42 .0 h1:fVb3cOwUtn0ZwTSedapES+Rspb97S8BTxMqXJt6R5uM =
2- github.com/aws-controllers-k8s/runtime v0.42 .0 /go.mod h1:Oy0JKvDxZMZ+SVupm4NZVqP00KLIIAMfk93KnOwlt5c =
1+ github.com/aws-controllers-k8s/runtime v0.43 .0 h1:mCtMHO0rew84VbqotquvBirnKysbao+y2G3QI8bKZxM =
2+ github.com/aws-controllers-k8s/runtime v0.43 .0 /go.mod h1:Oy0JKvDxZMZ+SVupm4NZVqP00KLIIAMfk93KnOwlt5c =
33github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU =
44github.com/aws/aws-sdk-go v1.55.5 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
55github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU =
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : ses-chart
33description : A Helm chart for the ACK service controller for Simple Email Service (SES)
4- version : 1.0.3
5- appVersion : 1.0.3
4+ version : 1.0.4
5+ appVersion : 1.0.4
66home : https://github.com/aws-controllers-k8s/ses-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/ses-controller:1.0.3 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/ses-controller:1.0.4 ".
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 44
55image :
66 repository : public.ecr.aws/aws-controllers-k8s/ses-controller
7- tag : 1.0.3
7+ tag : 1.0.4
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
You can’t perform that action at this time.
0 commit comments