File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : cloud-agent
33description : A Helm chart for Ametnes Platform Agent
44type : application
5- version : 0.3.16
6- appVersion : 0.3.5083
5+ version : 0.3.17
6+ appVersion : 0.3.5132
77dependencies :
88- name : memcached
99 version : 6.3.4
Original file line number Diff line number Diff line change 7676 {{- end }}
7777 securityContext :
7878 {{- toYaml .podSecurityContext | nindent 8 }}
79+ {{- if .dnsPolicy }}
80+ dnsPolicy : {{ .dnsPolicy }}
81+ {{- end }}
82+ {{- if .dnsConfig }}
83+ dnsConfig :
84+ {{- toYaml .dnsConfig | nindent 8 }}
85+ {{- end }}
7986 initContainers :
8087 - name : wait-for-memcached
8188 image : busybox:1.35
Original file line number Diff line number Diff line change 1313 image :
1414 repository : ametnes/cloud-agent
1515 pullPolicy : IfNotPresent
16- tag : " 0.3.5083 "
16+ tag : " 0.3.5132 "
1717
1818 # imagePullSecrets:
1919 # - name: pull-secret
@@ -22,6 +22,22 @@ agent:
2222 extraInitContainers : []
2323 extraVolumes : []
2424 extraVolumeMounts : []
25+ # DNS policy and configuration for the agent pod.
26+ # Set dnsPolicy to "None" with custom nameservers when the cluster DNS cannot resolve
27+ # external domains (common in private/air-gapped k3s environments).
28+ # dnsPolicy: "None"
29+ # dnsConfig:
30+ # nameservers:
31+ # - 8.8.8.8
32+ # - 8.8.4.4
33+ # options:
34+ # - name: ndots
35+ # value: "2"
36+ # searches:
37+ # - svc.cluster.local
38+ # - cluster.local
39+ dnsPolicy : " "
40+ dnsConfig : {}
2541 tls :
2642 trust :
2743 enabled : false
You can’t perform that action at this time.
0 commit comments