File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 32
32
fi
33
33
echo ::set-output name=VERSION::${VERSION}
34
34
# TODO 修改为使用 Helm 部署应用程序
35
+ - name : ' Deploy'
36
+ uses : ' deliverybot/helm@v1'
37
+ with :
38
+ release : ' profiler-dev'
39
+ namespace : ' profiler-system'
40
+ chart : ' profiler'
41
+ token : ' ${{ github.token }}'
42
+ values : |
43
+ image.tag: ${{ steps.get_version.outputs.VERSION }}
44
+ value-files : >-
45
+ [
46
+ " values.dev.yaml"
47
+ ]
48
+ env :
49
+ KUBECONFIG_FILE : ' ${{ secrets.KUBE_CONFIG_DATA }}'
35
50
- name : deploy to cluster
36
51
37
52
with : # defaults to latest kubectl binary version
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ image:
207
207
repository : xyctruth/profiler
208
208
pullPolicy : IfNotPresent
209
209
# Overrides the image tag whose default is the chart appVersion.
210
- tag : " v0.2.5 "
210
+ tag : " latest "
211
211
212
212
imagePullSecrets : []
213
213
nameOverride : " "
Original file line number Diff line number Diff line change 19
19
repository : xyctruth/profiler
20
20
pullPolicy : IfNotPresent
21
21
# Overrides the image tag whose default is the chart appVersion.
22
- tag : " v0.2.5 "
22
+ tag : " v0.2.6 "
23
23
24
24
imagePullSecrets : []
25
25
nameOverride : " "
You can’t perform that action at this time.
0 commit comments