Skip to content

Commit

Permalink
Merge pull request #86 from SrishT/issue-85-changing-default-zk-img
Browse files Browse the repository at this point in the history
Issue 85: Setting appropriate default zookeeper image
  • Loading branch information
pbelgundi authored Oct 4, 2019
2 parents 18cc77e + 34b4fe9 commit 2c9d271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/zu/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ext.zookeeper_version = '3.5.4-beta'
ext.zookeeper_version = '3.5.5'
ext.kotlin_version = '1.2.51'

buildscript {
Expand Down
4 changes: 2 additions & 2 deletions pkg/apis/zookeeper/v1beta1/zookeepercluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ import (
const (
// DefaultZkContainerRepository is the default docker repo for the zookeeper
// container
DefaultZkContainerRepository = "emccorp/zookeeper"
DefaultZkContainerRepository = "pravega/zookeeper"

// DefaultZkContainerVersion is the default tag used for for the zookeeper
// container
DefaultZkContainerVersion = "3.5.4-beta-operator"
DefaultZkContainerVersion = "0.2.3"

// DefaultZkContainerPolicy is the default container pull policy used
DefaultZkContainerPolicy = "Always"
Expand Down

0 comments on commit 2c9d271

Please sign in to comment.