Skip to content

Commit

Permalink
set zarf init version to v0.33.0 which matches with the zarf version …
Browse files Browse the repository at this point in the history
…in uds v0.10.4
  • Loading branch information
decleaver committed May 3, 2024
1 parent 0ef96d0 commit 6f5dd7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.33.1
ref: v0.33.0

- name: core
path: ../../build/
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
ref: v0.33.1
ref: v0.33.0

- name: core
path: ../../build/
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ tasks:

- description: "Initialize the cluster with Zarf"
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.32.3 --confirm --no-progress"
cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.33.0 --confirm --no-progress"

0 comments on commit 6f5dd7e

Please sign in to comment.