Fix tags
This commit is contained in:
parent
0e92eb43ab
commit
e6af11c303
@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: backend
|
||||
image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}"
|
||||
image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.tag }}"
|
||||
imagePullPolicy: {{ .Values.backend.image.pullPolicy }}
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
@ -24,7 +24,7 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: frontend
|
||||
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
|
||||
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.tag }}"
|
||||
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
frontend:
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/navix-front
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
tag: master-4fc5494
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
@ -25,8 +25,8 @@ frontend:
|
||||
backend:
|
||||
image:
|
||||
repository: harbor.dvirlabs.com/my-apps/navix-back
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
tag: master-4fc5494
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8000
|
||||
@ -46,4 +46,4 @@ backend:
|
||||
paths:
|
||||
- path: /api
|
||||
pathType: Prefix
|
||||
tag: master-4fc5494
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user