DASHBOARD STAGING: update image tag to 247 (done automagically via Drone pipeline)
This commit is contained in:
parent
1ae3becf29
commit
6e4f6a8f72
2 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -310,7 +310,7 @@ spec:
|
|||
app: dashboard
|
||||
spec:
|
||||
containers:
|
||||
- image: yolokube/dashboard:228
|
||||
- image: yolokube/dashboard:staging-247
|
||||
imagePullPolicy: Always
|
||||
name: dashboard
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue