File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 30
30
- name : DeployOs
31
31
uses : WyriHaximus/github-action-helm3@v3
32
32
with :
33
- exec : /usr/local/bin/helm upgrade gitdataos --install ./charts --namespace gitdata
33
+ exec : /usr/local/bin/helm upgrade gitdataos --install ./charts --namespace gitdata --set image.tag=${{ steps.version.outputs.version }}
34
34
kubeconfig : ${{ secrets.KUBECONTENT }}
35
35
overrule_existing_kubeconfig : ' true'
Original file line number Diff line number Diff line change 33
33
securityContext :
34
34
{{- toYaml .Values.securityContext | nindent 12 }}
35
35
image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
36
- imagePullPolicy : {{ .Values.image.pullPolicy }}
37
36
ports :
38
37
- name : http
39
38
containerPort : {{ .Values.service.targetPort }}
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ namespace: gitdata
7
7
config : gitdataos-configmap
8
8
image :
9
9
repository : gitdatateam/gitdataos
10
- pullPolicy : IfNotPresent
11
10
tag : latest
12
11
13
12
imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments