Skip to content

Commit

Permalink
Publish chart
Browse files Browse the repository at this point in the history
  • Loading branch information
releasebot committed Feb 21, 2025
1 parent 9ab65be commit 97248ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wiz-broker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Wiz Broker for tunneling http traffic to Wiz backend

type: application

version: 2.3.3
version: 2.3.4
appVersion: "2.7"

dependencies:
Expand Down
3 changes: 3 additions & 0 deletions wiz-broker/templates/secret-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ metadata:
labels:
{{- include "wiz-broker.labels" . | nindent 4 }}
stringData:
http_proxy: {{ .Values.httpProxyConfiguration.httpProxy | quote }}
https_proxy: {{ .Values.httpProxyConfiguration.httpsProxy | quote }}
no_proxy: {{ .Values.httpProxyConfiguration.noProxyAddress | quote }}
httpProxy: {{ .Values.httpProxyConfiguration.httpProxy | quote }}
httpsProxy: {{ .Values.httpProxyConfiguration.httpsProxy | quote }}
noProxyAddress: {{ .Values.httpProxyConfiguration.noProxyAddress | quote }}
Expand Down

0 comments on commit 97248ea

Please sign in to comment.