Skip to content

Commit

Permalink
Merge branch 'main' into release/v0.8.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Feb 14, 2024
2 parents 7ca31a1 + d6bc93e commit 1286dc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/zora/templates/hooks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
- |
curl -kfsS -X POST '{{ tpl .Values.saas.installURL . }}' \
-H 'content-type: application/json' \
{{- if .Values.httpsProxy }}
-x '{{ .Values.httpsProxy}}' \
{{- end }}
-d '{{ toJson (dict
"kubeVersion" .Capabilities.KubeVersion.GitVersion
"chartVersion" .Chart.Version
Expand Down

0 comments on commit 1286dc6

Please sign in to comment.