Skip to content

Commit

Permalink
Fix upgrade.operatorImage
Browse files Browse the repository at this point in the history
  • Loading branch information
rkojedzinszky committed Dec 15, 2023
1 parent e7d1690 commit e385d88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion private/upgrade/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ import (
"github.com/k-web-s/patroni-postgres-operator/private/controllers/statefulset"
)

var (
operatorImage = "ghcr.io/k-web-s/patroni-postgres-operator"
)

const (
operatorImage = "github.com/k-web-s/patroni-postgres-operator"
helperModeEnvVar = "MODE"
)

Expand Down

0 comments on commit e385d88

Please sign in to comment.