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: images:
- name: yolokube/dashboard - name: yolokube/dashboard
newName: yolokube/dashboard newName: yolokube/dashboard
newTag: "228" newTag: staging-247
namespace: dashboard-staging namespace: dashboard-staging
patches: patches:
- target: - patch: |-
kind: Ingress
name: dashboard-ingress
patch: |-
- op: replace - op: replace
path: /spec/rules/0/host path: /spec/rules/0/host
value: "dashboard-staging.services.yolokube.de" value: "dashboard-staging.services.yolokube.de"
- target: target:
kind: Deployment kind: Ingress
name: dashboard-deployment name: dashboard-ingress
patch: |- - patch: |-
- op: replace - op: replace
path: /spec/replicas path: /spec/replicas
value: 1 value: 1
target:
kind: Deployment
name: dashboard-deployment

View file

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