From 7c1860a7495360a16e6e9f531e9b302ff960387d Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Wed, 21 Feb 2024 10:05:53 -0700 Subject: [PATCH] workaround --- tasks/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/deploy.yaml b/tasks/deploy.yaml index 6d81bf4a4..e28e3aa65 100644 --- a/tasks/deploy.yaml +++ b/tasks/deploy.yaml @@ -35,7 +35,7 @@ tasks: setVariables: - name: LATEST_VERSION - description: "Deploy the latest UDS Core package release" - cmd: uds zarf package deploy oci://ghcr.io/defenseunicorns/packages/uds/core:${LATEST_VERSION} --confirm + cmd: uds zarf package deploy oci://ghcr.io/defenseunicorns/packages/uds/core:${LATEST_VERSION} --confirm --components="metrics-server" # Temporary addition to workaround https://github.com/defenseunicorns/zarf/issues/2320 - name: standard-package actions: