From 8bdb5b26301a75a6466e2650034c1c6c90c4ec04 Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Tue, 12 Mar 2024 15:25:51 +0100 Subject: [PATCH] chore: Reference cpu-load-gen sample from ghcr.io With this commit samples for HPA and KEDA will pull Spin App images from ghcr.io instead of ttl.sh Signed-off-by: Thorsten Hans --- config/samples/hpa.yaml | 3 +-- config/samples/keda-app.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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