You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/venafi-kubernetes-agent/values.yaml
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ image:
11
11
# -- Defaults to only pull if not already present
12
12
pullPolicy: IfNotPresent
13
13
# -- Overrides the image tag whose default is the chart appVersion
14
-
tag: "v0.1.45"
14
+
tag: "v0.1.47"
15
15
16
16
# -- Specify image pull credentials if using a private registry
17
17
# example: - name: my-pull-secret
@@ -41,6 +41,21 @@ podSecurityContext: {}
41
41
# runAsGroup: 3000
42
42
# fsGroup: 2000
43
43
44
+
# Use these variables to configure the HTTP_PROXY environment variables.
45
+
46
+
# Configures the HTTP_PROXY environment variable where a HTTP proxy is required.
47
+
# +docs:property
48
+
# http_proxy: "http://proxy:8080"
49
+
50
+
# Configures the HTTPS_PROXY environment variable where a HTTP proxy is required.
51
+
# +docs:property
52
+
# https_proxy: "https://proxy:8080"
53
+
54
+
# Configures the NO_PROXY environment variable where a HTTP proxy is required,
55
+
# but certain domains should be excluded.
56
+
# +docs:property
57
+
# no_proxy: 127.0.0.1,localhost
58
+
44
59
# -- Add Container specific SecurityContext settings to the container. Takes precedence over `podSecurityContext` when set. See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container
0 commit comments