Skip to content

Commit

Permalink
use v1.11.0 version instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Pothulapati committed Oct 26, 2023
1 parent 7781578 commit 2101925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resources/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion internal/resources/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
package resources

const (
Version = "ee68f1bcccd157023c6086f103daa51f5ec51b67"
Version = "v1.11.0"
)

0 comments on commit 2101925

Please sign in to comment.