Skip to content

Commit 6803b2d

Browse files
authored
Merge pull request #26 from A-Hilaly/release-v0.1.0
release artifacts for release v0.1.0
2 parents 68deae4 + 1596023 commit 6803b2d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

config/controller/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ kind: Kustomization
66
images:
77
- name: controller
88
newName: public.ecr.aws/aws-controllers-k8s/emrcontainers-controller
9-
newTag: v0.0.10
9+
newTag: v0.1.0

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: emrcontainers-chart
33
description: 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
66
home: https://github.com/aws-controllers-k8s/emrcontainers-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/crds/services.k8s.aws_fieldexports.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ spec:
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

helm/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
Check its status by running:
55
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
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

0 commit comments

Comments
 (0)