Switch helm and container registry to local repo

This commit is contained in:
2024-08-05 14:40:23 +05:00
parent 02bd3da206
commit a17bd61319
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: my-app
image: quay.csssr.cloud/csssr/test-app:{{ .Values.image.tag }}
image: daemongit.dyndns.info/just_a_test/test-app:{{ .Values.image.tag }}
imagePullPolicy: Always
env:
- name: PORT