change container registry for dashboard
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-12-24 18:11:24 +01:00
parent e32768cea8
commit 319a5776cd
Signed by: aaron
GPG key ID: 643004654D40D577
3 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ spec:
spec:
containers:
- name: dashboard
image: yolokube/dashboard:latest
image: git.ar21.de/yolokube/dashboard:latest
imagePullPolicy: Always
ports:
- containerPort: 8080

View file

@ -3,7 +3,7 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: yolokube/dashboard
newName: yolokube/dashboard
- name: git.ar21.de/yolokube/dashboard
newName: git.ar21.de/yolokube/dashboard
newTag: "579"
namespace: dashboard

View file

@ -3,8 +3,8 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: yolokube/dashboard
newName: yolokube/dashboard
- name: git.ar21.de/yolokube/dashboard
newName: git.ar21.de/yolokube/dashboard
newTag: staging-577
namespace: dashboard-staging
patches: