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
6 changes: 3 additions & 3 deletions arbitrum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ templates:
version: {{ .Values | get "arbitrum-nitro" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "arbitrum-nitro" dict | get "chartVersion" false ) ( .Values | get "arbitrum-nitro" dict | get "chartUrl" false ) )) }}
version: "0.6.8-canary.3"
version: "0.7.0"
{{- end }}

arbitrum-classic:
Expand Down Expand Up @@ -200,7 +200,7 @@ templates:
version: {{ .Values | get "proxyd-nitro" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd-nitro" dict | get "chartVersion" false ) ( .Values | get "proxyd-nitro" dict | get "chartUrl" false ) )) }}
version: "0.7.0"
version: "0.7.1"
{{- end }}

proxyd-classic:
Expand All @@ -215,7 +215,7 @@ templates:
version: {{ .Values | get "proxyd-classic" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "proxyd-classic" dict | get "chartVersion" false ) ( .Values | get "proxyd-classic" dict | get "chartUrl" false ) )) }}
version: "0.7.0"
version: "0.7.1"
{{- end }}

releases:
Expand Down
6 changes: 3 additions & 3 deletions src/schemas/arbitrum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}"
}
feature: #features.#arbitrum_nitro
_template: {version: "0.6.8-canary.3"}
_template: {version: "0.7.0"}
}

"arbitrum-classic": {
Expand All @@ -130,7 +130,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/release": "{{ $release }}"
}
feature: #features.#proxyd_nitro
_template: {version: "0.7.0"}
_template: {version: "0.7.1"}
}

"proxyd-classic": {
Expand All @@ -141,7 +141,7 @@ package LaunchpadNamespaces
"app.launchpad.graphops.xyz/release": "{{ $release }}"
}
feature: #features.#proxyd_classic
_template: {version: "0.7.0"}
_template: {version: "0.7.1"}
}
}

Expand Down