diff --git a/incubator/zookeeper/Chart.yaml b/incubator/zookeeper/Chart.yaml index ddfd58283e..65d70e6f1a 100644 --- a/incubator/zookeeper/Chart.yaml +++ b/incubator/zookeeper/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: zookeeper home: https://zookeeper.apache.org/ -version: 2.1.2 +version: 2.1.3 appVersion: 3.5.5 kubeVersion: "^1.10.0-0" description: Centralized service for maintaining configuration information, naming, diff --git a/incubator/zookeeper/templates/config-script.yaml b/incubator/zookeeper/templates/config-script.yaml index 10d81171a9..2b4b44dda5 100644 --- a/incubator/zookeeper/templates/config-script.yaml +++ b/incubator/zookeeper/templates/config-script.yaml @@ -46,8 +46,6 @@ data: LOG4J_PROPERTIES="$ZK_CONF_DIR/log4j.properties" HOST=$(hostname) DOMAIN=`hostname -d` - ZOOCFG=zoo.cfg - ZOOCFGDIR=$ZK_CONF_DIR JVMFLAGS="-Xmx$ZK_HEAP_SIZE -Xms$ZK_HEAP_SIZE" APPJAR=$(echo $ROOT/*jar)