File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3030 - name : DeployOs
3131 uses : WyriHaximus/github-action-helm3@v3
3232 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 }}
3434 kubeconfig : ${{ secrets.KUBECONTENT }}
3535 overrule_existing_kubeconfig : ' true'
Original file line number Diff line number Diff line change 3333 securityContext :
3434 {{- toYaml .Values.securityContext | nindent 12 }}
3535 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
36- imagePullPolicy : {{ .Values.image.pullPolicy }}
3736 ports :
3837 - name : http
3938 containerPort : {{ .Values.service.targetPort }}
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ namespace: gitdata
77config : gitdataos-configmap
88image :
99 repository : gitdatateam/gitdataos
10- pullPolicy : IfNotPresent
1110 tag : latest
1211
1312imagePullSecrets : []
You can’t perform that action at this time.
0 commit comments