This commit is contained in:
subochev 2026-02-19 04:55:16 +03:00
parent c03a9cb408
commit 1e8a035eeb
3 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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

View File

@ -9,7 +9,7 @@ imagePullSecrets: null
image:
name: null
pullPolicy: IfNotPresent
version: ''
name: agent
securityContext:
privileged: true
version: ''