Skip to content

Commit

Permalink
chore(deps): update uds-k3d to v0.8.0
Browse files Browse the repository at this point in the history
| datasource  | package                                  | from   | to     |
| ----------- | ---------------------------------------- | ------ | ------ |
| github-tags | defenseunicorns/uds-k3d                  | v0.7.0 | v0.8.0 |
| docker      | ghcr.io/defenseunicorns/packages/uds-k3d | 0.7.0  | 0.8.0  |
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 5fa889c commit 648409c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -9,7 +9,7 @@ metadata:
packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
ref: 0.7.0
ref: 0.8.0
overrides:
uds-dev-stack:
minio:
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 @@ -9,7 +9,7 @@ metadata:
packages:
- name: uds-k3d-dev
repository: ghcr.io/defenseunicorns/packages/uds-k3d
ref: 0.7.0
ref: 0.8.0
overrides:
uds-dev-stack:
minio:
Expand Down
2 changes: 1 addition & 1 deletion tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ tasks:
actions:
- description: "Create the K3d cluster"
# renovate: datasource=github-tags depName=defenseunicorns/uds-k3d versioning=semver
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.7.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.8.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"

- name: k3d-test-cluster
actions:
Expand Down

0 comments on commit 648409c

Please sign in to comment.