Skip to content

Commit

Permalink
fix copy paste accident
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller committed May 1, 2024
1 parent 4339b73 commit 8637e61
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions values/common-values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
tasks:
- name: create-k3d-cluster
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.5.0 --set=K3D_IMAGE=${K3D_IMAGE} --confirm --no-progress"

- name: k3d-test-cluster
actions:
- task: create-k3d-cluster

- 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"
global:
image:
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 8637e61

Please sign in to comment.