Skip to content

Commit

Permalink
chore(deps): update uds-k3d to v0.10.1
Browse files Browse the repository at this point in the history
| datasource  | package                                  | from   | to      |
| ----------- | ---------------------------------------- | ------ | ------- |
| github-tags | defenseunicorns/uds-k3d                  | v0.9.0 | v0.10.1 |
| docker      | ghcr.io/defenseunicorns/packages/uds-k3d | 0.9.0  | 0.10.1  |
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent c70c23d commit 961a9e5
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.9.0
ref: 0.10.1
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.9.0
ref: 0.10.1
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.9.0 --confirm --no-progress"
cmd: "uds zarf package deploy oci://defenseunicorns/uds-k3d:0.10.1 --confirm --no-progress"

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

0 comments on commit 961a9e5

Please sign in to comment.