File tree 3 files changed +5
-2
lines changed
charts/capsule-addon-fluxcd
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.2
18
+ version : 0.2.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : 0.2.0
24
+ appVersion : 0.2.2
Original file line number Diff line number Diff line change 30
30
args :
31
31
- manager
32
32
- --proxy-ca-path=/tmp/proxy-tls/{{ .Values.proxy.tls.secretKey }}
33
+ - --proxy-url={{ .Values.proxy.url }}
33
34
- --zap-log-level={{ default 4 .Values.options.logLevel }}
34
35
securityContext :
35
36
{{- toYaml .Values.securityContext | nindent 12 }}
Original file line number Diff line number Diff line change 21
21
secretName : " capsule-proxy"
22
22
# --- Set the Secret key that contains the CA certificate of the proxy
23
23
secretKey : " ca"
24
+ # --- Set the Capsule proxy Service URL
25
+ url : https://capsule-proxy.capsule-system.svc:9001
24
26
25
27
# -- Configure the liveness probe using Deployment probe spec
26
28
livenessProbe :
You can’t perform that action at this time.
0 commit comments