Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency defenseunicorns/zarf to v0.38.3
Browse files Browse the repository at this point in the history
| datasource  | package              | from    | to      |
| ----------- | -------------------- | ------- | ------- |
| github-tags | defenseunicorns/zarf | v0.36.1 | v0.38.3 |
  • Loading branch information
renovate[bot] committed Aug 22, 2024
1 parent 42deccb commit 0411a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-zarf-package/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.36.1
version: v0.38.3
download-init-package: ${{ inputs.download-init-package }}

- name: Create Zarf Package
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
uses: defenseunicorns/setup-zarf@main
with:
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
version: v0.36.1
version: v0.38.3
download-init-package: true

- name: Install k3d
Expand Down
2 changes: 1 addition & 1 deletion k3d/tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tasks:

- description: "Initialize the cluster with Zarf"
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
cmd: "zarf package deploy oci://defenseunicorns/init:v0.36.1 --confirm --components=git-server --no-progress"
cmd: "zarf package deploy oci://defenseunicorns/init:v0.38.3 --confirm --components=git-server --no-progress"

0 comments on commit 0411a61

Please sign in to comment.