Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update zarf to new repo location, 0.37.0 #631

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"