We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d221b16 commit 089f32dCopy full SHA for 089f32d
gnosis/helmfile.yaml
@@ -185,7 +185,7 @@ templates:
185
version: {{ .Values | get "lighthouse" | get "chartVersion" }}
186
{{- end }}
187
{{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }}
188
- version: "0.7.0"
+ version: "0.7.1"
189
190
191
proxyd:
src/schemas/gnosis.cue
@@ -116,7 +116,7 @@ package LaunchpadNamespaces
116
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
117
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
118
}
119
- _template: {version: "0.7.0"}
+ _template: {version: "0.7.1"}
120
121
122
proxyd: {
0 commit comments