From c4e74397e19ca265094dcc94051341c828e56e5e Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Mon, 24 Jun 2024 19:03:33 +0100 Subject: [PATCH] ci: Fix up image loading for lint-test-helm --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 62949d3c6..40844fd4b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -239,7 +239,7 @@ jobs: devbox run -- \ ct install \ --config charts/ct-config.yaml \ - --helm-extra-set-args "--set-string image.repository=ko.local/cluster-api-runtime-extensions-nutanix --set-string image.tag=$(devbox run -- gojq -r .version dist/metadata.json) --set-string helmRepositoryImage.tag=$(devbox run -- gojq -r .version dist/metadata.json)" + --helm-extra-set-args "--set-string image.repository=ko.local/cluster-api-runtime-extensions-nutanix --set-string image.tag=$(devbox run -- gojq -r .version dist/metadata.json) --set-string helmRepositoryImage.tag=$(devbox run -- gojq -r .version dist/metadata.json)-$(devbox run -- go env GOARCH)" env: KUBECONFIG: ct-kind-kubeconfig