File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2022-07-11T18:20:06Z "
2
+ build_date : " 2022-07-12T17:56:50Z "
3
3
build_hash : d09bac5fa87cffd0028014833a5e7e786c0187dd
4
4
go_version : go1.18.3
5
5
version : v0.19.2-6-gd09bac5
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
newName : public.ecr.aws/aws-controllers-k8s/dynamodb-controller
9
- newTag : v0.1.2
9
+ newTag : v0.1.3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/aws-controllers-k8s/dynamodb-controller
3
3
go 1.17
4
4
5
5
require (
6
- github.com/aws-controllers-k8s/runtime v0.19.1
6
+ github.com/aws-controllers-k8s/runtime v0.19.2
7
7
github.com/aws/aws-sdk-go v1.42.0
8
8
github.com/go-logr/logr v1.2.0
9
9
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hC
64
64
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da /go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY =
65
65
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
66
66
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
67
- github.com/aws-controllers-k8s/runtime v0.19.1 h1:OBV7vbIbLFRpXdAwJfoPGphhjTa7xSc3pS/kuYlKzRU =
68
- github.com/aws-controllers-k8s/runtime v0.19.1 /go.mod h1:oA8ML1/LL3chPn26P6SzBNu1CUI2nekB+PTqykNs0qU =
67
+ github.com/aws-controllers-k8s/runtime v0.19.2 h1:Oar0P5eIIXlA+DolGwurw2+wyY5j+d/dxbisZTsrRLw =
68
+ github.com/aws-controllers-k8s/runtime v0.19.2 /go.mod h1:oA8ML1/LL3chPn26P6SzBNu1CUI2nekB+PTqykNs0qU =
69
69
github.com/aws/aws-sdk-go v1.42.0 h1:BMZws0t8NAhHFsfnT3B40IwD13jVDG5KerlRksctVIw =
70
70
github.com/aws/aws-sdk-go v1.42.0 /go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q =
71
71
github.com/benbjohnson/clock v1.0.3 /go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM =
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : dynamodb-chart
3
3
description : A Helm chart for the ACK service controller for Amazon DynamoDB (DynamoDB)
4
- version : v0.1.2
5
- appVersion : v0.1.2
4
+ version : v0.1.3
5
+ appVersion : v0.1.3
6
6
home : https://github.com/aws-controllers-k8s/dynamodb-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change 1
1
{{ .Chart.Name }} has been installed.
2
- This chart deploys "public.ecr.aws/aws-controllers-k8s/dynamodb-controller:v0.1.2 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/dynamodb-controller:v0.1.3 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/dynamodb-controller
7
- tag : v0.1.2
7
+ tag : v0.1.3
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments