Skip to content

Commit

Permalink
Point at Spin docker image instead of ttl.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <[email protected]>
  • Loading branch information
calebschoepp committed Sep 11, 2024
1 parent 59cb95a commit 9019762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/samples/spintainer-executor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ spec:
createDeployment: true
deploymentConfig:
installDefaultCACerts: true
spinImage: ttl.sh/spintainer:24h
spinImage: ghcr.io/fermyon/spin:canary
2 changes: 1 addition & 1 deletion e2e/spintainer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func newSpintainerExecutor(namespace string) *spinapps_v1alpha1.SpinAppExecutor
Spec: spinapps_v1alpha1.SpinAppExecutorSpec{
CreateDeployment: true,
DeploymentConfig: &spinapps_v1alpha1.ExecutorDeploymentConfig{
SpinImage: generics.Ptr("ttl.sh/spintainer:24h"),
SpinImage: generics.Ptr("ghcr.io/fermyon/spin:canary"),
},
},
}
Expand Down

0 comments on commit 9019762

Please sign in to comment.