Skip to content

Commit

Permalink
Adapt deployment test to new image version
Browse files Browse the repository at this point in the history
  • Loading branch information
psy-q committed Jun 20, 2023
1 parent 4acc476 commit 6212869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appuio/stardog-userrole-operator/test/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6212869

Please sign in to comment.