explicitly set default imagePullPolicy to IfNotPresent

This commit is contained in:
Sameer Naik
2017-01-05 13:14:10 +05:30
parent e9e8ac8617
commit 28897c7288
30 changed files with 218 additions and 234 deletions

View File

@@ -54,10 +54,10 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Apache chart and their default values.
| Parameter | Description | Default |
|-------------------|-----------------------------|----------------------------------------------------------|
| `imageTag` | `bitnami/apache` image tag. | Apache image version |
| `imagePullPolicy` | Image pull policy. | `Always` if `imageTag` is `latest`, else `IfNotPresent`. |
| Parameter | Description | Default |
|-------------------|-----------------------------|----------------------|
| `imageTag` | `bitnami/apache` image tag. | Apache image version |
| `imagePullPolicy` | Image pull policy. | `IfNotPresent`. |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

View File

@@ -4,7 +4,6 @@
imageTag: 2.4.23-r12
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
# imagePullPolicy:
imagePullPolicy: IfNotPresent

View File

@@ -43,18 +43,18 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Jenkins chart and their default values.
| Parameter | Description | Default |
|----------------------------|----------------------------------------|----------------------------------------------------------|
| `image` | Jenkins image | `bitnami/jenkins:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `jenkinsUser` | User of the application | `user` |
| `jenkinsPassword` | Application password | _random 10 character alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Jenkins volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for Jenkins volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Jenkins volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| Parameter | Description | Default |
|----------------------------|----------------------------------------|-------------------------------------------|
| `image` | Jenkins image | `bitnami/jenkins:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `jenkinsUser` | User of the application | `user` |
| `jenkinsPassword` | Application password | _random 10 character alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Jenkins volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for Jenkins volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Jenkins volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
The above parameters map to the env variables defined in [bitnami/jenkins](http://github.com/bitnami/bitnami-docker-jenkins). For more information please refer to the [bitnami/jenkins](http://github.com/bitnami/bitnami-docker-jenkins) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/jenkins:2.33-r2
## 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:
imagePullPolicy: IfNotPresent
## User of the application
## ref: https://github.com/bitnami/bitnami-docker-jenkins#configuration

View File

@@ -56,17 +56,17 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the MariaDB chart and their default values.
| Parameter | Description | Default |
|------------------------------|--------------------------------------|----------------------------------------------------------|
| `imageTag` | `bitnami/mariadb` image tag | MariaDB image version |
| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent`. |
| `replicasCount` | Desired number of MariaDB slave pods | `nil` |
| `mariadbRootPassword` | MariaDB admin password | `nil` |
| `mariadbUser` | MariaDB user | `nil` |
| `mariadbPassword` | MariaDB password | `nil` |
| `mariadbDatabase` | Database to create | `my-database` |
| `mariadbReplicationUser` | MariaDB replication user | `repl-user` |
| `mariadbReplicationPassword` | MariaDB replication user password | `nil` |
| Parameter | Description | Default |
|------------------------------|--------------------------------------|-----------------------|
| `imageTag` | `bitnami/mariadb` image tag | MariaDB image version |
| `imagePullPolicy` | Image pull policy | `IfNotPresent`. |
| `replicasCount` | Desired number of MariaDB slave pods | `nil` |
| `mariadbRootPassword` | MariaDB admin password | `nil` |
| `mariadbUser` | MariaDB user | `nil` |
| `mariadbPassword` | MariaDB password | `nil` |
| `mariadbDatabase` | Database to create | `my-database` |
| `mariadbReplicationUser` | MariaDB replication user | `repl-user` |
| `mariadbReplicationPassword` | MariaDB replication user password | `nil` |
The above parameters map to the env variables defined in [bitnami/mariadb](http://github.com/bitnami/bitnami-docker-mariadb). For more information please refer to the [bitnami/mariadb](http://github.com/bitnami/bitnami-docker-mariadb) image documentation.

View File

@@ -4,10 +4,9 @@
imageTag: 10.1.19-r4
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
# imagePullPolicy:
imagePullPolicy: IfNotPresent
## Desired number of MariaDB slave Pods
##

View File

@@ -43,14 +43,14 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Memcached chart and their default values.
| Parameter | Description | Default |
|---------------------|-------------------------------------|----------------------------------------------------------|
| `image` | Memcached image | `bitnami/memcached:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `memcachedUsername` | Memcached admin user | `nil` |
| `memcachedPassword` | Memcached admin password | `nil` |
| `serviceType` | Kubernetes Service type | `ClusterIP` |
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `250m` |
| Parameter | Description | Default |
|---------------------|-------------------------------------|-------------------------------|
| `image` | Memcached image | `bitnami/memcached:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `memcachedUsername` | Memcached admin user | `nil` |
| `memcachedPassword` | Memcached admin password | `nil` |
| `serviceType` | Kubernetes Service type | `ClusterIP` |
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `250m` |
The above parameters map to the env variables defined in [bitnami/memcached](http://github.com/bitnami/bitnami-docker-memcached). For more information please refer to the [bitnami/memcached](http://github.com/bitnami/bitnami-docker-memcached) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/memcached:1.4.33-r5
## 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:
imagePullPolicy: IfNotPresent
## Memcached admin user
## ref: https://github.com/bitnami/bitnami-docker-memcached#creating-the-memcached-admin-user

View File

@@ -45,28 +45,28 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the moodle chart and their default values.
| Parameter | Description | Default |
|--------------------------------------|------------------------------------------|---------------------------------------------------------|
| `image` | moodle image | `bitnami/moodle:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `moodleUsername` | User of the application | `user` |
| `moodlePassword` | Application password | _random 10 character alphanumeric string_ |
| `moodleEmail` | Admin email | `user@example.com` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpProtocol` | SMTP Protocol | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.apache.storageClass` | PVC Storage Class for apache volume | `generic` |
| `persistence.apache.accessMode` | PVC Access Mode for apache volume | `ReadWriteOnce` |
| `persistence.apache.size` | PVC Storage Request for apache volume | `8Gi` |
| `persistence.moodle.storageClass` | PVC Storage Class for moodle volume | `generic` |
| `persistence.moodle.accessMode` | PVC Access Mode for moodle volume | `ReadWriteOnce` |
| `persistence.moodle.size` | PVC Storage Request for moodle volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| Parameter | Description | Default |
|-----------------------------------|---------------------------------------|-------------------------------------------|
| `image` | moodle image | `bitnami/moodle:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `moodleUsername` | User of the application | `user` |
| `moodlePassword` | Application password | _random 10 character alphanumeric string_ |
| `moodleEmail` | Admin email | `user@example.com` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpProtocol` | SMTP Protocol | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.apache.storageClass` | PVC Storage Class for apache volume | `generic` |
| `persistence.apache.accessMode` | PVC Access Mode for apache volume | `ReadWriteOnce` |
| `persistence.apache.size` | PVC Storage Request for apache volume | `8Gi` |
| `persistence.moodle.storageClass` | PVC Storage Class for moodle volume | `generic` |
| `persistence.moodle.accessMode` | PVC Access Mode for moodle volume | `ReadWriteOnce` |
| `persistence.moodle.size` | PVC Storage Request for moodle volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
The above parameters map to the env variables defined in [bitnami/moodle](http://github.com/bitnami/bitnami-docker-moodle). For more information please refer to the [bitnami/moodle](http://github.com/bitnami/bitnami-docker-moodle) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/moodle:3.1.3-r5
## 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:
imagePullPolicy: IfNotPresent
## User of the application
## ref: https://github.com/bitnami/bitnami-docker-moodle#environment-variables
@@ -17,7 +16,7 @@ moodleUsername: user
## Application password
## Defaults to a random 10-character alphanumeric string if not set
## ref: https://github.com/bitnami/bitnami-docker-moodle#environment-variables
#moodlePassword:
# moodlePassword:
## Admin email
## ref: https://github.com/bitnami/bitnami-docker-moodle#environment-variables

View File

@@ -44,20 +44,20 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the MySQL chart and their default values.
| Parameter | Description | Default |
| -------------------------- | ------------------------------------------ | ---------------------------------------------------------- |
| `image` | MySQL image | `bitnami/mysql:{VERSION}` |
| `imagePullPolicy` | Image pull policy. | `Always` if `imageTag` is `latest`, else `IfNotPresent`. |
| `mysqlRootPassword` | Password for the `root` user. | `nil` |
| `mysqlUser` | Username of new user to create. | `nil` |
| `mysqlPassword` | Password for the new user. | `nil` |
| `mysqlDatabase` | Name for new database to create. | `nil` |
| `persistence.enabled` | Use a PVC to persist data | `true` |
| `persistence.storageClass` | Storage class of backing PVC | `generic` |
| `persistence.accessMode` | Use volume as ReadOnly or ReadWrite | `ReadWriteOnce` |
| `persistence.size` | Size of data volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `250m` |
| `config` | Multi-line string for my.cnf configuration | `nil` |
| Parameter | Description | Default |
|----------------------------|--------------------------------------------|------------------------------|
| `image` | MySQL image | `bitnami/mysql:{VERSION}` |
| `imagePullPolicy` | Image pull policy. | `IfNotPresent`. |
| `mysqlRootPassword` | Password for the `root` user. | `nil` |
| `mysqlUser` | Username of new user to create. | `nil` |
| `mysqlPassword` | Password for the new user. | `nil` |
| `mysqlDatabase` | Name for new database to create. | `nil` |
| `persistence.enabled` | Use a PVC to persist data | `true` |
| `persistence.storageClass` | Storage class of backing PVC | `generic` |
| `persistence.accessMode` | Use volume as ReadOnly or ReadWrite | `ReadWriteOnce` |
| `persistence.size` | Size of data volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `250m` |
| `config` | Multi-line string for my.cnf configuration | `nil` |
The above parameters map to the env variables defined in [bitnami/mysql](http://github.com/bitnami/bitnami-docker-mysql). For more information please refer to the [bitnami/mysql](http://github.com/bitnami/bitnami-docker-mysql) image documentation.

View File

@@ -5,10 +5,9 @@
image: bitnami/mysql:5.7.17-r2
## Specify a imagePullPolicy
## Default to 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
# imagePullPolicy:
imagePullPolicy: IfNotPresent
## Specify password for root user
## ref: https://github.com/bitnami/bitnami-docker-mysql/blob/master/README.md#setting-the-root-password-on-first-run

View File

@@ -52,10 +52,10 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the NGINX chart and their default values.
| Parameter | Description | Default |
|-------------------|---------------------------|---------------------------------------------------------|
| `imageTag` | `bitnami/nginx` image tag | NGINX image version |
| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| Parameter | Description | Default |
|-------------------|---------------------------|---------------------|
| `imageTag` | `bitnami/nginx` image tag | NGINX image version |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

View File

@@ -4,7 +4,6 @@
imageTag: 1.10.2-r3
## Specify a imagePullPolicy
## 'Always' if imageTag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
# imagePullPolicy:
imagePullPolicy: IfNotPresent

View File

@@ -27,7 +27,7 @@ To install the chart with the release name `my-release`:
$ helm install --name my-release .
```
The command deploys Node.js on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. Also includes support for MariaDB chart out of the box.
The command deploys Node.js on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. Also includes support for MariaDB chart out of the box.
Due that the Helm Chart clones the application on the /app volume while the container is initializing, a persistent volume is not required.
@@ -47,15 +47,15 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Node chart and their default values.
| Parameter | Description | Default |
|--------------------------------------|------------------------------------------|---------------------------------------------------------|
| `image` | Node image | `bitnami/node:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `repository` | Repo of the application | `git@github.com:jbianquetti-nami/simple-node-app.git` |
| `revision` | Revision to checkout | `master` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| Parameter | Description | Default |
|-------------------------------|-------------------------------------|-------------------------------------------------------|
| `image` | Node image | `bitnami/node:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `repository` | Repo of the application | `git@github.com:jbianquetti-nami/simple-node-app.git` |
| `revision` | Revision to checkout | `master` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
The above parameters map to the env variables defined in [bitnami/node](http://github.com/bitnami/bitnami-docker-node). For more information please refer to the [bitnami/node](http://github.com/bitnami/bitnami-docker-node) image documentation.

View File

@@ -7,15 +7,14 @@ image: bitnami/node:7.3.0-r2
##
repository: https://github.com/jbianquetti-nami/simple-node-app.git
## Git repository revision to checkout
## Git repository revision to checkout
##
revision: master
## 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:
imagePullPolicy: IfNotPresent
##
@@ -24,7 +23,7 @@ revision: master
mariadb:
## MariaDB admin password
## ref: https://github.com/bitnami/bitnami-docker-mariadb/blob/master/README.md#setting-the-root-password-on-first-run
## mariadbRootPassword:
## mariadbRootPassword:
## Enable persistence using Persistent Volume Claims
## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/

View File

@@ -45,18 +45,18 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Odoo chart and their default values.
| Parameter | Description | Default |
|---------------------------------|------------------------------|---------------------------------------------------------|
| `imageTag` | `bitnami/odoo` image tag | Odoo image version |
| `imagePullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` |
| `odooPassword` | Admin account password | `bitnami` |
| `odooEmail` | Admin account email | `user@example.com` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` |
| `postgresql.postgresqlPassword` | PostgreSQL password | `nil` |
| Parameter | Description | Default |
|---------------------------------|------------------------------|--------------------|
| `imageTag` | `bitnami/odoo` image tag | Odoo image version |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `odooPassword` | Admin account password | `bitnami` |
| `odooEmail` | Admin account email | `user@example.com` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` |
| `postgresql.postgresqlPassword` | PostgreSQL password | `nil` |
The above parameters map to the env variables defined in [bitnami/odoo](http://github.com/bitnami/bitnami-docker-odoo). For more information please refer to the [bitnami/odoo](http://github.com/bitnami/bitnami-docker-odoo) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/odoo:9.0.20160620-r6
## 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:
imagePullPolicy: IfNotPresent
## Admin email
## ref: https://github.com/bitnami/bitnami-docker-odoo#configuration

View File

@@ -45,27 +45,27 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the OrangeHRM chart and their default values.
| Parameter | Description | Default |
|--------------------------------------|------------------------------------------|----------------------------------------------------------|
| `image` | OrangeHRM image | `bitnami/orangehrm:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `orangehrmUsername` | User of the application | `user` |
| `orangehrmPassword` | Application password | _random 10 character long alphanumeric string_ |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `none`] | `nil` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.apache.storageClass` | PVC Storage Class for Apache volume | `generic` |
| `persistence.apache.accessMode` | PVC Access Mode for Apache volume | `ReadWriteOnce` |
| `persistence.apache.size` | PVC Storage Request for Apache volume | `1Gi` |
| `persistence.orangehrm.storageClass` | PVC Storage Class for OrangeHRM volume | `generic` |
| `persistence.orangehrm.accessMode` | PVC Access Mode for OrangeHRM volume | `ReadWriteOnce` |
| `persistence.orangehrm.size` | PVC Storage Request for OrangeHRM volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| Parameter | Description | Default |
|--------------------------------------|------------------------------------------|------------------------------------------------|
| `image` | OrangeHRM image | `bitnami/orangehrm:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `orangehrmUsername` | User of the application | `user` |
| `orangehrmPassword` | Application password | _random 10 character long alphanumeric string_ |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `none`] | `nil` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.apache.storageClass` | PVC Storage Class for Apache volume | `generic` |
| `persistence.apache.accessMode` | PVC Access Mode for Apache volume | `ReadWriteOnce` |
| `persistence.apache.size` | PVC Storage Request for Apache volume | `1Gi` |
| `persistence.orangehrm.storageClass` | PVC Storage Class for OrangeHRM volume | `generic` |
| `persistence.orangehrm.accessMode` | PVC Access Mode for OrangeHRM volume | `ReadWriteOnce` |
| `persistence.orangehrm.size` | PVC Storage Request for OrangeHRM volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
The above parameters map to the env variables defined in [bitnami/orangehrm](http://github.com/bitnami/bitnami-docker-orangehrm). For more information please refer to the [bitnami/orangehrm](http://github.com/bitnami/bitnami-docker-orangehrm) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/orangehrm:3.3.3-r5
## 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:
imagePullPolicy: IfNotPresent
## User of the application
## ref: https://github.com/bitnami/bitnami-docker-orangehrm#configuration

View File

@@ -45,24 +45,24 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Osclass chart and their default values.
| Parameter | Description | Default |
|-------------------------------|------------------------------------------|----------------------------------------------------------|
| `imageTag` | `bitnami/osclass` image tag. | Osclass image version |
| `imagePullPolicy` | Image pull policy. | `Always` if `imageTag` is `latest`, else `IfNotPresent`. |
| `osclassHost` | Osclass host to create application URLs | `nil` |
| `osclassLoadBalancerIP` | `loadBalancerIP` for the Osclass Service | `nil` |
| `osclassUsername` | User of the application | `user` |
| `osclassPassword` | Application password | `bitnami` |
| `osclassEmail` | Admin email | `user@example.com` |
| `osclassWebTitle` | Application tittle | `Sample Web Page` |
| `osclassPingEngines` | Allow site to appear in search engines | `1` |
| `osclassSaveStats` | Send statistics and reports to Osclass | `1` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| Parameter | Description | Default |
|-------------------------------|------------------------------------------|-----------------------|
| `imageTag` | `bitnami/osclass` image tag. | Osclass image version |
| `imagePullPolicy` | Image pull policy. | `IfNotPresent`. |
| `osclassHost` | Osclass host to create application URLs | `nil` |
| `osclassLoadBalancerIP` | `loadBalancerIP` for the Osclass Service | `nil` |
| `osclassUsername` | User of the application | `user` |
| `osclassPassword` | Application password | `bitnami` |
| `osclassEmail` | Admin email | `user@example.com` |
| `osclassWebTitle` | Application tittle | `Sample Web Page` |
| `osclassPingEngines` | Allow site to appear in search engines | `1` |
| `osclassSaveStats` | Send statistics and reports to Osclass | `1` |
| `smtpHost` | SMTP host | `nil` |
| `smtpPort` | SMTP port | `nil` |
| `smtpUser` | SMTP user | `nil` |
| `smtpPassword` | SMTP password | `nil` |
| `smtpProtocol` | SMTP protocol [`ssl`, `tls`] | `nil` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
The above parameters map to the env variables defined in [bitnami/osclass](http://github.com/bitnami/bitnami-docker-osclass). For more information please refer to the [bitnami/osclass](http://github.com/bitnami/bitnami-docker-osclass) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/osclass:3.7.0-r1
## 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:
imagePullPolicy: IfNotPresent
## Osclass host to create application URLs
## ref: https://github.com/bitnami/bitnami-docker-osclass#configuration

View File

@@ -43,32 +43,32 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Parse chart and their default values.
| Parameter | Description | Default |
|------------------------------------|----------------------------------------|----------------------------------------------------------|
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `loadBalancerIP` | `loadBalancerIP` for the Parse Service | `nil` |
| `parseServer.image` | Parse image | `bitnami/parse:{VERSION}` |
| `parseServer.imagePullPolicy` | Parse image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `parseServer.port` | Parse server port | `1337` |
| `parseServer.mountPath` | Parse API mount path | `/parse` |
| `parseServer.appId` | Parse server App Id | `myAppID` |
| `parseServer.masterKey` | Parse server Master Key | `random 10 character alphanumeric string` |
| `parseServer.resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| `parseDashboard.enabled` | Enable parse dashboard | `true` |
| `parseDashboard.image` | Dashboard image | `bitnami/parse-dashboard:{VERSION}` |
| `parseDashboard.imagePullPolicy` | Dashboard image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `parseDashboard.username` | Dashboard username | `user` |
| `parseDashboard.password` | Dashboard user password | `random 10 character alphanumeric string` |
| `parseDashboard.appName` | Dashboard application name | `MyDashboard` |
| `parseDashboard.resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| `persistence.enabled` | Enable Parse persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Parse volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for Parse volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Parse volume | `8Gi` |
| `mongodb.persistence.enabled` | Enable MongoDB persistence using PVC | `true` |
| `mongodb.persistence.storageClass` | PVC Storage Class for MongoDB volume | `generic` |
| `mongodb.persistence.accessMode` | PVC Access Mode for MongoDB volume | `ReadWriteOnce` |
| `mongodb.persistence.size` | PVC Storage Request for MongoDB volume | `8Gi` |
| Parameter | Description | Default |
|------------------------------------|----------------------------------------|-------------------------------------------|
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `loadBalancerIP` | `loadBalancerIP` for the Parse Service | `nil` |
| `parseServer.image` | Parse image | `bitnami/parse:{VERSION}` |
| `parseServer.imagePullPolicy` | Parse image pull policy | `IfNotPresent` |
| `parseServer.port` | Parse server port | `1337` |
| `parseServer.mountPath` | Parse API mount path | `/parse` |
| `parseServer.appId` | Parse server App Id | `myAppID` |
| `parseServer.masterKey` | Parse server Master Key | `random 10 character alphanumeric string` |
| `parseServer.resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| `parseDashboard.enabled` | Enable parse dashboard | `true` |
| `parseDashboard.image` | Dashboard image | `bitnami/parse-dashboard:{VERSION}` |
| `parseDashboard.imagePullPolicy` | Dashboard image pull policy | `IfNotPresent` |
| `parseDashboard.username` | Dashboard username | `user` |
| `parseDashboard.password` | Dashboard user password | `random 10 character alphanumeric string` |
| `parseDashboard.appName` | Dashboard application name | `MyDashboard` |
| `parseDashboard.resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| `persistence.enabled` | Enable Parse persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Parse volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for Parse volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Parse volume | `8Gi` |
| `mongodb.persistence.enabled` | Enable MongoDB persistence using PVC | `true` |
| `mongodb.persistence.storageClass` | PVC Storage Class for MongoDB volume | `generic` |
| `mongodb.persistence.accessMode` | PVC Access Mode for MongoDB volume | `ReadWriteOnce` |
| `mongodb.persistence.size` | PVC Storage Request for MongoDB volume | `8Gi` |
The above parameters map to the env variables defined in [bitnami/parse](http://github.com/bitnami/bitnami-docker-parse). For more information please refer to the [bitnami/parse](http://github.com/bitnami/bitnami-docker-parse) image documentation.

View File

@@ -15,10 +15,9 @@ parseServer:
image: bitnami/parse:2.2.24-r4
## 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:
imagePullPolicy: IfNotPresent
## Parse Server Port
## ref: https://github.com/bitnami/bitnami-docker-parse#configuration
@@ -59,10 +58,9 @@ parseDashboard:
image: bitnami/parse-dashboard:1.0.19-r6
## 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:
imagePullPolicy: IfNotPresent
## Parse Dashboard application username
## ref: https://github.com/bitnami/bitnami-docker-parse-dashboard#configuration

View File

@@ -43,19 +43,19 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the PostgreSQL chart and their default values.
| Parameter | Description | Default |
|----------------------------|-------------------------------------------|----------------------------------------------------------|
| `image` | PostgreSQL image | `bitnami/postgresql:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `postgresqlUsername` | PostgreSQL admin user | `postgres` |
| `postgresqlPassword` | PostgreSQL admin password | _random 10 character alphanumeric string_ |
| `postgresqlDatabase` | PostgreSQL database | `nil`_ |
| `serviceType` | Kubernetes Service type | `ClusterIP` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for PostgreSQL volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for PostgreSQL volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for PostgreSQL volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `250m` |
| Parameter | Description | Default |
|----------------------------|-------------------------------------------|-------------------------------------------|
| `image` | PostgreSQL image | `bitnami/postgresql:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `postgresqlUsername` | PostgreSQL admin user | `postgres` |
| `postgresqlPassword` | PostgreSQL admin password | _random 10 character alphanumeric string_ |
| `postgresqlDatabase` | PostgreSQL database | `nil`_ |
| `serviceType` | Kubernetes Service type | `ClusterIP` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for PostgreSQL volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for PostgreSQL volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for PostgreSQL volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `256Mi`, CPU: `250m` |
The above parameters map to the env variables defined in [bitnami/postgresql](http://github.com/bitnami/bitnami-docker-postgresql). For more information please refer to the [bitnami/postgresql](http://github.com/bitnami/bitnami-docker-postgresql) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/postgresql:9.6.1-r5
## 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:
imagePullPolicy: IfNotPresent
## PostgreSQL admin user
## ref: https://github.com/bitnami/bitnami-docker-postgresql/blob/master/README.md#setting-the-root-password-on-first-run

View File

@@ -43,18 +43,18 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the Tomcat chart and their default values.
| Parameter | Description | Default |
|----------------------------|---------------------------------------|----------------------------------------------------------|
| `image` | Tomcat image | `bitnami/tomcat:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `tomcatUsername` | Tomcat admin user | `user` |
| `tomcatPassword` | Tomcat admin password | _random 10 character alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Tomcat volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for Tomcat volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Tomcat volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| Parameter | Description | Default |
|----------------------------|---------------------------------------|-------------------------------------------|
| `image` | Tomcat image | `bitnami/tomcat:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `tomcatUsername` | Tomcat admin user | `user` |
| `tomcatPassword` | Tomcat admin password | _random 10 character alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Tomcat volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for Tomcat volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Tomcat volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
The above parameters map to the env variables defined in [bitnami/tomcat](http://github.com/bitnami/bitnami-docker-tomcat). For more information please refer to the [bitnami/tomcat](http://github.com/bitnami/bitnami-docker-tomcat) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/tomcat:8.0.39-r5
## 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:
imagePullPolicy: IfNotPresent
## Admin user
## ref: https://github.com/bitnami/bitnami-docker-tomcat#creating-a-custom-user

View File

@@ -43,18 +43,18 @@ The command removes all the Kubernetes components associated with the chart and
The following tables lists the configurable parameters of the WildFly chart and their default values.
| Parameter | Description | Default |
|----------------------------|----------------------------------------|----------------------------------------------------------|
| `image` | WildFly image | `bitnami/wildfly:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `Always` if `image` tag is `latest`, else `IfNotPresent` |
| `wildflyUsername` | WildFly admin user | `user` |
| `wildflyPassword` | WildFly admin password | _random 10 character alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for WildFly volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for WildFly volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for WildFly volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
| Parameter | Description | Default |
|----------------------------|----------------------------------------|-------------------------------------------|
| `image` | WildFly image | `bitnami/wildfly:{VERSION}` |
| `imagePullPolicy` | Image pull policy | `IfNotPresent` |
| `wildflyUsername` | WildFly admin user | `user` |
| `wildflyPassword` | WildFly admin password | _random 10 character alphanumeric string_ |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for WildFly volume | `generic` |
| `persistence.accessMode` | PVC Access Mode for WildFly volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for WildFly volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
The above parameters map to the env variables defined in [bitnami/wildfly](http://github.com/bitnami/bitnami-docker-wildfly). For more information please refer to the [bitnami/wildfly](http://github.com/bitnami/bitnami-docker-wildfly) image documentation.

View File

@@ -4,10 +4,9 @@
image: bitnami/wildfly:10.1.0-r5
## 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:
imagePullPolicy: IfNotPresent
## Admin user
## ref: https://github.com/bitnami/bitnami-docker-wildfly#creating-a-custom-user