From 1f33a0a6f4467dd2013d272a29978af9dec13fe4 Mon Sep 17 00:00:00 2001 From: Lukasz Zajaczkowski Date: Fri, 10 Jan 2025 14:56:36 +0100 Subject: [PATCH] set image tag --- charts/osbuilder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/osbuilder/values.yaml b/charts/osbuilder/values.yaml index adf4c4b..256723f 100644 --- a/charts/osbuilder/values.yaml +++ b/charts/osbuilder/values.yaml @@ -13,7 +13,7 @@ image: # controller image to be used. Leave empty to use repository: ghcr.io/pluralsh/osbuilder # tag of the controller image. Leave empty to use chart's AppVersion - tag: "" + tag: sha-29922d3 toolsImage: repository: "quay.io/kairos/auroraboot"