File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
22name : s3-chart
33description : 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
66home : https://github.com/aws-controllers-k8s/s3-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 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
Original file line number Diff line number Diff line change 44
55image :
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
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.
4950installScope : cluster
5051
5152resourceTags :
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%
You can’t perform that action at this time.
0 commit comments