Skip to content

Commit a2654b9

Browse files
release artifacts for release v0.0.3 (#40)
Releasing new version `v0.0.3`
1 parent d2eb156 commit a2654b9

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

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: s3-chart
33
description: A Helm chart for the ACK service controller for s3
4-
version: v0.0.2
5-
appVersion: v0.0.2
4+
version: v0.0.3
5+
appVersion: v0.0.3
66
home: https://github.com/aws-controllers-k8s/s3-controller
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
88
sources:

helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
- name: AWS_ENDPOINT_URL
7070
value: {{ .Values.aws.endpoint_url | quote }}
7171
- name: ACK_WATCH_NAMESPACE
72-
value: {{ include "watch-namespace" . }}
72+
value: {{ include "watch-namespace" . }}
7373
- name: ACK_ENABLE_DEVELOPMENT_LOGGING
7474
value: {{ .Values.log.enable_development_logging | quote }}
7575
- name: ACK_LOG_LEVEL

helm/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
image:
66
repository: public.ecr.aws/aws-controllers-k8s/s3-controller
7-
tag: v0.0.2
7+
tag: v0.0.3
88
pullPolicy: IfNotPresent
99
pullSecrets: []
1010

@@ -44,12 +44,14 @@ log:
4444
enable_development_logging: false
4545
level: info
4646

47-
# Set to "namespace" to install the controller in a namespaced scope, will only watch for object creation
48-
# in the namespace. By default installScope is cluster wide.
47+
# Set to "namespace" to install the controller in a namespaced scope, will only
48+
# watch for object creation in the namespace. By default installScope is
49+
# cluster wide.
4950
installScope: cluster
5051

5152
resourceTags:
52-
# Configures the ACK service controller to always set key/value pairs tags on resources that it manages.
53+
# Configures the ACK service controller to always set key/value pairs tags on
54+
# resources that it manages.
5355
- services.k8s.aws/managed=true
5456
- services.k8s.aws/created=%UTCNOW%
5557
- services.k8s.aws/namespace=%KUBERNETES_NAMESPACE%

0 commit comments

Comments
 (0)