This commit is contained in:
subochev 2026-02-19 04:45:26 +03:00
parent 95bdf4c949
commit 3d984953e3
3 changed files with 3 additions and 1 deletions

View File

@ -76,6 +76,7 @@ jobs:
--kubeconfig ./ku.yaml \ --kubeconfig ./ku.yaml \
--create-namespace \ --create-namespace \
--wait --wait
--set-string version=${{ github.event.inputs.version }}
- name: 'Cleanup' - name: 'Cleanup'
if: always() if: always()
shell: bash shell: bash

View File

@ -56,7 +56,7 @@ spec:
- name: {{ $.Chart.Name }} - name: {{ $.Chart.Name }}
securityContext: securityContext:
{{- toYaml $.Values.securityContext | nindent 12 }} {{- toYaml $.Values.securityContext | nindent 12 }}
image: "{{ $.Values.image.name }}:{{ default $.Chart.AppVersion }}" image: "{{ $.Values.image.name }}:{{ $.Values.value }}"
imagePullPolicy: {{ $.Values.image.pullPolicy }} imagePullPolicy: {{ $.Values.image.pullPolicy }}
env: env:
- name: STAND_TITLE - name: STAND_TITLE

View File

@ -12,3 +12,4 @@ image:
name: agent name: agent
securityContext: securityContext:
privileged: true privileged: true
version: ''