Skip to content

Commit 985dfd7

Browse files
chore(deps): update support-deps to v0.11.0 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eric Wyles <[email protected]> Release-As: v0.4.5
1 parent 6e6f60b commit 985dfd7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
- name: Install UDS CLI
2424
shell: bash
2525
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
26-
run: brew install defenseunicorns/tap/uds@0.10.4
26+
run: brew install defenseunicorns/tap/uds@0.11.0
2727

2828
- name: Iron Bank Login
2929
if: ${{ inputs.registry1Username != '' }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
1515

1616
## Supported Tool Versions
1717

18-
- UDS CLI: 0.10.4
18+
- UDS CLI: 0.11.0
1919
- UDS Core: 0.22.0
2020
- K3D: 5.6.3
2121

tasks/create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tasks:
3939
actions:
4040
- cmd: |
4141
if [ ${FLAVOR} != "registry1" ] || [ ${{ .inputs.architecture }} != "arm64" ]; then
42-
UDS_CONFIG=${{ .inputs.path }}/${{ .inputs.config }} ./uds create ${{ .inputs.path }} --confirm --no-progress --architecture=${{ .inputs.architecture }} ${{ .inputs.options }} --no-tea
42+
UDS_CONFIG=${{ .inputs.path }}/${{ .inputs.config }} ./uds create ${{ .inputs.path }} --confirm --no-progress --architecture=${{ .inputs.architecture }} ${{ .inputs.options }}
4343
else
4444
echo "Registry1 bundles cannot be made for 'arm64'"
4545
fi

tasks/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ tasks:
3838
setVariables:
3939
- name: BUNDLE_VERSION
4040
- description: Deploy the UDS bundle with the package and its dependencies
41-
cmd: UDS_CONFIG=${{ .inputs.path }}/${{ .inputs.config }} ./uds deploy ${{ .inputs.path }}/uds-bundle-${BUNDLE_NAME}-${UDS_ARCH}-${BUNDLE_VERSION}.tar.zst --confirm --no-progress ${{ .inputs.options }} --no-tea
41+
cmd: UDS_CONFIG=${{ .inputs.path }}/${{ .inputs.config }} ./uds deploy ${{ .inputs.path }}/uds-bundle-${BUNDLE_NAME}-${UDS_ARCH}-${BUNDLE_VERSION}.tar.zst --confirm --no-progress ${{ .inputs.options }}

tasks/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tasks:
3838
actions:
3939
- description: Publish bundles for the amd64 and arm64 architectures
4040
cmd: |
41-
./uds publish ${{ .inputs.path }}/uds-bundle-*-amd64-${{ .inputs.version }}.tar.zst oci://${{ .inputs.target_repo }} --no-progress --no-tea
41+
./uds publish ${{ .inputs.path }}/uds-bundle-*-amd64-${{ .inputs.version }}.tar.zst oci://${{ .inputs.target_repo }} --no-progress
4242
if [ ${FLAVOR} != "registry1" ]; then
43-
./uds publish ${{ .inputs.path }}/uds-bundle-*-arm64-${{ .inputs.version }}.tar.zst oci://${{ .inputs.target_repo }} --no-progress --no-tea
43+
./uds publish ${{ .inputs.path }}/uds-bundle-*-arm64-${{ .inputs.version }}.tar.zst oci://${{ .inputs.target_repo }} --no-progress
4444
fi

tasks/setup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tasks:
1010
default: "true"
1111
actions:
1212
- description: Create k3d cluster with slim UDS Core
13-
cmd: ./uds deploy oci://defenseunicorns/uds/bundles/k3d-core-slim-dev:${{ .inputs.version }} --set INSECURE_ADMIN_PASSWORD_GENERATION=${{ .inputs.insecure_keycloak_admin }} --confirm --no-progress --no-tea
13+
cmd: ./uds deploy oci://defenseunicorns/uds/bundles/k3d-core-slim-dev:${{ .inputs.version }} --set INSECURE_ADMIN_PASSWORD_GENERATION=${{ .inputs.insecure_keycloak_admin }} --confirm --no-progress
1414

1515
- name: k3d-full-cluster
1616
inputs:
@@ -23,7 +23,7 @@ tasks:
2323
default: "true"
2424
actions:
2525
- description: Deploy all of the UDS Core Package into the current cluster
26-
cmd: ./uds deploy oci://defenseunicorns/uds/bundles/k3d-core-demo:${{ .inputs.version }} --set INSECURE_ADMIN_PASSWORD_GENERATION=${{ .inputs.insecure_keycloak_admin }} --confirm --no-progress --no-tea
26+
cmd: ./uds deploy oci://defenseunicorns/uds/bundles/k3d-core-demo:${{ .inputs.version }} --set INSECURE_ADMIN_PASSWORD_GENERATION=${{ .inputs.insecure_keycloak_admin }} --confirm --no-progress
2727

2828
- name: print-keycloak-admin-password
2929
actions:

0 commit comments

Comments
 (0)