Skip to content

Commit

Permalink
release artifacts for release v0.0.3 (#40)
Browse files Browse the repository at this point in the history
Releasing new version `v0.0.3`
  • Loading branch information
RedbackThomson authored Aug 24, 2021
1 parent d2eb156 commit a2654b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
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: s3-chart
description: A Helm chart for the ACK service controller for s3
version: v0.0.2
appVersion: v0.0.2
version: v0.0.3
appVersion: v0.0.3
home: https://github.com/aws-controllers-k8s/s3-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/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- name: AWS_ENDPOINT_URL
value: {{ .Values.aws.endpoint_url | quote }}
- name: ACK_WATCH_NAMESPACE
value: {{ include "watch-namespace" . }}
value: {{ include "watch-namespace" . }}
- name: ACK_ENABLE_DEVELOPMENT_LOGGING
value: {{ .Values.log.enable_development_logging | quote }}
- name: ACK_LOG_LEVEL
Expand Down
10 changes: 6 additions & 4 deletions 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/s3-controller
tag: v0.0.2
tag: v0.0.3
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -44,12 +44,14 @@ log:
enable_development_logging: false
level: info

# Set to "namespace" to install the controller in a namespaced scope, will only watch for object creation
# in the namespace. By default installScope is cluster wide.
# Set to "namespace" to install the controller in a namespaced scope, will only
# watch for object creation in the namespace. By default installScope is
# cluster wide.
installScope: cluster

resourceTags:
# Configures the ACK service controller to always set key/value pairs tags on resources that it manages.
# Configures the ACK service controller to always set key/value pairs tags on
# resources that it manages.
- services.k8s.aws/managed=true
- services.k8s.aws/created=%UTCNOW%
- services.k8s.aws/namespace=%KUBERNETES_NAMESPACE%
Expand Down

0 comments on commit a2654b9

Please sign in to comment.