File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Expand file tree Collapse file tree 5 files changed +12
-9
lines changed 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/elasticache-controller
9
- newTag : 1.0.7
9
+ newTag : 1.1.0
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : elasticache-chart
3
3
description : A Helm chart for the ACK service controller for Amazon ElastiCache (ElastiCache)
4
- version : 1.0.7
5
- appVersion : 1.0.7
4
+ version : 1.1.0
5
+ appVersion : 1.1.0
6
6
home : https://github.com/aws-controllers-k8s/elasticache-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 63
63
type : object
64
64
kubernetes :
65
65
description : |-
66
- TargetKubernetesResource provides all the values necessary to identify a given ACK type
67
- and override any metadata values when creating a resource of that type .
66
+ ResourceWithMetadata provides the values necessary to create a
67
+ Kubernetes resource and override any of its metadata values .
68
68
properties :
69
69
group :
70
70
type : string
@@ -160,6 +160,8 @@ spec:
160
160
If true, AND if the owner has the "foregroundDeletion" finalizer, then
161
161
the owner cannot be deleted from the key-value store until this
162
162
reference is removed.
163
+ See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion
164
+ for how the garbage collector interacts with this field and enforces the foreground deletion.
163
165
Defaults to false.
164
166
To set this field, a user needs "delete" permission of the owner,
165
167
otherwise 422 (Unprocessable Entity) will be returned.
@@ -176,19 +178,20 @@ spec:
176
178
name :
177
179
description : |-
178
180
Name of the referent.
179
- More info: http ://kubernetes.io/docs/user-guide/identifiers #names
181
+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects/names #names
180
182
type : string
181
183
uid :
182
184
description : |-
183
185
UID of the referent.
184
- More info: http ://kubernetes.io/docs/user-guide/identifiers #uids
186
+ More info: https ://kubernetes.io/docs/concepts/overview/working-with-objects/names #uids
185
187
type : string
186
188
required :
187
189
- apiVersion
188
190
- kind
189
191
- name
190
192
- uid
191
193
type : object
194
+ x-kubernetes-map-type : atomic
192
195
type : array
193
196
type : object
194
197
required :
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/elasticache-controller:1.0.7 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/elasticache-controller:1.1.0 ".
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/elasticache-controller
7
- tag : 1.0.7
7
+ tag : 1.1.0
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
You can’t perform that action at this time.
0 commit comments