From b8e45432b9967a58b511d2702ad31e24b5afee43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:19:48 +0000 Subject: [PATCH] chore(deps): update zarf to v0.40.1 | datasource | package | from | to | | ----------- | ------------------------------ | ------- | ------- | | docker | ghcr.io/zarf-dev/packages/init | v0.39.0 | v0.40.1 | | github-tags | zarf-dev/zarf | v0.39.0 | v0.40.1 | --- .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 dc6544b98..0d9c226a5 100644 --- a/.github/bundles/uds-bundle.yaml +++ b/.github/bundles/uds-bundle.yaml @@ -9,7 +9,7 @@ metadata: packages: - name: init repository: ghcr.io/zarf-dev/packages/init - ref: v0.39.0 + ref: v0.40.1 - name: core path: ../../build/ diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index f7d55b0fe..c0f6e7586 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/zarf-dev/packages/init - ref: v0.39.0 + ref: v0.40.1 - name: core-slim-dev path: ../../build/ diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index e402e3232..e9f290a63 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/zarf-dev/packages/init - ref: v0.39.0 + ref: v0.40.1 - name: core path: ../../build/ diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 6a64f78e7..756d3e354 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=zarf-dev/zarf versioning=semver - cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.39.0 --confirm --no-progress" + cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.40.1 --confirm --no-progress"