File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 cp .replicated release/
5959 cp embedded-cluster-config.yaml release/
6060 cp helmchart.yaml release/
61+ sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.CHART_VERSION }}\"/" release/helmchart.yaml
6162
6263 - name : Create Replicated release
6364 id : create-release
Original file line number Diff line number Diff line change 5555 cp .replicated release/
5656 cp embedded-cluster-config.yaml release/
5757 cp helmchart.yaml release/
58+ sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.VERSION }}\"/" release/helmchart.yaml
5859
5960 - name : Create Replicated release
6061 id : create-release
Original file line number Diff line number Diff line change @@ -5,9 +5,3 @@ channels:
55 - name: Unstable
66 - name: Beta
77 - name: Stable
8- helm-charts:
9- - name: gameshelf
10- path: .
11- values:
12- - key: image.tag
13- value: repl{{ .VersionLabel }}
You can’t perform that action at this time.
0 commit comments