diff --git a/charts/snyk-broker/Chart.yaml b/charts/snyk-broker/Chart.yaml index 756a907..d6abf41 100644 --- a/charts/snyk-broker/Chart.yaml +++ b/charts/snyk-broker/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.3 +version: 1.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/snyk-broker/templates/code_agent_deployment.yaml b/charts/snyk-broker/templates/code_agent_deployment.yaml index b37a41c..62b25ae 100644 --- a/charts/snyk-broker/templates/code_agent_deployment.yaml +++ b/charts/snyk-broker/templates/code_agent_deployment.yaml @@ -57,8 +57,12 @@ spec: - name: NODE_TLS_REJECT_UNAUTHORIZED value: "0" {{- end }} - - + {{- if .Values.httpsProxy }} + # HTTPS Proxy Settings + - name: HTTPS_PROXY + value: {{ .Values.httpsProxy }} + {{- end }} + --- apiVersion: v1 kind: Service