Skip to content

Commit

Permalink
chore: update zarf references to new repo (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: unclegedd <[email protected]>
  • Loading branch information
AustinAbro321 and UncleGedd committed Jul 18, 2024
1 parent c62c576 commit d8be05b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ tasks:

### No Dependency on Zarf

Since UDS CLI also vendors [Zarf](https://github.com/defenseunicorns/zarf), there is no need to also have Zarf installed on your system.
Since UDS CLI also vendors [Zarf](https://github.com/zarf-dev/zarf), there is no need to also have Zarf installed on your system.
4 changes: 2 additions & 2 deletions src/test/bundles/04-init/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ metadata:
packages:
- name: init
path: "../../packages"
# renovate: datasource=github-tags depName=defenseunicorns/zarf
# renovate: datasource=github-tags depName=zarf-dev/zarf
ref: v0.36.0
optionalComponents:
- git-server
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf
# renovate: datasource=github-tags depName=zarf-dev/zarf
ref: v0.36.0
optionalComponents:
- git-server
4 changes: 2 additions & 2 deletions src/test/bundles/14-optional-components/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:

packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf
repository: ghcr.io/zarf-dev/packages/init
# renovate: datasource=github-tags depName=zarf-dev/zarf
ref: v0.36.0

# deploys prometheus as a required component and upload-image as an optional component (with noOptionalComponents key)
Expand Down
2 changes: 1 addition & 1 deletion src/test/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (e2e *UDSE2ETest) GetUdsVersion(t *testing.T) string {
// DownloadZarfInitPkg downloads the zarf init pkg used for testing if it doesn't already exist (todo: makefile?)
func (e2e *UDSE2ETest) DownloadZarfInitPkg(t *testing.T, zarfVersion string) {
filename := fmt.Sprintf("zarf-init-%s-%s.tar.zst", e2e.Arch, zarfVersion)
zarfReleaseURL := fmt.Sprintf("https://github.com/defenseunicorns/zarf/releases/download/%s/%s", zarfVersion, filename)
zarfReleaseURL := fmt.Sprintf("https://github.com/zarf-dev/zarf/releases/download/%s/%s", zarfVersion, filename)
outputDir := "src/test/packages"

// Check if the file already exists
Expand Down

0 comments on commit d8be05b

Please sign in to comment.