Skip to content

Commit

Permalink
chore(ci): update core demo bundle version for ephemeral env (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHoladay authored Sep 23, 2024
1 parent 12a0f5e commit 161fa7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/test-infra/terraform/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ export UDS_ADMIN_TLS_KEY=$TLS_KEY
export UDS_TENANT_TLS_CERT=$TLS_CERT
export UDS_TENANT_TLS_KEY=$TLS_KEY

uds deploy ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core-demo:0.25.2 --packages=init,core --set DOMAIN=burning.boats --confirm
# k3d-core-demo:latest >= 0.27.3 deploys runtime on admin gateway. deploying nightly unstable afterward overwrites and redeploys runtime on tenant gateway without authsvc
uds deploy ghcr.io/defenseunicorns/packages/uds/bundles/k3d-core-demo:latest --packages=init,core --set DOMAIN=burning.boats --confirm
uds zarf package deploy oci://ghcr.io/defenseunicorns/packages/uds/uds-runtime:nightly-unstable --confirm
2 changes: 1 addition & 1 deletion .github/workflows/nightly-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
ephemerial-cluster:
ephemeral-cluster:
runs-on: ubuntu-latest
env:
SHA: ${{ github.sha }}
Expand Down

0 comments on commit 161fa7e

Please sign in to comment.