Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ack_generate_info:
build_date: "2022-04-11T23:03:51Z"
build_hash: fc5620cf5fde243ee5124324d26bb7e952049bf2
build_date: "2022-04-12T21:36:10Z"
build_hash: 9191f9d8912cf9c413cc45285cd0ea8bedd944f5
go_version: go1.17.8
version: v0.18.3
version: v0.18.3-1-g9191f9d-dirty
api_directory_checksum: 7087207d90a71ce286e3c45edad16bb89b0a8eb3
api_version: v1alpha1
aws_sdk_go_version: v1.42.0
Expand Down
10 changes: 8 additions & 2 deletions cmd/controller/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ kind: Kustomization
images:
- name: controller
newName: public.ecr.aws/aws-controllers-k8s/elasticache-controller
newTag: v0.0.17
newTag: v0.0.18
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: elasticache-chart
description: A Helm chart for the ACK service controller for Amazon ElastiCache (ElastiCache)
version: v0.0.17
appVersion: v0.0.17
version: v0.0.18
appVersion: v0.0.18
home: https://github.com/aws-controllers-k8s/elasticache-controller
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ .Chart.Name }} has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/elasticache-controller:v0.0.17".
This chart deploys "public.ecr.aws/aws-controllers-k8s/elasticache-controller:v0.0.18".

Check its status by running:
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: public.ecr.aws/aws-controllers-k8s/elasticache-controller
tag: v0.0.17
tag: v0.0.18
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down