diff --git a/config/samples/selective-deployment.yaml b/config/samples/selective-deployment.yaml index a5b9d20..35ed30e 100644 --- a/config/samples/selective-deployment.yaml +++ b/config/samples/selective-deployment.yaml @@ -3,8 +3,7 @@ kind: SpinApp metadata: name: hello-salutation-spinapp spec: - # TODO: change to image hosted at ghcr.io/spinkube/spin-operator/salutations when published - image: "ghcr.io/kate-goldenring/spin-operator/examples/spin-salutations:20241022-144454" + image: "ghcr.io/spinkube/spin-operator/salutations:20241105-223428-g4da3171" replicas: 1 executor: containerd-shim-spin # Configure the application to only contain the "hello" component diff --git a/e2e/selective_deployment_test.go b/e2e/selective_deployment_test.go index 591bf4f..18f0206 100644 --- a/e2e/selective_deployment_test.go +++ b/e2e/selective_deployment_test.go @@ -23,8 +23,7 @@ import ( func TestSelectiveDeployment(t *testing.T) { var client klient.Client - // TODO: Use an image from a sample app in this repository - appImage := "ghcr.io/kate-goldenring/spin-operator/examples/spin-salutations:20241022-144454" + appImage := "ghcr.io/spinkube/spin-operator/salutations:20241105-223428-g4da3171" testSpinAppName := "test-component-filtering" defaultTest := features.New("default and most minimal setup"). @@ -82,7 +81,7 @@ func TestSelectiveDeployment(t *testing.T) { func TestSelectiveDeploymentSpintainer(t *testing.T) { var client klient.Client - salutationsApp := "ghcr.io/kate-goldenring/spin-operator/examples/spin-salutations:20241022-144454" + salutationsApp := "ghcr.io/spinkube/spin-operator/salutations:20241105-223428-g4da3171" testSpinAppName := "test-spintainer-selective-deployment" defaultTest := features.New("default and most minimal setup").