Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ethereum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ templates:
version: {{ .Values | get "nimbus" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }}
version: "0.5.21"
version: "0.5.22-canary.1"
{{- end }}

proxyd:
Expand All @@ -200,7 +200,7 @@ templates:
version: {{ .Values | get "proxyd" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }}
version: "0.6.5-canary.2"
version: "0.6.5"
{{- end }}

releases:
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/ethereum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#nimbus
_template: {version: "0.5.21"}
_template: {version: "0.5.22-canary.1"}
}

proxyd: {
Expand All @@ -144,7 +144,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}"
}
feature: #features.#proxyd
_template: {version: "0.6.5-canary.2"}
_template: {version: "0.6.5"}
}
}

Expand Down