Skip to content

Commit 5d366e0

Browse files
fix: use selective deployment app from spinkube GHCR
Signed-off-by: Kate Goldenring <[email protected]>
1 parent 4da3171 commit 5d366e0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

config/samples/selective-deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ kind: SpinApp
33
metadata:
44
name: hello-salutation-spinapp
55
spec:
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

e2e/selective_deployment_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ import (
2323
func 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) {
8281
func 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").

0 commit comments

Comments
 (0)