diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index 48ef4ddd..6d7eb6ca 100644 --- a/graph/helmfile.yaml +++ b/graph/helmfile.yaml @@ -140,7 +140,7 @@ templates: version: {{ .Values | get "graph-node" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "graph-node" dict | get "chartVersion" false ) ( .Values | get "graph-node" dict | get "chartUrl" false ) )) }} - version: "0.3.3-canary.1" + version: "0.3.4-canary.1" {{- end }} graph-network-indexer: {{- if ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) }} @@ -154,7 +154,7 @@ templates: version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }} - version: "0.2.3-canary.2" + version: "0.2.3-canary.3" {{- end }} graph-toolbox: {{- if ( .Values | get "graph-toolbox" dict | get "chartUrl" false ) }} diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 893a7736..7dacf399 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -64,12 +64,12 @@ package LaunchpadNamespaces releases: { "graph-node": { chart: {_repositories.graphops.charts["graph-node"]} - _template: {version: "0.3.3-canary.1"} + _template: {version: "0.3.4-canary.1"} } "graph-network-indexer": { chart: {_repositories.graphops.charts["graph-network-indexer"]} - _template: {version: "0.2.3-canary.2"} + _template: {version: "0.2.3-canary.3"} } "graph-toolbox": {