diff --git a/.github/bundles/uds-bundle.yaml b/.github/bundles/uds-bundle.yaml index 793b76d76..3c000659f 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.38.3 + ref: v0.39.0 - name: core path: ../../build/ diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index 656ed1ff0..359e28844 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.38.3 + ref: v0.39.0 - name: core-slim-dev path: ../../build/ diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index 302b68f19..a16d2a21c 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.38.3 + ref: v0.39.0 - name: core path: ../../build/ diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 9e92da618..a6e5a11b8 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.38.3 --confirm --no-progress" + cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.39.0 --confirm --no-progress"