DASHBOARD STAGING: update image tag to 247 (done automagically via Drone pipeline)

This commit is contained in:
Aaron Riedel 2023-09-21 22:05:53 +00:00 committed by Aaron Riedel
parent 1ae3becf29
commit 6e4f6a8f72
2 changed files with 16 additions and 16 deletions

View file

@ -5,20 +5,20 @@ kind: Kustomization
images:
- name: yolokube/dashboard
newName: yolokube/dashboard
newTag: "228"
newTag: staging-247
namespace: dashboard-staging
patches:
- target:
kind: Ingress
name: dashboard-ingress
patch: |-
- patch: |-
- op: replace
path: /spec/rules/0/host
value: "dashboard-staging.services.yolokube.de"
- target:
kind: Deployment
name: dashboard-deployment
patch: |-
target:
kind: Ingress
name: dashboard-ingress
- patch: |-
- op: replace
path: /spec/replicas
value: 1
target:
kind: Deployment
name: dashboard-deployment

View file

@ -310,7 +310,7 @@ spec:
app: dashboard
spec:
containers:
- image: yolokube/dashboard:228
- image: yolokube/dashboard:staging-247
imagePullPolicy: Always
name: dashboard
ports: