Skip to content

Commit

Permalink
chore(deps): update zarf to v0.38.1
Browse files Browse the repository at this point in the history
| datasource  | package                        | from    | to      |
| ----------- | ------------------------------ | ------- | ------- |
| docker      | ghcr.io/zarf-dev/packages/init | v0.37.0 | v0.38.1 |
| github-tags | zarf-dev/zarf                  | v0.37.0 | v0.38.1 |
  • Loading branch information
renovate[bot] committed Aug 9, 2024
1 parent a4c8fe9 commit 89d34cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
packages:
- name: init
repository: ghcr.io/zarf-dev/packages/init
ref: v0.37.0
ref: v0.38.1

- name: core
path: ../../build/
Expand Down
2 changes: 1 addition & 1 deletion bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages:

- name: init
repository: ghcr.io/zarf-dev/packages/init
ref: v0.37.0
ref: v0.38.1

- name: core-slim-dev
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 @@ -29,7 +29,7 @@ packages:

- name: init
repository: ghcr.io/zarf-dev/packages/init
ref: v0.37.0
ref: v0.38.1

- 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=zarf-dev/zarf versioning=semver
cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.37.0 --confirm --no-progress"
cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.38.1 --confirm --no-progress"

0 comments on commit 89d34cb

Please sign in to comment.