File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Tag helm chart image
104
104
run : |
105
- image_tag=v ${{ steps.get_version.outputs.VERSION }}
105
+ image_tag=${{ steps.get_version.outputs.VERSION }}
106
106
chart_version=${{ steps.get_version.outputs.VERSION }}
107
107
sed -i "s/latest/${image_tag}/g" $HELM_CHARTS_DIR/values.yaml
108
108
chart_smever=${chart_version#"v"}
@@ -123,5 +123,6 @@ jobs:
123
123
cd baize-charts/
124
124
git add docs/
125
125
chart_version=${{ steps.get_version.outputs.VERSION }}
126
- git commit -m "update kube-snapshot chart ${chart_version}"
126
+ chart_smever=${chart_version#"v"}
127
+ git commit -m "update kube-snapshot chart ${chart_smever}"
127
128
git push https://x-access-token:${{ steps.get_app_token.outputs.token }}@github.com/BaizeAI/charts.git
You can’t perform that action at this time.
0 commit comments