This commit is contained in:
subochev 2026-02-20 15:53:02 +03:00
parent 9caf51d989
commit 385b6cb31f
5 changed files with 14 additions and 2 deletions

View File

@ -70,6 +70,8 @@ jobs:
--create-namespace \
--set-string 'image.version=${{ github.event.inputs.version }}' \
--set-string 'image.name=images.binom.pw/otp/${{ github.event.inputs.repo_path }}' \
--set-string 'repository.name=${{ github.event.inputs.repo_path }}' \
--set-string 'repository.branch=${{ github.event.inputs.branch }}' \
--set "imagePullSecrets[0].name=regcred" \
--wait
- name: 'Cleanup'

View File

@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/name: {{$.Values.name}}
app.kubernetes.io/instance: {{ $.Release.Name }}
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
devspace.isb/name: {{ $.Values.repository.name | quote }}
devspace.isb/branch: {{ $.Values.repository.branch | quote }}
spec:
{{- if not $.Values.autoscaling.enabled }}
{{ if $.Values.replicaCount }}

View File

@ -15,3 +15,6 @@ ingress:
name: agent
securityContext:
privileged: true
repository:
name: ''
branch: ''

View File

@ -9,6 +9,8 @@ metadata:
app.kubernetes.io/name: {{$.Values.name}}
app.kubernetes.io/instance: {{ $.Release.Name }}
app.kubernetes.io/version: {{ $.Chart.AppVersion | quote }}
devspace.isb/name: {{ $.Values.repository.name | quote }}
devspace.isb/branch: {{ $.Values.repository.branch | quote }}
spec:
{{- if not $.Values.autoscaling.enabled }}
{{ if $.Values.replicaCount }}

View File

@ -15,3 +15,6 @@ ingress:
name: agent
securityContext:
privileged: true
repository:
name: ''
branch: ''