diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index 35d8dd18..9c65acb3 100644 --- a/graph/helmfile.yaml +++ b/graph/helmfile.yaml @@ -188,7 +188,7 @@ templates: version: {{ .Values | get "graph-toolbox" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "graph-toolbox" dict | get "chartVersion" false ) ( .Values | get "graph-toolbox" dict | get "chartUrl" false ) )) }} - version: "0.1.2" + version: "0.1.3" {{- end }} graph-operator-mnemonic: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index afd09001..3250d1e7 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -100,7 +100,7 @@ package LaunchpadNamespaces "graph-toolbox": { chart: {_repositories.graphops.charts["graph-toolbox"]} feature: #features.#toolbox - _template: {version: "0.1.2"} + _template: {version: "0.1.3"} } "graph-operator-mnemonic": {