Commit e0de2bb 1 parent f687afa commit e0de2bb Copy full SHA for e0de2bb
File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,27 @@ jobs:
29
29
run : |
30
30
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
31
31
32
+
33
+ - name : RemoveOs
34
+ uses : WyriHaximus/github-action-helm3@v3
35
+ with :
36
+ exec : /usr/local/bin/helm uninstall gitdataos --namespace gitdata
37
+ kubeconfig : ${{ secrets.KUBECONTENT }}
38
+ overrule_existing_kubeconfig : ' true'
39
+
32
40
- name : DeployOs
33
41
uses : WyriHaximus/github-action-helm3@v3
34
42
with :
35
43
exec : /usr/local/bin/helm upgrade gitdataos --install ./charts --namespace gitdata
36
44
kubeconfig : ${{ secrets.KUBECONTENT }}
37
45
overrule_existing_kubeconfig : ' true'
38
46
47
+ - name : RemoveWeb
48
+ uses : WyriHaximus/github-action-helm3@v3
49
+ with :
50
+ exec : /usr/local/bin/helm uninstall gitdataweb --namespace gitdata
51
+ kubeconfig : ${{ secrets.KUBECONTENT }}
52
+ overrule_existing_kubeconfig : ' true'
39
53
- name : DeployWeb
40
54
uses : WyriHaximus/github-action-helm3@v3
41
55
with :
You can’t perform that action at this time.
0 commit comments