Skip to content

Commit 4631d94

Browse files
committed
Fixup 88c552e
1 parent 90a1ebf commit 4631d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gateway/dstack-app/deploy-to-vmm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ SUBNET_INDEX=0
7575
OS_IMAGE=dstack-0.5.5
7676
7777
# Set defaults for variables that might not be in .env
78-
GATEWAY_IMAGE=dstacktee/gateway@sha256:a7b7e3144371b053ba21d6ac18141afd49e3cd767ca2715599aa0e2703b3a11a
78+
GATEWAY_IMAGE=dstacktee/dstack-gateway@sha256:a7b7e3144371b053ba21d6ac18141afd49e3cd767ca2715599aa0e2703b3a11a
7979
8080
# Port configurations
8181
GATEWAY_RPC_ADDR=0.0.0.0:9202

kms/dstack-app/deploy-to-vmm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ GIT_REV=HEAD
5353
OS_IMAGE=dstack-0.5.5
5454
5555
# The dstack KMS image name to use for the KMS app
56-
KMS_IMAGE=dstacktee/kms@sha256:11ac59f524a22462ccd2152219b0bec48a28ceb734e32500152d4abefab7a62a
56+
KMS_IMAGE=dstacktee/dstack-kms@sha256:11ac59f524a22462ccd2152219b0bec48a28ceb734e32500152d4abefab7a62a
5757
5858
# The admin token for the KMS app
5959
ADMIN_TOKEN=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)

0 commit comments

Comments
 (0)