diff --git a/appuio/stardog-userrole-operator/test/deployment_test.go b/appuio/stardog-userrole-operator/test/deployment_test.go index 967e9a08..f7db6fdf 100644 --- a/appuio/stardog-userrole-operator/test/deployment_test.go +++ b/appuio/stardog-userrole-operator/test/deployment_test.go @@ -74,7 +74,7 @@ func Test_Deployment_ShouldRender_ImagePullSecrets(t *testing.T) { } func Test_Deployment_ShouldRender_CorrectImage(t *testing.T) { - expectedImage := "docker.io/vshn/stardog-userrole-operator:v0.1.1" + expectedImage := "gchr.io/vshn/stardog-userrole-operator:v0.2.0" options := &helm.Options{} got := renderDeployment(t, options, false)