init
This commit is contained in:
parent
95bdf4c949
commit
3d984953e3
@ -76,6 +76,7 @@ jobs:
|
||||
--kubeconfig ./ku.yaml \
|
||||
--create-namespace \
|
||||
--wait
|
||||
--set-string version=${{ github.event.inputs.version }}
|
||||
- name: 'Cleanup'
|
||||
if: always()
|
||||
shell: bash
|
||||
|
||||
@ -56,7 +56,7 @@ spec:
|
||||
- name: {{ $.Chart.Name }}
|
||||
securityContext:
|
||||
{{- toYaml $.Values.securityContext | nindent 12 }}
|
||||
image: "{{ $.Values.image.name }}:{{ default $.Chart.AppVersion }}"
|
||||
image: "{{ $.Values.image.name }}:{{ $.Values.value }}"
|
||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: STAND_TITLE
|
||||
|
||||
@ -12,3 +12,4 @@ image:
|
||||
name: agent
|
||||
securityContext:
|
||||
privileged: true
|
||||
version: ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user