DASHBOARD: update image tag to 307 (done automagically via Drone pipeline)
This commit is contained in:
parent
f0bb586917
commit
3641c6c70b
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: yolokube/dashboard
|
- name: yolokube/dashboard
|
||||||
newName: yolokube/dashboard
|
newName: yolokube/dashboard
|
||||||
newTag: "305"
|
newTag: "307"
|
||||||
namespace: dashboard
|
namespace: dashboard
|
||||||
|
|
|
@ -310,7 +310,7 @@ spec:
|
||||||
app: dashboard
|
app: dashboard
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: yolokube/dashboard:305
|
- image: yolokube/dashboard:307
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: dashboard
|
name: dashboard
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue