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: spec:
containers: containers:
- name: dashboard - name: dashboard
image: yolokube/dashboard:latest image: git.ar21.de/yolokube/dashboard:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080

View file

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

View file

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