From d0405b1656a52dff50e9b0b6a30bd94c58286188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:04:17 +0000 Subject: [PATCH] chore(deps): update zarf to v0.34.0 | datasource | package | from | to | | ----------- | ------------------------------------- | ------- | ------- | | github-tags | defenseunicorns/zarf | v0.33.2 | v0.34.0 | | docker | ghcr.io/defenseunicorns/packages/init | v0.33.2 | v0.34.0 | --- .github/bundles/uds-bundle.yaml | 2 +- bundles/k3d-slim-dev/uds-bundle.yaml | 2 +- bundles/k3d-standard/uds-bundle.yaml | 2 +- tasks/setup.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/bundles/uds-bundle.yaml b/.github/bundles/uds-bundle.yaml index 05ae8fae5..e8e3d82a2 100644 --- a/.github/bundles/uds-bundle.yaml +++ b/.github/bundles/uds-bundle.yaml @@ -9,7 +9,7 @@ metadata: packages: - name: init repository: ghcr.io/defenseunicorns/packages/init - ref: v0.33.2 + ref: v0.34.0 - name: core path: ../../build/ diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index e8cd67160..5dc188802 100644 --- a/bundles/k3d-slim-dev/uds-bundle.yaml +++ b/bundles/k3d-slim-dev/uds-bundle.yaml @@ -29,7 +29,7 @@ packages: - name: init repository: ghcr.io/defenseunicorns/packages/init - ref: v0.33.2 + ref: v0.34.0 - name: core-slim-dev path: ../../build/ diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index d4fce7c5b..183f2fb4d 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -29,7 +29,7 @@ packages: - name: init repository: ghcr.io/defenseunicorns/packages/init - ref: v0.33.2 + ref: v0.34.0 - name: core path: ../../build/ diff --git a/tasks/setup.yaml b/tasks/setup.yaml index d6884f37f..987b1c16c 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -11,4 +11,4 @@ tasks: - description: "Initialize the cluster with Zarf" # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.33.2 --confirm --no-progress" + cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.34.0 --confirm --no-progress"