Skip to content

Commit

Permalink
Change application reference to be from Fermyon GHCR
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Nov 4, 2024
1 parent 4e3e90b commit d3d2e36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SPIN_VARIABLE_MQTT_BROKER_URI ?= "mqtt://localhost:1883"
SPIN_VARIABLE_MQTT_BROKER_URI ?= "test.mosquitto.org"
SPIN_VARIABLE_MQTT_TOPIC ?= "booth/+"
REGISTRY ?= ghcr.io/kate-goldenring/spin-apps/mqtt-booth-volume
TAG ?= v0.2.0
REGISTRY ?= ghcr.io/fermyon/spin-mqtt-booth-volume
TAG ?= latest
VOLUME ?= 350
BOOTH ?= 20
BROKER_HOSTNAME ?= 127.0.0.1
BROKER_HOSTNAME ?= test.mosquitto.org

all: emqx spin-build-up

Expand Down
2 changes: 1 addition & 1 deletion spinkube/app-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
runtimeClassName: wasmtime-spin-v2
containers:
- name: mqtt-booth-volume
image: ghcr.io/kate-goldenring/spin-apps/mqtt-booth-volume:v0.2.0
image: ghcr.io/fermyon/spin-mqtt-booth-volume:latest
imagePullPolicy: IfNotPresent
command: ["/"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion spinkube/spinapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: SpinApp
metadata:
name: mqtt-booth-volume
spec:
image: "ghcr.io/kate-goldenring/spin-apps/mqtt-booth-volume:latest"
image: "ghcr.io/fermyon/spin-mqtt-booth-volume:latest"
executor: containerd-shim-spin
replicas: 1
variables:
Expand Down

0 comments on commit d3d2e36

Please sign in to comment.