init
This commit is contained in:
parent
c03a9cb408
commit
1e8a035eeb
@ -64,7 +64,7 @@ jobs:
|
||||
--namespace devx \
|
||||
--kubeconfig ./ku.yaml \
|
||||
--create-namespace \
|
||||
--set-string 'version=${{ github.event.inputs.version }}' \
|
||||
--set-string 'image.version=${{ github.event.inputs.version }}' \
|
||||
--set-string 'image.name=otp/${{ github.event.inputs.repo_path }}' \
|
||||
--wait
|
||||
- name: 'Cleanup'
|
||||
|
||||
@ -56,7 +56,7 @@ spec:
|
||||
- name: {{ $.Chart.Name }}
|
||||
securityContext:
|
||||
{{- toYaml $.Values.securityContext | nindent 12 }}
|
||||
image: "{{ $.Values.image.name }}:{{ $.Values.value }}"
|
||||
image: "{{ $.Values.image.name }}:{{ $.Values.image.version }}"
|
||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: STAND_TITLE
|
||||
|
||||
@ -9,7 +9,7 @@ imagePullSecrets: null
|
||||
image:
|
||||
name: null
|
||||
pullPolicy: IfNotPresent
|
||||
version: ''
|
||||
name: agent
|
||||
securityContext:
|
||||
privileged: true
|
||||
version: ''
|
||||
privileged: true
|
||||
Loading…
x
Reference in New Issue
Block a user