From c32423dde10f30fb1f17911bb027e93da6995f63 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Fri, 2 Aug 2024 08:24:28 -0600 Subject: [PATCH] chore: update zarf to new repo location, 0.37.0 --- .github/bundles/uds-bundle.yaml | 4 ++-- bundles/k3d-slim-dev/uds-bundle.yaml | 4 ++-- bundles/k3d-standard/uds-bundle.yaml | 4 ++-- renovate.json | 4 ++-- tasks/setup.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/bundles/uds-bundle.yaml b/.github/bundles/uds-bundle.yaml index 09904c624..586a2d02b 100644 --- a/.github/bundles/uds-bundle.yaml +++ b/.github/bundles/uds-bundle.yaml @@ -8,8 +8,8 @@ metadata: packages: - name: init - repository: ghcr.io/defenseunicorns/packages/init - ref: v0.36.1 + repository: ghcr.io/zarf-dev/packages/init + ref: v0.37.0 - name: core path: ../../build/ diff --git a/bundles/k3d-slim-dev/uds-bundle.yaml b/bundles/k3d-slim-dev/uds-bundle.yaml index b0987f1be..27f583831 100644 --- a/bundles/k3d-slim-dev/uds-bundle.yaml +++ b/bundles/k3d-slim-dev/uds-bundle.yaml @@ -28,8 +28,8 @@ packages: path: policies - name: init - repository: ghcr.io/defenseunicorns/packages/init - ref: v0.36.1 + repository: ghcr.io/zarf-dev/packages/init + ref: v0.37.0 - name: core-slim-dev path: ../../build/ diff --git a/bundles/k3d-standard/uds-bundle.yaml b/bundles/k3d-standard/uds-bundle.yaml index 270434f78..e53f5f034 100644 --- a/bundles/k3d-standard/uds-bundle.yaml +++ b/bundles/k3d-standard/uds-bundle.yaml @@ -28,8 +28,8 @@ packages: path: policies - name: init - repository: ghcr.io/defenseunicorns/packages/init - ref: v0.36.1 + repository: ghcr.io/zarf-dev/packages/init + ref: v0.37.0 - name: core path: ../../build/ diff --git a/renovate.json b/renovate.json index 80ac376bc..999119d32 100644 --- a/renovate.json +++ b/renovate.json @@ -107,7 +107,7 @@ "commitMessageTopic": "grafana" }, { - "matchPackageNames": ["defenseunicorns/zarf", "ghcr.io/defenseunicorns/packages/init"], + "matchPackageNames": ["zarf-dev/zarf", "ghcr.io/zarf-dev/packages/init"], "groupName": "zarf", "commitMessageTopic": "zarf" }, @@ -123,7 +123,7 @@ }, { "matchFileNames": [".github/workflows/**", ".github/actions/**"], - "excludePackageNames": ["defenseunicorns/zarf", "defenseunicorns/uds-cli"], + "excludePackageNames": ["zarf-dev/zarf", "defenseunicorns/uds-cli"], "groupName": "githubactions", "commitMessageTopic": "githubactions", "pinDigests": true diff --git a/tasks/setup.yaml b/tasks/setup.yaml index 7dec9d94c..56c6f77f5 100644 --- a/tasks/setup.yaml +++ b/tasks/setup.yaml @@ -10,5 +10,5 @@ tasks: - task: create-k3d-cluster - description: "Initialize the cluster with Zarf" - # renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver - cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.36.1 --confirm --no-progress" + # renovate: datasource=github-tags depName=zarf-dev/zarf versioning=semver + cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.37.0 --confirm --no-progress"