File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 cp helmchart.yaml release/
6161 sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.CHART_VERSION }}\"/" release/helmchart.yaml
6262 cp kots-config.yaml release/
63+ cp kots-app.yaml release/
6364
6465 - name : Create Replicated release
6566 id : create-release
Original file line number Diff line number Diff line change 5757 cp helmchart.yaml release/
5858 sed -i "s/chartVersion: \"\"/chartVersion: \"${{ env.VERSION }}\"/" release/helmchart.yaml
5959 cp kots-config.yaml release/
60+ cp kots-app.yaml release/
6061
6162 - name : Create Replicated release
6263 id : create-release
Original file line number Diff line number Diff line change 1+ apiVersion : kots.io/v1beta1
2+ kind : Application
3+ metadata :
4+ name : gameshelf
5+ spec :
6+ title : GameShelf
7+ statusInformers :
8+ - deployment/gameshelf
You can’t perform that action at this time.
0 commit comments