File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install UDS CLI
24
24
shell : bash
25
25
# 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
27
27
28
28
- name : Iron Bank Login
29
29
if : ${{ inputs.registry1Username != '' }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
15
15
16
16
# # Supported Tool Versions
17
17
18
- - UDS CLI : 0.10.4
18
+ - UDS CLI : 0.11.0
19
19
- UDS Core : 0.22.0
20
20
- K3D : 5.6.3
21
21
Original file line number Diff line number Diff line change 39
39
actions :
40
40
- cmd : |
41
41
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 }}
43
43
else
44
44
echo "Registry1 bundles cannot be made for 'arm64'"
45
45
fi
Original file line number Diff line number Diff line change 38
38
setVariables :
39
39
- name : BUNDLE_VERSION
40
40
- 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 }}
Original file line number Diff line number Diff line change 38
38
actions :
39
39
- description : Publish bundles for the amd64 and arm64 architectures
40
40
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
42
42
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
44
44
fi
Original file line number Diff line number Diff line change 10
10
default : " true"
11
11
actions :
12
12
- 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
14
14
15
15
- name : k3d-full-cluster
16
16
inputs :
23
23
default : " true"
24
24
actions :
25
25
- 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
27
27
28
28
- name : print-keycloak-admin-password
29
29
actions :
You can’t perform that action at this time.
0 commit comments