From 8460c31d62f0de49a13c4bbc66828401d294b743 Mon Sep 17 00:00:00 2001 From: Syrine Neifar <syrine@greenhost.nl> Date: Wed, 25 Jan 2023 17:20:43 +0100 Subject: [PATCH] Update the chart with the new container image versions --- deployment/helmchart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 17a0c539..58c293ad 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -68,7 +68,7 @@ dashboard: image: registry: open.greenhost.net:4567 repository: stackspin/dashboard/dashboard - tag: 0.5.2 + tag: 0.6.0 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -236,7 +236,7 @@ backend: image: registry: open.greenhost.net:4567 repository: stackspin/dashboard/dashboard-backend - tag: 0.5.2 + tag: 0.6.0 digest: "" ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. -- GitLab