File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed 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/emrcontainers-controller
9- newTag : v0.0.10
9+ newTag : v0.1.0
Original file line number Diff line number Diff line change 11apiVersion : v1
22name : emrcontainers-chart
33description : A Helm chart for the ACK service controller for Amazon EMR on EKS (EMRContainers)
4- version : v0.0.10
5- appVersion : v0.0.10
4+ version : v0.1.0
5+ appVersion : v0.1.0
66home : https://github.com/aws-controllers-k8s/emrcontainers-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 6565 description : FieldExportTarget provides the values necessary to identify
6666 the output path for a field export.
6767 properties :
68+ key :
69+ description : Key overrides the default value (`<namespace>.<FieldExport-resource-name>`)
70+ for the FieldExport target
71+ type : string
6872 kind :
6973 description : FieldExportOutputType represents all types that can
7074 be produced by a field export operation
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/emrcontainers-controller:v0.0.10 ".
2+ This chart deploys "public.ecr.aws/aws-controllers-k8s/emrcontainers-controller:v0.1.0 ".
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/emrcontainers-controller
7- tag : v0.0.10
7+ tag : v0.1.0
88 pullPolicy : IfNotPresent
99 pullSecrets : []
1010
You can’t perform that action at this time.
0 commit comments