Skip to content

Commit

Permalink
fix: use selective deployment app from spinkube GHCR
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Nov 8, 2024
1 parent 4da3171 commit 5d366e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions config/samples/selective-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions e2e/selective_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down Expand Up @@ -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").
Expand Down

0 comments on commit 5d366e0

Please sign in to comment.