diff --git a/bitnami/airflow/Chart.yaml b/bitnami/airflow/Chart.yaml index 314dfff985..6dce0cb855 100644 --- a/bitnami/airflow/Chart.yaml +++ b/bitnami/airflow/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: airflow -version: 0.1.5 +version: 0.1.6 appVersion: 1.10.3 description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows. keywords: diff --git a/bitnami/airflow/README.md b/bitnami/airflow/README.md index 78ab3ed894..722406b8e3 100644 --- a/bitnami/airflow/README.md +++ b/bitnami/airflow/README.md @@ -52,25 +52,25 @@ The following tables lists the configurable parameters of the Kafka chart and th | `image.registry` | Airflow image registry | `docker.io` | | `image.repository` | Airflow image name | `bitnami/airflow` | | `image.tag` | Airflow image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Airflow image pull policy | `Always` | +| `image.pullPolicy` | Airflow image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug values should be set | `false` | | `schedulerImage.registry` | Airflow Scheduler image registry | `docker.io` | | `schedulerImage.repository` | Airflow Scheduler image name | `bitnami/airflow-shceduler` | | `schedulerImage.tag` | Airflow Scheduler image tag | `{TAG_NAME}` | -| `schedulerImage.pullPolicy` | Airflow Scheduler image pull policy | `Always` | +| `schedulerImage.pullPolicy` | Airflow Scheduler image pull policy | `IfNotPresent` | | `schedulerImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `schedulerImage.debug` | Specify if debug values should be set | `false` | | `workerImage.registry` | Airflow Worker image registry | `docker.io` | | `workerImage.repository` | Airflow Worker image name | `bitnami/airflow-worker` | | `workerImage.tag` | Airflow Worker image tag | `{TAG_NAME}` | -| `workerImage.pullPolicy` | Airflow Worker image pull policy | `Always` | +| `workerImage.pullPolicy` | Airflow Worker image pull policy | `IfNotPresent` | | `workerImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `workerImage.debug` | Specify if debug values should be set | `false` | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | | `git.tag` | Git image tag | `{TAG_NAME}` | -| `git.pullPolicy` | Git image pull policy | `Always` | +| `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `updateStrategy` | Update strategy for the stateful set | `RollingUpdate` | | `rollingUpdatePartition` | Partition update strategy | `nil` | diff --git a/bitnami/airflow/values-production.yaml b/bitnami/airflow/values-production.yaml index 5ade83ee62..17740eca09 100644 --- a/bitnami/airflow/values-production.yaml +++ b/bitnami/airflow/values-production.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -42,7 +42,7 @@ schedulerImage: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -66,7 +66,7 @@ workerImage: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/airflow/values.yaml b/bitnami/airflow/values.yaml index 064f2c257f..0f394da0ad 100644 --- a/bitnami/airflow/values.yaml +++ b/bitnami/airflow/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -42,7 +42,7 @@ schedulerImage: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -66,7 +66,7 @@ workerImage: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/apache/Chart.yaml b/bitnami/apache/Chart.yaml index ebc2061154..f0a51345a6 100644 --- a/bitnami/apache/Chart.yaml +++ b/bitnami/apache/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: apache -version: 4.3.1 +version: 4.3.2 appVersion: 2.4.39 description: Chart for Apache HTTP Server keywords: diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 056a2e93e6..fe5089b3b8 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -51,7 +51,7 @@ The following tables lists the configurable parameters of the Apache chart and t | `image.registry` | Apache Docker image registry | `docker.io` | | `image.repository` | Apache Docker image name | `bitnami/apache` | | `image.tag` | Apache Docker image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Apache Docker image pull policy | `Always` | +| `image.pullPolicy` | Apache Docker image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `podAnnotations` | Pod annotations | `{}` | | `ingress.enabled` | Enable ingress controller resource | `false` | diff --git a/bitnami/apache/values.yaml b/bitnami/apache/values.yaml index d2517decab..0a457e7da3 100644 --- a/bitnami/apache/values.yaml +++ b/bitnami/apache/values.yaml @@ -17,7 +17,7 @@ image: ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/cassandra/Chart.yaml b/bitnami/cassandra/Chart.yaml index 3173560816..5d7b045439 100644 --- a/bitnami/cassandra/Chart.yaml +++ b/bitnami/cassandra/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: cassandra -version: 2.3.7 +version: 2.3.8 appVersion: 3.11.4 description: Apache Cassandra is a free and open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Cassandra offers robust support for clusters spanning multiple datacenters, with asynchronous masterless replication allowing low latency operations for all clients. icon: https://bitnami.com/assets/stacks/cassandra/img/cassandra-stack-220x234.png diff --git a/bitnami/cassandra/README.md b/bitnami/cassandra/README.md index 9d3f2db55e..536608bd48 100644 --- a/bitnami/cassandra/README.md +++ b/bitnami/cassandra/README.md @@ -53,7 +53,7 @@ The following tables lists the configurable parameters of the cassandra chart an | `image.registry` | Cassandra Image registry | `docker.io` | | `image.repository` | Cassandra Image name | `bitnami/cassandra` | | `image.tag` | Cassandra Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `service.type` | Kubernetes Service type | `ClusterIP` | | `service.nodePort` | Kubernetes Service nodePort | `nil` | diff --git a/bitnami/cassandra/values-production.yaml b/bitnami/cassandra/values-production.yaml index cc6008fac9..7f80a277ec 100644 --- a/bitnami/cassandra/values-production.yaml +++ b/bitnami/cassandra/values-production.yaml @@ -21,7 +21,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/cassandra/values.yaml b/bitnami/cassandra/values.yaml index e86826600c..a7a5b4e97e 100644 --- a/bitnami/cassandra/values.yaml +++ b/bitnami/cassandra/values.yaml @@ -21,7 +21,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index ff6fd95154..233d98b165 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 4.2.10 +version: 4.2.11 appVersion: 1.5.1 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. home: https://www.consul.io/ diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 2fc7bb2629..e1792d9269 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -56,7 +56,7 @@ The following tables lists the configurable parameters of the HashiCorp Consul c | `image.registry` | HashiCorp Consul image registry | `docker.io` | | `image.repository` | HashiCorp Consul image name | `bitnami/consul` | | `image.tag` | HashiCorp Consul image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `replicas` | Number of replicas | `3` | | `port` | HashiCorp Consul http listening port | `8500` | diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index c66c7bbd5f..2c1151b39b 100644 --- a/bitnami/consul/values-production.yaml +++ b/bitnami/consul/values-production.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index 8fc64620a8..01899356a9 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index d330e66d5a..15691d4b81 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: elasticsearch -version: 5.1.6 +version: 5.1.7 appVersion: 7.1.1 description: A highly scalable open-source full-text search and analytics engine keywords: diff --git a/bitnami/elasticsearch/README.md b/bitnami/elasticsearch/README.md index 8cc6670a5e..6b4c692e08 100644 --- a/bitnami/elasticsearch/README.md +++ b/bitnami/elasticsearch/README.md @@ -56,7 +56,7 @@ The following table lists the configurable parameters of the Elasticsearch chart | `image.registry` | Elasticsearch image registry | `docker.io` | | `image.repository` | Elasticsearch image repository | `bitnami/elasticsearch` | | `image.tag` | Elasticsearch image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `name` | Elasticsearch cluster name | `elastic` | | `plugins` | Comma, semi-colon or space separated list of plugins to install at initialization | `nil` | @@ -169,7 +169,7 @@ The following table lists the configurable parameters of the Elasticsearch chart | `metrics.image.registry` | Metrics exporter image registry | `docker.io` | | `metrics.image.repository` | Metrics exporter image repository | `bitnami/elasticsearch-exporter` | | `metrics.image.tag` | Metrics exporter image tag | `1.0.2` | -| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `Always` | +| `metrics.image.pullPolicy` | Metrics exporter image pull policy | `IfNotPresent` | | `metrics.service.type` | Metrics exporter endpoint service type | `ClusterIP` | | `metrics.resources` | Metrics exporter resource requests/limit | `requests: { cpu: "25m" }` | | `metrics.podAnnotations` | Annotations for metrics pods. | `{}` | diff --git a/bitnami/etcd/Chart.yaml b/bitnami/etcd/Chart.yaml index cb91878e36..69d329d854 100644 --- a/bitnami/etcd/Chart.yaml +++ b/bitnami/etcd/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: etcd -version: 2.3.2 +version: 2.3.3 appVersion: 3.3.13 description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines keywords: diff --git a/bitnami/etcd/README.md b/bitnami/etcd/README.md index f4a610928c..5409ca473b 100644 --- a/bitnami/etcd/README.md +++ b/bitnami/etcd/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the etcd chart and the | `image.registry` | etcd image registry | `docker.io` | | `image.repository` | etcd Image name | `bitnami/etcd` | | `image.tag` | etcd Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | etcd image pull policy | `Always` | +| `image.pullPolicy` | etcd image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug values should be set | `false` | | `statefulset.updateStrategy` | Update strategy for the stateful set | `RollingUpdate` | diff --git a/bitnami/etcd/values-production.yaml b/bitnami/etcd/values-production.yaml index 310d6089eb..21609ba289 100644 --- a/bitnami/etcd/values-production.yaml +++ b/bitnami/etcd/values-production.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/etcd/values.yaml b/bitnami/etcd/values.yaml index 06e0643d6d..d439bf2605 100644 --- a/bitnami/etcd/values.yaml +++ b/bitnami/etcd/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/external-dns/Chart.yaml b/bitnami/external-dns/Chart.yaml index 500f3ec657..95ec409357 100644 --- a/bitnami/external-dns/Chart.yaml +++ b/bitnami/external-dns/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: external-dns -version: 1.5.8 +version: 1.5.9 appVersion: 0.5.14 description: ExternalDNS is a Kubernetes addon that configures public DNS servers with information about exposed Kubernetes services to make them discoverable. keywords: diff --git a/bitnami/external-dns/README.md b/bitnami/external-dns/README.md index a28c6cc5db..941733e232 100644 --- a/bitnami/external-dns/README.md +++ b/bitnami/external-dns/README.md @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the external-dns chart | `image.registry` | ExternalDNS image registry | `docker.io` | | `image.repository` | ExternalDNS Image name | `bitnami/external-dns` | | `image.tag` | ExternalDNS Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | ExternalDNS image pull policy | `Always` | +| `image.pullPolicy` | ExternalDNS image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug values should be set | `false` | | `sources` | List of resource types to be observed for new DNS entries by ExternalDNS | `[service, ingress]` | diff --git a/bitnami/external-dns/values-production.yaml b/bitnami/external-dns/values-production.yaml index 703f819078..44d86114fd 100644 --- a/bitnami/external-dns/values-production.yaml +++ b/bitnami/external-dns/values-production.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/external-dns/values.yaml b/bitnami/external-dns/values.yaml index 26f9120e1c..3e035ad971 100644 --- a/bitnami/external-dns/values.yaml +++ b/bitnami/external-dns/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/jenkins/Chart.yaml b/bitnami/jenkins/Chart.yaml index 6d89d21696..562cd05b73 100644 --- a/bitnami/jenkins/Chart.yaml +++ b/bitnami/jenkins/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: jenkins -version: 2.3.5 +version: 2.3.6 appVersion: 2.164.3 description: The leading open source automation server keywords: diff --git a/bitnami/jenkins/README.md b/bitnami/jenkins/README.md index e914d36c2b..636a4ffeaa 100644 --- a/bitnami/jenkins/README.md +++ b/bitnami/jenkins/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Jenkins chart and | `image.registry` | Jenkins image registry | `docker.io` | | `image.repository` | Jenkins Image name | `bitnami/jenkins` | | `image.tag` | Jenkins Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Jenkins image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Jenkins image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `jenkinsUser` | User of the application | `user` | | `jenkinsPassword` | Application password | _random 10 character alphanumeric string_ | diff --git a/bitnami/kafka/Chart.yaml b/bitnami/kafka/Chart.yaml index 5ab060bef8..5bc7c5c95d 100644 --- a/bitnami/kafka/Chart.yaml +++ b/bitnami/kafka/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: kafka -version: 3.0.7 +version: 3.0.8 appVersion: 2.2.1 description: Apache Kafka is a distributed streaming platform. keywords: diff --git a/bitnami/kafka/README.md b/bitnami/kafka/README.md index fb1a13a3ae..1c7c7e73ff 100644 --- a/bitnami/kafka/README.md +++ b/bitnami/kafka/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Kafka chart and th | `image.registry` | Kafka image registry | `docker.io` | | `image.repository` | Kafka Image name | `bitnami/kafka` | | `image.tag` | Kafka Image tag | `{VERSION}` | -| `image.pullPolicy` | Kafka image pull policy | `Always` | +| `image.pullPolicy` | Kafka image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug values should be set | `false` | | `nameOverride` | String to partially override kafka.fullname template with a string (will append the release name) | `nil` | @@ -137,7 +137,7 @@ The following tables lists the configurable parameters of the Kafka chart and th | `metrics.kafka.image.registry` | Kafka exporter image registry | `docker.io` | | `metrics.kafka.image.repository` | Kafka exporter image name | `danielqsj/kafka-exporter` | | `metrics.kafka.image.tag` | Kafka exporter image tag | `v1.0.1` | -| `metrics.kafka.image.pullPolicy` | Kafka exporter image pull policy | `Always` | +| `metrics.kafka.image.pullPolicy` | Kafka exporter image pull policy | `IfNotPresent` | | `metrics.kafka.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `metrics.kafka.interval` | Interval that Prometheus scrapes Kafka metrics when using Prometheus Operator | `10s` | | `metrics.kafka.port` | Kafka Exporter Port which exposes metrics in Prometheus format for scraping | `9308` | @@ -147,7 +147,7 @@ The following tables lists the configurable parameters of the Kafka chart and th | `metrics.jmx.image.registry` | JMX exporter image registry | `docker.io` | | `metrics.jmx.image.repository` | JMX exporter image name | `solsson/kafka-prometheus-jmx-exporter@sha256` | | `metrics.jmx.image.tag` | JMX exporter image tag | `a23062396cd5af1acdf76512632c20ea6be76885dfc20cd9ff40fb23846557e8` | -| `metrics.jmx.image.pullPolicy` | JMX exporter image pull policy | `Always` | +| `metrics.jmx.image.pullPolicy` | JMX exporter image pull policy | `IfNotPresent` | | `metrics.jmx.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `metrics.jmx.interval` | Interval that Prometheus scrapes JMX metrics when using Prometheus Operator | `10s` | | `metrics.jmx.exporterPort` | JMX Exporter Port which exposes metrics in Prometheus format for scraping | `5556` | diff --git a/bitnami/kafka/values-production.yaml b/bitnami/kafka/values-production.yaml index 7551c39f4c..16a53b362b 100644 --- a/bitnami/kafka/values-production.yaml +++ b/bitnami/kafka/values-production.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -316,7 +316,7 @@ metrics: registry: docker.io repository: danielqsj/kafka-exporter tag: v1.0.1 - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -347,7 +347,7 @@ metrics: registry: docker.io repository: solsson/kafka-prometheus-jmx-exporter@sha256 tag: a23062396cd5af1acdf76512632c20ea6be76885dfc20cd9ff40fb23846557e8 - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/kafka/values.yaml b/bitnami/kafka/values.yaml index 7811c67386..b8c6a4a2a9 100644 --- a/bitnami/kafka/values.yaml +++ b/bitnami/kafka/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -316,7 +316,7 @@ metrics: registry: docker.io repository: danielqsj/kafka-exporter tag: v1.0.1 - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -347,7 +347,7 @@ metrics: registry: docker.io repository: solsson/kafka-prometheus-jmx-exporter@sha256 tag: a23062396cd5af1acdf76512632c20ea6be76885dfc20cd9ff40fb23846557e8 - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/memcached/Chart.yaml b/bitnami/memcached/Chart.yaml index ec2fef6499..4b5ead683d 100644 --- a/bitnami/memcached/Chart.yaml +++ b/bitnami/memcached/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: memcached -version: 1.5.9 +version: 1.5.10 appVersion: 1.5.16 description: Chart for Memcached keywords: diff --git a/bitnami/memcached/README.md b/bitnami/memcached/README.md index 41ac646e5f..7c5c9dad48 100644 --- a/bitnami/memcached/README.md +++ b/bitnami/memcached/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Memcached chart an | `image.registry` | Memcached image registry | `docker.io` | | `image.repository` | Memcached Image name | `bitnami/memcached` | | `image.tag` | Memcached Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Memcached image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Memcached image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `securityContext.enabled` | Enable security context | `true` | | `securityContext.fsGroup` | Group ID for the container | `1001` | diff --git a/bitnami/metrics-server/Chart.yaml b/bitnami/metrics-server/Chart.yaml index 67ed2e5d2e..6437ee6ee1 100644 --- a/bitnami/metrics-server/Chart.yaml +++ b/bitnami/metrics-server/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: metrics-server -version: 2.3.7 +version: 2.3.8 appVersion: 0.3.3 description: Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node. keywords: diff --git a/bitnami/metrics-server/README.md b/bitnami/metrics-server/README.md index 478397e6f4..a9781ab607 100644 --- a/bitnami/metrics-server/README.md +++ b/bitnami/metrics-server/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Metrics Server cha | `image.registry` | Metrics Server image registry | `docker.io` | | `image.repository` | Metrics Server image name | `bitnami/metrics-server` | | `image.tag` | Metrics Server image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Metrics Server image pull policy | `Always` | +| `image.pullPolicy` | Metrics Server image pull policy | `IfNotPresent` | | `securePort` | Port where metrics-server will be running | `8443` | | `service.type` | Kubernetes Service type | `ClusterIP` | | `service.port` | Kubernetes Service port | `443` | diff --git a/bitnami/metrics-server/values.yaml b/bitnami/metrics-server/values.yaml index 053cf390eb..7be1931fc3 100644 --- a/bitnami/metrics-server/values.yaml +++ b/bitnami/metrics-server/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/minio/Chart.yaml b/bitnami/minio/Chart.yaml index 52a0720ff9..5c6167655f 100644 --- a/bitnami/minio/Chart.yaml +++ b/bitnami/minio/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 0.1.10 +version: 0.1.11 appVersion: 2019.6.4 description: MinIO is an object storage server, compatible with Amazon S3 cloud storage service, mainly used for storing unstructured data (such as photos, videos, log files, etc.) keywords: diff --git a/bitnami/minio/README.md b/bitnami/minio/README.md index e6d15f5402..e9c083ded2 100644 --- a/bitnami/minio/README.md +++ b/bitnami/minio/README.md @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the MinIO chart and the | `image.registry` | MinIO image registry | `docker.io` | | `image.repository` | MinIO image name | `bitnami/minio` | | `image.tag` | MinIO image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug logs should be enabled | `false` | | `clientImage.registry` | MinIO Client image registry | `docker.io` | diff --git a/bitnami/mxnet/Chart.yaml b/bitnami/mxnet/Chart.yaml index 8a3ad97fd0..8f1b8f8ea0 100644 --- a/bitnami/mxnet/Chart.yaml +++ b/bitnami/mxnet/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mxnet -version: 0.0.3 +version: 0.0.4 appVersion: 1.4.1 description: A flexible and efficient library for deep learning keywords: diff --git a/bitnami/mxnet/README.md b/bitnami/mxnet/README.md index 0349e6343a..04f767ebd6 100644 --- a/bitnami/mxnet/README.md +++ b/bitnami/mxnet/README.md @@ -57,8 +57,8 @@ The following table lists the configurable parameters of the MinIO chart and the | `image.debug` | Specify if debug logs should be enabled | `false` | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | -| `git.tag` | Git image tag | `latest` | -| `git.pullPolicy` | Git image pull policy | `Always` | +| `git.tag` | Git image tag | `{TAG_NAME}` | +| `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `service.type` | Kubernetes service type | `ClusterIP` | | `entrypoint.file` | Main entrypoint to your application. If not speficied, it will be a `sleep infinity` command | `''` | diff --git a/bitnami/mysql/Chart.yaml b/bitnami/mysql/Chart.yaml index abe7fb557d..b62fd09cb3 100644 --- a/bitnami/mysql/Chart.yaml +++ b/bitnami/mysql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mysql -version: 5.0.5 +version: 5.0.6 appVersion: 8.0.16 description: Chart to create a Highly available MySQL cluster keywords: diff --git a/bitnami/mysql/README.md b/bitnami/mysql/README.md index 17d703236e..2c974b215f 100644 --- a/bitnami/mysql/README.md +++ b/bitnami/mysql/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the MySQL chart and th | `image.registry` | MySQL image registry | `docker.io` | | `image.repository` | MySQL Image name | `bitnami/mysql` | | `image.tag` | MySQL Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | MySQL image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | MySQL image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `service.type` | Kubernetes service type | `ClusterIP` | | `service.port` | MySQL service port | `3306` | diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index a606ea93a4..96d7cc0cb6 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: nginx -version: 3.3.1 +version: 3.3.2 appVersion: 1.16.0 description: Chart for the nginx server keywords: diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index 359e36bb64..cb3ea78966 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the NGINX Open Source | `image.registry` | NGINX image registry | `docker.io` | | `image.repository` | NGINX Image name | `bitnami/nginx` | | `image.tag` | NGINX Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | NGINX image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | NGINX image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `serverBlock` | Custom NGINX server block | `nil` | | `podAnnotations` | Pod annotations | `{}` | diff --git a/bitnami/node/Chart.yaml b/bitnami/node/Chart.yaml index 2376661e61..ad7b2705e0 100644 --- a/bitnami/node/Chart.yaml +++ b/bitnami/node/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: node -version: 8.1.9 +version: 8.1.10 appVersion: 10.16.0 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: diff --git a/bitnami/node/README.md b/bitnami/node/README.md index 66b2d5ab13..338a4e2d0a 100644 --- a/bitnami/node/README.md +++ b/bitnami/node/README.md @@ -61,8 +61,8 @@ The following table lists the configurable parameters of the Node chart and thei | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | -| `git.tag` | Git image tag | `latest` | -| `git.pullPolicy` | Git image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `git.tag` | Git image tag | `{TAG_NAME}` | +| `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `repository` | Repo of the application | `https://github.com/bitnami/sample-mean.git` | | `revision` | Revision to checkout | `master` | | `replicas` | Number of replicas for the application | `1` | diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index c99e6d8fbe..20b035a990 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: pytorch -version: 0.0.6 +version: 0.0.7 appVersion: 1.1.0 description: Deep learning platform that accelerates the transition from research prototyping to production deployment keywords: @@ -15,4 +15,4 @@ maintainers: - name: Bitnami email: containers@bitnami.com engine: gotpl -icon: https://bitnami.com/assets/stacks/pytorch/img/pytorch-stack-110x117.png \ No newline at end of file +icon: https://bitnami.com/assets/stacks/pytorch/img/pytorch-stack-110x117.png diff --git a/bitnami/pytorch/README.md b/bitnami/pytorch/README.md index 18d5b25680..acd0792767 100644 --- a/bitnami/pytorch/README.md +++ b/bitnami/pytorch/README.md @@ -57,8 +57,8 @@ The following table lists the configurable parameters of the MinIO chart and the | `image.debug` | Specify if debug logs should be enabled | `false` | | `git.registry` | Git image registry | `docker.io` | | `git.repository` | Git image name | `bitnami/git` | -| `git.tag` | Git image tag | `latest` | -| `git.pullPolicy` | Git image pull policy | `Always` | +| `git.tag` | Git image tag | `{TAG_NAME}` | +| `git.pullPolicy` | Git image pull policy | `IfNotPresent` | | `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | service.type | Kubernetes service type | `ClusterIP` | | `entrypoint.file` | Main entrypoint to your application | `''` | diff --git a/bitnami/tensorflow-resnet/Chart.yaml b/bitnami/tensorflow-resnet/Chart.yaml index 7a266f173a..5575b6ec94 100755 --- a/bitnami/tensorflow-resnet/Chart.yaml +++ b/bitnami/tensorflow-resnet/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: tensorflow-resnet -version: 0.1.5 +version: 0.1.6 appVersion: 1.13.0 description: Open-source software library serving the ResNet machine learning model. keywords: diff --git a/bitnami/tensorflow-resnet/README.md b/bitnami/tensorflow-resnet/README.md index 30a719faec..3d33d461a7 100755 --- a/bitnami/tensorflow-resnet/README.md +++ b/bitnami/tensorflow-resnet/README.md @@ -67,16 +67,15 @@ The following tables lists the configurable parameters of the TensorFlow ResNet | `server.image.registry` | TensorFlow Serving image registry | `docker.io` | | `server.image.repository` | TensorFlow Serving Image name | `bitnami/tensorflow-serving` | | `server.image.tag` | TensorFlow Serving Image tag | `{TAG_NAME}` | -| `server.image.pullPolicy` | TensorFlow Serving image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `server.image.pullPolicy` | TensorFlow Serving image pull policy | `IfNotPresent` | | `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `replicaCount` | Desired number of pods | `1` | | `server.port` | Tensorflow server port | `8500` | | `client.image.registry` | TensorFlow ResNet image registry | `docker.io` | | `client.image.repository` | TensorFlow ResNet Image name | `bitnami/tensorflow-resnet` | | `client.image.tag` | TensorFlow ResNet Image tag | `{TAG_NAME}` | -| `client.image.pullPolicy` | TensorFlow ResNet image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `client.image.pullPolicy` | TensorFlow ResNet image pull policy | `IfNotPresent` | | `client.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | -| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` | | `podAnnotations` | Pod annotations | `{}` | | `livenessProbe.enabled` | Would you like a livessProbed to be enabled | `true` | | `livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 30 | diff --git a/bitnami/tensorflow-resnet/values.yaml b/bitnami/tensorflow-resnet/values.yaml index bff427189a..0431dc1730 100755 --- a/bitnami/tensorflow-resnet/values.yaml +++ b/bitnami/tensorflow-resnet/values.yaml @@ -50,12 +50,6 @@ client: # pullSecrets: # - myRegistryKeySecretName -## Specify a imagePullPolicy -## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' -## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images -## -imagePullPolicy: IfNotPresent - ## Kubernetes configuration ## For minikube, set this to NodePort, elsewhere use LoadBalancer ## diff --git a/bitnami/tomcat/Chart.yaml b/bitnami/tomcat/Chart.yaml index dd6210068e..9b9a8b4643 100644 --- a/bitnami/tomcat/Chart.yaml +++ b/bitnami/tomcat/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: tomcat -version: 3.0.4 +version: 3.0.5 appVersion: 9.0.20 description: Chart for Apache Tomcat keywords: diff --git a/bitnami/tomcat/README.md b/bitnami/tomcat/README.md index 0170066123..33643fdeb1 100644 --- a/bitnami/tomcat/README.md +++ b/bitnami/tomcat/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Tomcat chart and t | `image.registry` | Tomcat image registry | `docker.io` | | `image.repository` | Tomcat Image name | `bitnami/tomcat` | | `image.tag` | Tomcat Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Tomcat image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Tomcat image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `tomcatUsername` | Tomcat admin user | `user` | | `tomcatPassword` | Tomcat admin password | _random 10 character alphanumeric string_ | diff --git a/bitnami/wildfly/Chart.yaml b/bitnami/wildfly/Chart.yaml index 3e0c7ae540..a35687fb62 100644 --- a/bitnami/wildfly/Chart.yaml +++ b/bitnami/wildfly/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wildfly -version: 2.2.4 +version: 2.2.5 appVersion: 16.0.0 description: Chart for Wildfly keywords: diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index 478b292692..e9c9919a00 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the WildFly chart and | `image.registry` | WildFly image registry | `docker.io` | | `image.repository` | WildFly Image name | `bitnami/wildfly` | | `image.tag` | WildFly Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | WildFly image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | WildFly image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `wildflyUsername` | WildFly admin user | `user` | | `wildflyPassword` | WildFly admin password | _random 10 character alphanumeric string_ | diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index f96c45f641..e36d799d72 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 3.0.2 +version: 3.0.3 appVersion: 3.5.5 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. keywords: diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index 2983711dd0..0c1f1c368b 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Zookeeper chart an | `image.registry` | Zookeeper image registry | `docker.io` | | `image.repository` | Zookeeper Image name | `bitnami/zookeeper` | | `image.tag` | Zookeeper Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Zookeeper image pull policy | `Always` | +| `image.pullPolicy` | Zookeeper image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `image.debug` | Specify if debug values should be set | `false` | | `nameOverride` | String to partially override zookeeper.fullname template with a string (will append the release name) | `nil` | diff --git a/bitnami/zookeeper/values-production.yaml b/bitnami/zookeeper/values-production.yaml index aa27ae026f..336e2353ce 100644 --- a/bitnami/zookeeper/values-production.yaml +++ b/bitnami/zookeeper/values-production.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index d44560a824..982b15cba7 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -18,7 +18,7 @@ image: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/