diff --git a/chart/stable/kubedb/README.md b/chart/stable/kubedb/README.md index c064651a6..442a0560c 100644 --- a/chart/stable/kubedb/README.md +++ b/chart/stable/kubedb/README.md @@ -46,7 +46,7 @@ The following tables lists the configurable parameters of the KubeDB chart and t | `dockerRegistry` | Docker registry used to pull KubeDB related images | `kubedb` | | `imageTags.operator` | Tag of KubeDB operator image | `0.8.0-beta.2` | | `imageTags.exporter` | Tag of KubeDB operator image | `0.8.0-beta.2` | -| `imageTags.apiserver` | Tag of HAProxy container image | `0.1.0-beta.2` | +| `imageTags.apiserver` | Tag of KubeDB server image | `0.1.0-beta.2` | | `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) | | `imagePullPolicy` | Image pull policy | `IfNotPresent` | | `criticalAddon` | If true, installs KubeDB operator as critical addon | `false` | diff --git a/chart/stable/kubedb/values.yaml b/chart/stable/kubedb/values.yaml index e463f981f..a5794f15b 100644 --- a/chart/stable/kubedb/values.yaml +++ b/chart/stable/kubedb/values.yaml @@ -1,7 +1,7 @@ ## ## KubeDB chart configuration ## -# Docker registry containing KubeDB & HAProxy images +# Docker registry containing KubeDB images dockerRegistry: kubedb ## Tags for Docker images imageTags: