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 1
1
apiVersion : v1
2
2
name : s3-chart
3
3
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
6
6
home : https://github.com/aws-controllers-k8s/s3-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change 69
69
- name : AWS_ENDPOINT_URL
70
70
value : {{ .Values.aws.endpoint_url | quote }}
71
71
- name : ACK_WATCH_NAMESPACE
72
- value : {{ include "watch-namespace" . }}
72
+ value : {{ include "watch-namespace" . }}
73
73
- name : ACK_ENABLE_DEVELOPMENT_LOGGING
74
74
value : {{ .Values.log.enable_development_logging | quote }}
75
75
- name : ACK_LOG_LEVEL
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/s3-controller
7
- tag : v0.0.2
7
+ tag : v0.0.3
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
44
44
enable_development_logging : false
45
45
level : info
46
46
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.
49
50
installScope : cluster
50
51
51
52
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.
53
55
- services.k8s.aws/managed=true
54
56
- services.k8s.aws/created=%UTCNOW%
55
57
- services.k8s.aws/namespace=%KUBERNETES_NAMESPACE%
You can’t perform that action at this time.
0 commit comments