diff --git a/config/samples/hpa.yaml b/config/samples/hpa.yaml index 0cfbe5a..1b805f3 100644 --- a/config/samples/hpa.yaml +++ b/config/samples/hpa.yaml @@ -3,8 +3,7 @@ kind: SpinApp metadata: name: hpa-spinapp spec: - # TODO: Depend on a ghcr.io version of this image - image: "ttl.sh/cpu-load-gen:1h" + image: ghcr.io/spinkube/spin-operator/cpu-load-gen:20240311-163328-g1121986 executor: containerd-shim-spin enableAutoscaling: true resources: diff --git a/config/samples/keda-app.yaml b/config/samples/keda-app.yaml index 9ff5222..b7765b4 100644 --- a/config/samples/keda-app.yaml +++ b/config/samples/keda-app.yaml @@ -3,8 +3,7 @@ kind: SpinApp metadata: name: keda-spinapp spec: - # TODO: Depend on a ghcr.io version of this image - image: "ttl.sh/cpu-load-gen:1h" + image: ghcr.io/spinkube/spin-operator/cpu-load-gen:20240311-163328-g1121986 executor: containerd-shim-spin enableAutoscaling: true replicas: 1