diff --git a/internal/resources/const.go b/internal/resources/const.go index b296543..ec6a3b5 100644 --- a/internal/resources/const.go +++ b/internal/resources/const.go @@ -33,7 +33,7 @@ const ( DragonflyOperatorName = "dragonfly-operator" // DragonflyImage is the default image of the Dragonfly to use - DragonflyImage = "ghcr.io/dragonflydb/dragonfly-weekly" + DragonflyImage = "docker.dragonflydb.io/dragonflydb/dragonfly" // DragonflyHealthCheckPath is the path on which the Dragonfly exposes its health check DragonflyHealthCheckPath = "/health" diff --git a/internal/resources/version.go b/internal/resources/version.go index cadb653..4d0c388 100644 --- a/internal/resources/version.go +++ b/internal/resources/version.go @@ -17,5 +17,5 @@ limitations under the License. package resources const ( - Version = "ee68f1bcccd157023c6086f103daa51f5ec51b67" + Version = "v1.11.0" )