Skip to content

Commit

Permalink
chore: update zarf to new repo location, 0.37.0 (#631)
Browse files Browse the repository at this point in the history
## Description

Updates zarf refs to the new repo/org. Also updates to latest version.

## Related Issue

N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
mjnagel authored Aug 2, 2024
1 parent b02b305 commit 29f9fd0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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"

0 comments on commit 29f9fd0

Please sign in to comment.