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

This commit is contained in:
Aaron Riedel 2023-09-22 10:46:32 +00:00 committed by Aaron Riedel
parent 20c4bc372c
commit 4b9d169b14
2 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: yolokube/dashboard
newName: yolokube/dashboard
newTag: staging-253
newTag: staging-256
namespace: dashboard-staging
patches:
- patch: |-

View file

@ -15,21 +15,21 @@ data:
"name": "Grafana",
"displayURL": "grafana.services.yolokube.de",
"url": "https://grafana.services.yolokube.de",
"icon": "e6e1",
"icon": "show_chart",
"newTab": true
},
{
"name": "Prometheus",
"displayURL": "prometheus.services.yolokube.de",
"url": "https://prometheus.services.yolokube.de",
"icon": "e876",
"icon": "done",
"newTab": true
},
{
"name": "Alert Manager",
"displayURL": "alertmanager.services.yolokube.de",
"url": "https://alertmanager.services.yolokube.de",
"icon": "e7f4",
"icon": "notifications",
"newTab": true
}
]
@ -41,7 +41,7 @@ data:
"name": "Longhorn",
"displayURL": "longhorn.services.yolokube.de",
"url": "https://longhorn.services.yolokube.de",
"icon": "e161",
"icon": "save",
"newTab": true
}
]
@ -53,7 +53,7 @@ data:
"name": "Argo",
"displayURL": "argo.services.yolokube.de",
"url": "https://argo.services.yolokube.de",
"icon": "e037",
"icon": "play_arrow",
"newTab": true
}
]
@ -310,7 +310,7 @@ spec:
app: dashboard
spec:
containers:
- image: yolokube/dashboard:staging-253
- image: yolokube/dashboard:staging-256
imagePullPolicy: Always
name: dashboard
ports: