Skip to content

Commit

Permalink
[incubator/zookeeper] small typo fix in README.md (helm#6260)
Browse files Browse the repository at this point in the history
* Add Version 1.0.2

Add Version 1.0.2

* [incubator/zookeeper] small typo fix in README.md

[incubator/zookeeper] small typo fix in README.md
  • Loading branch information
AdamDang authored and k8s-ci-robot committed Jul 1, 2018
1 parent 254725f commit 3168f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zookeeper
home: https://zookeeper.apache.org/
version: 1.0.1
version: 1.0.2
appVersion: 3.4.10
description: Centralized service for maintaining configuration information, naming,
providing distributed synchronization, and providing group services.
Expand Down
2 changes: 1 addition & 1 deletion incubator/zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ helm install --name my-release -f values.yaml incubator/zookeeper
## Deep Dive

## Image Details
The image used for this chart is based on Ubuntu 16.04 LTS. This image is larger than Alpine or BusyBox, but it provides glibc, rather than ulibc or mucl, and a JVM release that is built against it. You can easily convert this chart to run against a smaller image with a JVM that is build against that images libc. However, as far as we know, no Hadoop vendor supports, or has verified, ZooKeeper running on such a JVM.
The image used for this chart is based on Ubuntu 16.04 LTS. This image is larger than Alpine or BusyBox, but it provides glibc, rather than ulibc or mucl, and a JVM release that is built against it. You can easily convert this chart to run against a smaller image with a JVM that is built against that image's libc. However, as far as we know, no Hadoop vendor supports, or has verified, ZooKeeper running on such a JVM.

## JVM Details
The Java Virtual Machine used for this chart is the OpenJDK JVM 8u111 JRE (headless).
Expand Down

0 comments on commit 3168f8b

Please sign in to comment.