File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ kind: SpinApp
33metadata :
44 name : hello-salutation-spinapp
55spec :
6- # TODO: change to image hosted at ghcr.io/spinkube/spin-operator/salutations when published
7- image : " ghcr.io/kate-goldenring/spin-operator/examples/spin-salutations:20241022-144454"
6+ image : " ghcr.io/spinkube/spin-operator/salutations:20241105-223428-g4da3171"
87 replicas : 1
98 executor : containerd-shim-spin
109 # Configure the application to only contain the "hello" component
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ import (
2323func TestSelectiveDeployment (t * testing.T ) {
2424 var client klient.Client
2525
26- // TODO: Use an image from a sample app in this repository
27- appImage := "ghcr.io/kate-goldenring/spin-operator/examples/spin-salutations:20241022-144454"
26+ appImage := "ghcr.io/spinkube/spin-operator/salutations:20241105-223428-g4da3171"
2827 testSpinAppName := "test-component-filtering"
2928
3029 defaultTest := features .New ("default and most minimal setup" ).
@@ -82,7 +81,7 @@ func TestSelectiveDeployment(t *testing.T) {
8281func TestSelectiveDeploymentSpintainer (t * testing.T ) {
8382 var client klient.Client
8483
85- salutationsApp := "ghcr.io/kate-goldenring /spin-operator/examples/spin- salutations:20241022-144454 "
84+ salutationsApp := "ghcr.io/spinkube /spin-operator/salutations:20241105-223428-g4da3171 "
8685 testSpinAppName := "test-spintainer-selective-deployment"
8786
8887 defaultTest := features .New ("default and most minimal setup" ).
You can’t perform that action at this time.
0 commit comments