Merge branch 'master' into add-clair-adapter

This commit is contained in:
Carlos Rodríguez Hernández
2020-01-17 20:01:47 +01:00
committed by GitHub
203 changed files with 567 additions and 359 deletions
+3 -3
View File
@@ -36,7 +36,7 @@ To install Helm, refer to the [Helm install guide](https://github.com/helm/helm#
The stable charts are contributed to the upstream [helm/charts](https://github.com/helm/charts) repository. The following command allows you to download and install all the charts from this repository, both the bitnami and the upstreamed ones.
```bash
$ helm repo add bitnami https://charts.bitnami.com
$ helm repo add bitnami https://charts.bitnami.com/bitnami
```
### Using Helm
@@ -47,12 +47,12 @@ Please refer to the [Quick Start guide](https://github.com/helm/helm/blob/master
Useful Helm Client Commands:
* View available charts: `helm search`
* Install a chart: `helm install stable/<package-name>`
* Install a chart: `helm install bitnami/<package-name>`
* Upgrade your application: `helm upgrade`
# License
Copyright (c) 2018-2019 Bitnami
Copyright (c) 2020 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: airflow
version: 4.0.20
version: 4.1.1
appVersion: 1.10.7
description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
keywords:
+2 -1
View File
@@ -85,6 +85,7 @@ The following tables lists the configurable parameters of the Kafka chart and th
| `airflow.cloneDagFilesFromGit.repository` | Repository where download DAG files from | `nil` |
| `airflow.cloneDagFilesFromGit.branch` | Branch from repository to checkout | `nil` |
| `airflow.cloneDagFilesFromGit.interval` | Interval to pull the repository on sidecar container | `nil` |
| `airflow.cloneDagFilesFromGit.path` | Path to a folder in the repository containing DAGs. If not set, all DAGS from the repo are loaded. | `nil` |
| `airflow.baseUrl` | URL used to access to airflow web ui | `nil` |
| `airflow.worker.port` | Airflow Worker port | `8793` |
| `airflow.worker.replicas` | Number of Airflow Worker replicas | `2` |
@@ -94,7 +95,7 @@ The following tables lists the configurable parameters of the Kafka chart and th
| `airflow.auth.fernetKey` | Fernet key to secure connections | `nil` |
| `airflow.auth.existingSecret` | Name of an existing secret containing airflow password and fernet key | `nil` |
| `airflow.extraEnvVars` | Extra environment variables to add to airflow web, worker and scheduler pods | `nil` |
| `airflow.webserverConfigMap` | Config map name for ~/airflow/webserver_config.py | `nil` |
| `airflow.webserverConfigMap` | Config map name for ~/airflow/webserver_config.py | `nil` |
| `securityContext.enabled` | Enable security context | `true` |
| `securityContext.fsGroup` | Group ID for the container | `1001` |
| `securityContext.runAsUser` | User ID for the container | `1001` |
@@ -180,6 +180,9 @@ spec:
{{- if .Values.airflow.cloneDagFilesFromGit.enabled }}
- name: git-cloned-dag-files
mountPath: /opt/bitnami/airflow/dags/git
{{- if .Values.airflow.cloneDagFilesFromGit.path }}
subPath: {{ .Values.airflow.cloneDagFilesFromGit.path }}
{{- end }}
{{- end }}
{{- if .Values.airflow.configurationConfigMap }}
- name: custom-configuration-file
@@ -210,6 +210,9 @@ spec:
{{- if .Values.airflow.cloneDagFilesFromGit.enabled }}
- name: git-cloned-dag-files
mountPath: /opt/bitnami/airflow/dags/git
{{- if .Values.airflow.cloneDagFilesFromGit.path }}
subPath: {{ .Values.airflow.cloneDagFilesFromGit.path }}
{{- end }}
{{- end }}
{{- if .Values.airflow.configurationConfigMap }}
- name: custom-configuration-file
@@ -193,6 +193,9 @@ spec:
{{- if .Values.airflow.cloneDagFilesFromGit.enabled }}
- name: git-cloned-dag-files
mountPath: /opt/bitnami/airflow/dags/git
{{- if .Values.airflow.cloneDagFilesFromGit.path }}
subPath: {{ .Values.airflow.cloneDagFilesFromGit.path }}
{{- end }}
{{- end }}
{{- if .Values.airflow.configurationConfigMap }}
- name: custom-configuration-file
+6 -5
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/airflow
tag: 1.10.7-debian-9-r0
tag: 1.10.7-debian-9-r16
## 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
@@ -38,7 +38,7 @@ image:
schedulerImage:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 1.10.6-debian-9-r36
tag: 1.10.7-debian-9-r14
## 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
@@ -62,7 +62,7 @@ schedulerImage:
workerImage:
registry: docker.io
repository: bitnami/airflow-worker
tag: 1.10.6-debian-9-r36
tag: 1.10.7-debian-9-r14
## 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
@@ -86,7 +86,7 @@ workerImage:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.1-debian-9-r13
tag: 2.25.0-debian-9-r1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -132,6 +132,7 @@ airflow:
# repository:
# branch:
# interval:
# path:
## URL used to access to airflow web ui
##
baseUrl: http://airflow.local
@@ -346,7 +347,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20180711.0-debian-9-r131
tag: 0.20180711.0-debian-9-r150
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+6 -5
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/airflow
tag: 1.10.7-debian-9-r0
tag: 1.10.7-debian-9-r16
## 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
@@ -38,7 +38,7 @@ image:
schedulerImage:
registry: docker.io
repository: bitnami/airflow-scheduler
tag: 1.10.6-debian-9-r36
tag: 1.10.7-debian-9-r14
## 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
@@ -62,7 +62,7 @@ schedulerImage:
workerImage:
registry: docker.io
repository: bitnami/airflow-worker
tag: 1.10.6-debian-9-r36
tag: 1.10.7-debian-9-r14
## 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
@@ -86,7 +86,7 @@ workerImage:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.1-debian-9-r13
tag: 2.25.0-debian-9-r1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -132,6 +132,7 @@ airflow:
# repository:
# branch:
# interval:
# path:
## URL used to access to airflow web ui
##
# baseUrl:
@@ -346,7 +347,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/airflow-exporter
tag: 0.20180711.0-debian-9-r131
tag: 0.20180711.0-debian-9-r150
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: apache
version: 7.3.1
version: 7.3.3
appVersion: 2.4.41
description: Chart for Apache HTTP Server
keywords:
+3 -3
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/apache
tag: 2.4.41-debian-9-r89
tag: 2.4.41-debian-9-r135
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
@@ -36,7 +36,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.0-debian-9-r12
tag: 2.25.0-debian-9-r1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -200,7 +200,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.7.0-debian-9-r112
tag: 0.7.0-debian-9-r163
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: cassandra
version: 4.1.12
version: 4.1.14
appVersion: 3.11.5
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.
keywords:
+2 -2
View File
@@ -17,7 +17,7 @@ image:
## Bitnami Cassandra image tag
## ref: https://github.com/bitnami/bitnami-docker-cassandra#supported-tags-and-respective-dockerfile-links
##
tag: 3.11.5-debian-9-r21
tag: 3.11.5-debian-9-r57
## 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
@@ -282,7 +282,7 @@ metrics:
registry: docker.io
pullPolicy: IfNotPresent
repository: bitnami/cassandra-exporter
tag: 2.3.0-debian-9-r102
tag: 2.3.0-debian-9-r139
## 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/
+2 -2
View File
@@ -17,7 +17,7 @@ image:
## Bitnami Cassandra image tag
## ref: https://github.com/bitnami/bitnami-docker-cassandra#supported-tags-and-respective-dockerfile-links
##
tag: 3.11.5-debian-9-r21
tag: 3.11.5-debian-9-r57
## 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
@@ -282,7 +282,7 @@ metrics:
registry: docker.io
pullPolicy: IfNotPresent
repository: bitnami/cassandra-exporter
tag: 2.3.0-debian-9-r102
tag: 2.3.0-debian-9-r139
## 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/
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: consul
version: 6.0.11
version: 6.0.13
appVersion: 1.6.2
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/
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/consul
tag: 1.6.2-debian-9-r0
tag: 1.6.2-debian-9-r41
## 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
@@ -330,7 +330,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/consul-exporter
tag: 0.5.0-debian-9-r93
tag: 0.6.0-debian-9-r23
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/consul
tag: 1.6.2-debian-9-r0
tag: 1.6.2-debian-9-r41
## 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
@@ -330,7 +330,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/consul-exporter
tag: 0.5.0-debian-9-r93
tag: 0.6.0-debian-9-r23
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: elasticsearch
version: 10.3.3
version: 10.3.4
appVersion: 7.5.1
description: A highly scalable open-source full-text search and analytics engine
keywords:
+2 -2
View File
@@ -1,6 +1,6 @@
dependencies:
- name: kibana
repository: https://charts.bitnami.com/bitnami
version: 5.0.0
version: 5.0.2
digest: sha256:4970b5ac3743b773c6608e77e28eb0928d45c3379bbe6660a35d8d4ef07613df
generated: "2019-12-13T12:46:10.381126027Z"
generated: 2020-01-14T23:08:31.047826778Z
+3 -3
View File
@@ -19,7 +19,7 @@ global:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 7.5.1-debian-9-r0
tag: 7.5.1-debian-9-r21
## 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
@@ -548,7 +548,7 @@ curator:
image:
registry: docker.io
repository: bitnami/elasticsearch-curator
tag: 5.8.1-debian-9-r50
tag: 5.8.1-debian-9-r74
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -713,7 +713,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
tag: 1.1.0-debian-9-r112
tag: 1.1.0-debian-9-r134
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+3 -3
View File
@@ -19,7 +19,7 @@ global:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 7.5.1-debian-9-r0
tag: 7.5.1-debian-9-r21
## 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
@@ -548,7 +548,7 @@ curator:
image:
registry: docker.io
repository: bitnami/elasticsearch-curator
tag: 5.8.1-debian-9-r50
tag: 5.8.1-debian-9-r74
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -713,7 +713,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
tag: 1.1.0-debian-9-r112
tag: 1.1.0-debian-9-r134
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: etcd
version: 4.4.8
version: 4.4.10
appVersion: 3.4.3
description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
keywords:
+1 -1
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/etcd
tag: 3.4.3-debian-9-r12
tag: 3.4.3-debian-9-r57
## 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
+1 -1
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/etcd
tag: 3.4.3-debian-9-r12
tag: 3.4.3-debian-9-r57
## 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
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.4.5
version: 0.4.7
appVersion: 1.8.1
description: Fluentd is an open source data collector for unified logging layer
keywords:
+1 -1
View File
@@ -13,7 +13,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/fluentd
tag: 1.8.1-debian-9-r1
tag: 1.8.1-debian-9-r11
## 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
+1 -1
View File
@@ -13,7 +13,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/fluentd
tag: 1.8.1-debian-9-r1
tag: 1.8.1-debian-9-r11
## 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
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: grafana
version: 1.2.0
appVersion: 6.5.2
version: 1.2.3
appVersion: 6.5.3
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
keywords:
- analitics
+1 -1
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/grafana
tag: 6.5.2-debian-9-r0
tag: 6.5.3-debian-9-r0
## 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
+1 -1
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/grafana
tag: 6.5.2-debian-9-r0
tag: 6.5.3-debian-9-r0
## 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
+10 -10
View File
@@ -14,7 +14,7 @@
coreImage:
registry: docker.io
repository: bitnami/harbor-core
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r30
## 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
@@ -38,7 +38,7 @@ coreImage:
portalImage:
registry: docker.io
repository: bitnami/harbor-portal
tag: 1.10.0-debian-9-r0
tag: 1.10.0-debian-9-r25
## 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
@@ -62,7 +62,7 @@ portalImage:
jobserviceImage:
registry: docker.io
repository: bitnami/harbor-jobservice
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -86,7 +86,7 @@ jobserviceImage:
chartMuseumImage:
registry: docker.io
repository: bitnami/chartmuseum
tag: 0.11.0-debian-9-r1
tag: 0.11.0-debian-9-r28
## 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
@@ -110,7 +110,7 @@ chartMuseumImage:
registryImage:
registry: docker.io
repository: bitnami/harbor-registry
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -134,7 +134,7 @@ registryImage:
registryctlImage:
registry: docker.io
repository: bitnami/harbor-registryctl
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -158,7 +158,7 @@ registryctlImage:
clairImage:
registry: docker.io
repository: bitnami/harbor-clair
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -206,7 +206,7 @@ clairAdapterImage:
notaryServerImage:
registry: docker.io
repository: bitnami/harbor-notary-server
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -230,7 +230,7 @@ notaryServerImage:
notarySignerImage:
registry: docker.io
repository: bitnami/harbor-notary-signer
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -254,7 +254,7 @@ notarySignerImage:
nginxImage:
registry: docker.io
repository: bitnami/nginx
tag: 1.16.1-debian-9-r116
tag: 1.16.1-debian-9-r138
## 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
+10 -10
View File
@@ -14,7 +14,7 @@
coreImage:
registry: docker.io
repository: bitnami/harbor-core
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r30
## 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
@@ -38,7 +38,7 @@ coreImage:
portalImage:
registry: docker.io
repository: bitnami/harbor-portal
tag: 1.10.0-debian-9-r0
tag: 1.10.0-debian-9-r25
## 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
@@ -62,7 +62,7 @@ portalImage:
jobserviceImage:
registry: docker.io
repository: bitnami/harbor-jobservice
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -86,7 +86,7 @@ jobserviceImage:
chartMuseumImage:
registry: docker.io
repository: bitnami/chartmuseum
tag: 0.11.0-debian-9-r1
tag: 0.11.0-debian-9-r28
## 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
@@ -110,7 +110,7 @@ chartMuseumImage:
registryImage:
registry: docker.io
repository: bitnami/harbor-registry
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -134,7 +134,7 @@ registryImage:
registryctlImage:
registry: docker.io
repository: bitnami/harbor-registryctl
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -158,7 +158,7 @@ registryctlImage:
clairImage:
registry: docker.io
repository: bitnami/harbor-clair
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -206,7 +206,7 @@ clairAdapterImage:
notaryServerImage:
registry: docker.io
repository: bitnami/harbor-notary-server
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -230,7 +230,7 @@ notaryServerImage:
notarySignerImage:
registry: docker.io
repository: bitnami/harbor-notary-signer
tag: 1.10.0-debian-9-r3
tag: 1.10.0-debian-9-r26
## 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
@@ -254,7 +254,7 @@ notarySignerImage:
nginxImage:
registry: docker.io
repository: bitnami/nginx
tag: 1.16.1-debian-9-r116
tag: 1.16.1-debian-9-r138
## 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
+1 -1
View File
@@ -15,4 +15,4 @@ maintainers:
name: influxdb
sources:
- https://github.com/bitnami/bitnami-docker-influxdb
version: 0.3.1
version: 0.3.3
+1 -1
View File
@@ -18,7 +18,7 @@
image:
registry: docker.io
repository: bitnami/influxdb
tag: 1.7.9-debian-9-r8
tag: 1.7.9-debian-9-r51
## 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
##
+1 -1
View File
@@ -18,7 +18,7 @@
image:
registry: docker.io
repository: bitnami/influxdb
tag: 1.7.9-debian-9-r8
tag: 1.7.9-debian-9-r51
## 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
##
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: jenkins
version: 4.1.1
version: 4.1.2
appVersion: 2.204.1
description: The leading open source automation server
keywords:
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/jenkins
tag: 2.204.1-debian-9-r0
tag: 2.204.1-debian-9-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
@@ -231,7 +231,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jenkins-exporter
tag: 0.20171225.0-debian-9-r127
tag: 0.20171225.0-debian-9-r150
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: kafka
version: 7.1.1
version: 7.1.2
appVersion: 2.4.0
description: Apache Kafka is a distributed streaming platform.
keywords:
+2 -2
View File
@@ -1,6 +1,6 @@
dependencies:
- name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 5.3.1
version: 5.3.2
digest: sha256:2f3c43ce02e3966648b8c89be121fe39537f62ea1d161ad908f51ddc90e4243e
generated: "2020-01-03T10:08:21.104074685Z"
generated: 2020-01-14T19:33:30.203914766Z
+3 -3
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/kafka
tag: 2.4.0-debian-9-r0
tag: 2.4.0-debian-9-r22
## 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
@@ -354,7 +354,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/kafka-exporter
tag: 1.2.0-debian-9-r122
tag: 1.2.0-debian-9-r145
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -421,7 +421,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 0.12.0-debian-9-r122
tag: 0.12.0-debian-9-r145
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+3 -3
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/kafka
tag: 2.4.0-debian-9-r0
tag: 2.4.0-debian-9-r22
## 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
@@ -354,7 +354,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/kafka-exporter
tag: 1.2.0-debian-9-r122
tag: 1.2.0-debian-9-r145
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -421,7 +421,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 0.12.0-debian-9-r122
tag: 0.12.0-debian-9-r145
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: kibana
version: 5.0.2
version: 5.0.3
appVersion: 7.5.1
description: Kibana is an open source, browser based analytics and search dashboard for Elasticsearch.
keywords:
+1 -1
View File
@@ -14,7 +14,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/kibana
tag: 7.5.1-debian-9-r9
tag: 7.5.1-debian-9-r19
## 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
+1 -1
View File
@@ -14,7 +14,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/kibana
tag: 7.5.1-debian-9-r9
tag: 7.5.1-debian-9-r19
## 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
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.9.0
appVersion: 1.9.2
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
name: kube-state-metrics
version: 0.1.5
version: 0.1.8
keywords:
- prometheus
- kube-state-metrics
@@ -51,7 +51,7 @@ serviceAccount:
image:
registry: docker.io
repository: bitnami/kube-state-metrics
tag: 1.9.0-debian-9-r0
tag: 1.9.2-debian-9-r1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
+1 -1
View File
@@ -51,7 +51,7 @@ serviceAccount:
image:
registry: docker.io
repository: bitnami/kube-state-metrics
tag: 1.9.0-debian-9-r0
tag: 1.9.2-debian-9-r1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
+1 -1
View File
@@ -14,4 +14,4 @@ maintainers:
name: logstash
sources:
- https://github.com/bitnami/bitnami-docker-logstash
version: 0.2.5
version: 0.2.6
+2 -2
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/logstash
tag: 7.5.1-debian-9-r0
tag: 7.5.1-debian-9-r21
## 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
##
@@ -285,7 +285,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/logstash-exporter
tag: 0.1.2-debian-9-r55
tag: 0.1.2-debian-9-r77
## 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
##
+2 -2
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/logstash
tag: 7.5.1-debian-9-r0
tag: 7.5.1-debian-9-r21
## 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
##
@@ -285,7 +285,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/logstash-exporter
tag: 0.1.2-debian-9-r55
tag: 0.1.2-debian-9-r77
## 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
##
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: magento
version: 11.0.0
version: 11.0.2
appVersion: 2.3.3
description: A feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization and shopper filtering, promotion rules, and more.
keywords:
+3 -3
View File
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://kubernetes-charts.storage.googleapis.com/
version: 7.3.1
version: 7.3.3
- name: elasticsearch
repository: https://charts.bitnami.com/bitnami
version: 10.1.0
version: 10.3.3
digest: sha256:bad621518ab9d12662436062824ce1a8c4656b6bc8ae4dc7ccb1decc5c91fd09
generated: "2019-12-17T13:12:07.830004+01:00"
generated: 2020-01-14T22:31:24.753325892Z
+3 -3
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/magento
tag: 2.3.3-debian-9-r15
tag: 2.3.3-debian-9-r60
## Set to true if you would like to see extra information on logs
## It turns BASH and NAMI debugging in minideb
## ref: https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging
@@ -178,7 +178,7 @@ elasticsearch:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 6.8.4-debian-9-r21
tag: 6.8.6-debian-9-r21
## Enable to perform the sysctl operation
sysctlImage:
enabled: true
@@ -338,7 +338,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.7.0-debian-9-r109
tag: 0.7.0-debian-9-r163
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+3 -3
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/magento
tag: 2.3.3-debian-9-r15
tag: 2.3.3-debian-9-r60
## Set to true if you would like to see extra information on logs
## It turns BASH and NAMI debugging in minideb
## ref: https://github.com/bitnami/minideb-extras/#turn-on-bash-debugging
@@ -178,7 +178,7 @@ elasticsearch:
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 6.8.4-debian-9-r21
tag: 6.8.6-debian-9-r21
## Enable to perform the sysctl operation
sysctlImage:
enabled: true
@@ -338,7 +338,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/apache-exporter
tag: 0.7.0-debian-9-r109
tag: 0.7.0-debian-9-r163
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mariadb-galera
version: 0.6.1
version: 0.6.2
appVersion: 10.4.11
description: MariaDB Galera is a multi-master database cluster solution for synchronous replication and high availability.
keywords:
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mariadb-galera
tag: 10.4.11-debian-9-r0
tag: 10.4.11-debian-9-r21
## 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
@@ -473,7 +473,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-9-r136
tag: 0.12.1-debian-9-r157
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mariadb-galera
tag: 10.4.11-debian-9-r0
tag: 10.4.11-debian-9-r21
## 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
@@ -473,7 +473,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-9-r136
tag: 0.12.1-debian-9-r157
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: memcached
version: 4.1.0
version: 4.1.2
appVersion: 1.5.20
description: Chart for Memcached
keywords:
+2 -2
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.5.20-debian-9-r9
tag: 1.5.20-debian-9-r50
## 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
@@ -166,7 +166,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/memcached-exporter
tag: 0.6.0-debian-9-r79
tag: 0.6.0-debian-9-r121
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.5.20-debian-9-r9
tag: 1.5.20-debian-9-r50
## 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
@@ -166,7 +166,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/memcached-exporter
tag: 0.6.0-debian-9-r79
tag: 0.6.0-debian-9-r121
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: metrics-server
version: 4.1.0
version: 4.1.2
appVersion: 0.3.6
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:
+1 -1
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/metrics-server
tag: 0.3.6-debian-9-r27
tag: 0.3.6-debian-9-r72
## 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
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
version: 2.2.0
appVersion: 2019.10.12
version: 3.0.0
appVersion: 2019.12.30
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:
- minio
+2 -2
View File
@@ -19,7 +19,7 @@ global:
image:
registry: docker.io
repository: bitnami/minio
tag: 2019.10.12-debian-9-r15
tag: 2019.12.30-debian-9-r0
## 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
@@ -55,7 +55,7 @@ clusterDomain: cluster.local
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2019.10.9-debian-9-r33
tag: 2019.12.24-debian-9-r21
## Init containers parameters:
## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section.
+2 -2
View File
@@ -19,7 +19,7 @@ global:
image:
registry: docker.io
repository: bitnami/minio
tag: 2019.10.12-debian-9-r15
tag: 2019.12.30-debian-9-r0
## 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
@@ -55,7 +55,7 @@ clusterDomain: cluster.local
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2019.10.9-debian-9-r33
tag: 2019.12.24-debian-9-r21
## Init containers parameters:
## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb-sharded
version: 1.0.2
version: 1.0.4
appVersion: 4.0.14
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. Sharded topology.
keywords:
+5 -4
View File
@@ -7,7 +7,8 @@ This chart uses the [sharding method](https://docs.mongodb.com/manual/sharding/)
## TL;DR;
```bash
$ helm install stable/mongodb-sharded
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/mongodb-sharded
```
## Introduction
@@ -28,7 +29,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
To install the chart with the release name `my-release`:
```bash
$ helm install --name my-release stable/mongodb-sharded
$ helm install --name my-release bitnami/mongodb-sharded
```
The command deploys MongoDB on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
@@ -274,7 +275,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```bash
$ helm install --name my-release \
--set mongodbRootPassword=secretpassword,mongodbUsername=my-user,mongodbPassword=my-password,mongodbDatabase=my-database \
stable/mongodb
bitnami/mongodb-sharded
```
The above command sets the MongoDB `root` account password to `secretpassword`. Additionally, it creates a standard database user named `my-user`, with the password `my-password`, who has access to a database named `my-database`.
@@ -282,7 +283,7 @@ The above command sets the MongoDB `root` account password to `secretpassword`.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
```bash
$ helm install --name my-release -f values.yaml stable/mongodb
$ helm install --name my-release -f values.yaml bitnami/mongodb-sharded
```
> **Tip**: You can use the default [values.yaml](values.yaml)
@@ -14,7 +14,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/mongodb-sharded
tag: 4.0.14-debian-9-r0
tag: 4.0.14-debian-9-r24
## 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
@@ -732,7 +732,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mongodb-exporter
tag: 0.10.0-debian-9-r77
tag: 0.10.0-debian-9-r105
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -14,7 +14,7 @@ global: {}
image:
registry: docker.io
repository: bitnami/mongodb-sharded
tag: 4.0.14-debian-9-r0
tag: 4.0.14-debian-9-r24
## 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
@@ -734,7 +734,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mongodb-exporter
tag: 0.10.0-debian-9-r77
tag: 0.10.0-debian-9-r105
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mxnet
version: 1.4.1
version: 1.4.3
appVersion: 1.5.1
description: A flexible and efficient library for deep learning
keywords:
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mxnet
tag: 1.5.1-debian-9-r30
tag: 1.5.1-debian-9-r76
## 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
@@ -38,7 +38,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.0-debian-9-r17
tag: 2.25.0-debian-9-r1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mxnet
tag: 1.5.1-debian-9-r30
tag: 1.5.1-debian-9-r76
## 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
@@ -38,7 +38,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.0-debian-9-r17
tag: 2.25.0-debian-9-r1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: mysql
version: 6.7.1
appVersion: 8.0.18
version: 6.7.4
appVersion: 8.0.19
description: Chart to create a Highly available MySQL cluster
keywords:
- mysql
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mysql
tag: 8.0.18-debian-9-r37
tag: 8.0.19-debian-9-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
@@ -446,7 +446,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-9-r123
tag: 0.12.1-debian-9-r156
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/mysql
tag: 8.0.18-debian-9-r37
tag: 8.0.19-debian-9-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
@@ -450,7 +450,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/mysqld-exporter
tag: 0.12.1-debian-9-r123
tag: 0.12.1-debian-9-r156
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx
version: 5.1.1
version: 5.1.3
appVersion: 1.16.1
description: Chart for the nginx server
keywords:
+2 -2
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.16.1-debian-9-r105
tag: 1.16.1-debian-9-r139
## 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
@@ -210,7 +210,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/nginx-exporter
tag: 0.4.2-debian-9-r129
tag: 0.5.0-debian-9-r31
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.18.1
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
name: node-exporter
version: 0.1.2
version: 0.1.4
keywords:
- prometheus
- node-exporter
+1 -1
View File
@@ -50,7 +50,7 @@ serviceAccount:
image:
registry: docker.io
repository: bitnami/node-exporter
tag: 0.18.1-debian-9-r172
tag: 0.18.1-debian-9-r213
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: node
version: 11.4.0
appVersion: 10.18.0
version: 11.4.2
appVersion: 10.18.1
description: Event-driven I/O server-side JavaScript environment based on V8
keywords:
- node
+2 -2
View File
@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: https://kubernetes-charts.storage.googleapis.com/
version: 7.6.1
version: 7.6.4
- name: bitnami-common
repository: https://charts.bitnami.com/bitnami
version: 0.0.8
digest: sha256:ef3a38fc3e846e18d2f0f1f326772092287a5ac289a4db640216a2717b081efd
generated: 2019-12-18T00:45:46.167264181Z
generated: 2020-01-10T15:45:47.113882437Z
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/node
tag: 10.18.0-debian-9-r0
tag: 10.18.1-debian-9-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
@@ -72,7 +72,7 @@ volumePermissions:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.1-debian-9-r5
tag: 2.25.0-debian-9-r1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: postgresql-ha
version: 1.1.5
version: 1.2.1
appVersion: 11.6.0
description: Chart for PostgreSQL with HA architecture (using Replication Manager (repmgr) and Pgpool).
keywords:
+6 -4
View File
@@ -130,6 +130,8 @@ The following table lists the configurable parameters of the PostgreSQL HA chart
| `pgpool.pdb.maxUnavailable` | Maximum number / percentage of pods that may be made unavailable | `nil` |
| `pgpool.adminUsername` | Pgpool Admin username | `admin` |
| `pgpool.adminPassword` | Pgpool Admin password | `nil` |
| `pgpool.configuration` | Content of pgpool.conf | `nil` |
| `pgpool.configurationCM` | ConfigMap with the Pgpool configuration file (Note: Overrides `pgpol.configuration`) | `nil` (The value is evaluated as a template) |
| **LDAP** | | |
| `ldap.enabled` | Enable LDAP support | `false` |
| `ldap.existingSecret` | Name of existing secret to use for LDAP passwords | `nil` |
@@ -294,15 +296,15 @@ Next, login to the PostgreSQL server using the `psql` client and add the PAM aut
> Note: Parameters including commas must be escaped as shown in the above example. More information at: https://github.com/helm/helm/blob/master/docs/using_helm.md#the-format-and-limitations-of---set
### repmgr.conf / postgresql.conf / pg_hba.conf files as configMap
### repmgr.conf / postgresql.conf / pg_hba.conf / pgpool.conf files as configMap
This helm chart also supports to customize the whole configuration file.
Add your custom files to "files" in your working directory. Those files will be mounted as configMap to the containers and it will be used for configuring Repmgr and the PostgreSQL server.
Add your custom files to "files" in your working directory. Those files will be mounted as configMap to the containers and it will be used for configuring Pgpool, Repmgr and the PostgreSQL server.
Alternatively, you can specify the PostgreSQL and Repmgr configuration using the `postgresql.configuration`, `postgresql.pgHbaConfiguration`, and `postgresql.repmgrConfiguration` parameters.
Alternatively, you can specify the Pgpool, PostgreSQL and Repmgr configuration using the `pgpool.configuration`, `postgresql.configuration`, `postgresql.pgHbaConfiguration`, and `postgresql.repmgrConfiguration` parameters.
In addition to these options, you can also set an external ConfigMap with all the configuration files. This is done by setting the `postgresql.configurationCM` parameter. Note that this will override the two previous options.
In addition to these options, you can also set an external ConfigMap(s) with all the configuration files. This is done by setting the `postgresql.configurationCM` and `pgpool.configurationCM` parameters. Note that this will override the two previous options.
### Allow settings to be loaded from files other than the default `postgresql.conf`
@@ -524,6 +524,17 @@ Return the PostgreSQL extended configuration configmap.
{{- end -}}
{{- end -}}
{{/*
Return the Pgpool configuration configmap.
*/}}
{{- define "postgresql-ha.pgpoolConfigurationCM" -}}
{{- if .Values.pgpool.configurationCM -}}
{{- printf "%s" (tpl .Values.pgpool.configurationCM $) -}}
{{- else -}}
{{- printf "%s-configuration" (include "postgresql-ha.pgpool" .) -}}
{{- end -}}
{{- end -}}
{{/*
Return the PostgreSQL initdb scripts configmap.
*/}}
@@ -0,0 +1,15 @@
{{- if and (or (.Files.Glob "files/pgpool.conf") .Values.pgpool.configuration) (not .Values.pgpool.configurationCM) }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ printf "%s-configuration" (include "postgresql-ha.pgpool" .) }}
labels: {{- include "postgresql-ha.labels" . | nindent 4 }}
app.kubernetes.io/component: pgpool
data:
{{- if (.Files.Glob "files/pgpool.conf") }}
{{- (.Files.Glob "files/pgpool.conf").AsConfig | nindent 2 }}
{{- else if .Values.pgpool.configuration }}
pgpool.conf: |
{{- include "postgresql-ha.tplValue" (dict "value" .Values.pgpool.configuration "context" $) | nindent 4 }}
{{- end }}
{{- end }}
@@ -210,6 +210,10 @@ spec:
resources: {{- toYaml .Values.pgpool.resources | nindent 12 }}
{{- end }}
volumeMounts:
{{- if or (.Files.Glob "files/pgool.conf") .Values.pgpool.configuration }}
- name: pgpool-config
mountPath: /opt/bitnami/pgpool/conf/
{{- end }}
{{- if .Values.postgresql.usePasswordFile }}
- name: postgresql-password
mountPath: /opt/bitnami/pgpool/secrets/
@@ -220,6 +224,11 @@ spec:
{{- end }}
{{- if or .Values.postgresql.usePasswordFile .Values.pgpool.usePasswordFile }}
volumes:
{{- if or (.Files.Glob "files/pgool.conf") .Values.pgpool.configuration }}
- name: pgpool-config
configMap:
name: {{ include "postgresql-ha.pgpoolConfigurationCM" . }}
{{- end }}
{{- if .Values.postgresql.usePasswordFile }}
- name: postgresql-password
secret:
+15 -3
View File
@@ -29,7 +29,7 @@
postgresqlImage:
registry: docker.io
repository: bitnami/postgresql-repmgr
tag: 11.6.0-debian-9-r32
tag: 11.6.0-debian-9-r46
## 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
##
@@ -51,7 +51,7 @@ postgresqlImage:
pgpoolImage:
registry: docker.io
repository: bitnami/pgpool
tag: 4.1.0-debian-9-r46
tag: 4.1.0-debian-9-r60
## 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
##
@@ -90,7 +90,7 @@ volumePermissionsImage:
metricsImage:
registry: docker.io
repository: bitnami/postgres-exporter
tag: 0.8.0-debian-9-r25
tag: 0.8.0-debian-9-r40
## 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
##
@@ -364,6 +364,18 @@ pgpool:
adminUsername: admin
# adminPassword:
## Pgpool configuration
## Specify content for pgpool.conf
## Alternatively, you can put your pgpool.conf under the files/ directory
## ref: https://github.com/bitnami/bitnami-docker-pgpool#configuration-file
##
# configuration:
## ConfigMap with Pgpool configuration
## NOTE: This will override pgpool.configuration parameter
##
# configurationCM:
## LDAP parameters
##
ldap:
+15 -3
View File
@@ -29,7 +29,7 @@
postgresqlImage:
registry: docker.io
repository: bitnami/postgresql-repmgr
tag: 11.6.0-debian-9-r32
tag: 11.6.0-debian-9-r46
## 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
##
@@ -51,7 +51,7 @@ postgresqlImage:
pgpoolImage:
registry: docker.io
repository: bitnami/pgpool
tag: 4.1.0-debian-9-r46
tag: 4.1.0-debian-9-r60
## 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
##
@@ -90,7 +90,7 @@ volumePermissionsImage:
metricsImage:
registry: docker.io
repository: bitnami/postgres-exporter
tag: 0.8.0-debian-9-r25
tag: 0.8.0-debian-9-r40
## 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
##
@@ -364,6 +364,18 @@ pgpool:
adminUsername: admin
# adminPassword:
## Pgpool configuration
## Specify content for pgpool.conf
## Alternatively, you can put your pgpool.conf under the files/ directory
## ref: https://github.com/bitnami/bitnami-docker-pgpool#configuration-file
##
# configuration:
## ConfigMap with Pgpool configuration
## NOTE: This will override pgpool.configuration parameter
##
# configurationCM:
## LDAP parameters
##
ldap:
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.34.0
appVersion: 0.35.0
description: The Prometheus Operator for Kubernetes provides easy monitoring definitions for Kubernetes services and deployment and management of Prometheus instances.
name: prometheus-operator
version: 0.8.1
version: 0.8.3
keywords:
- prometheus
- alertmanager
@@ -1,9 +1,9 @@
dependencies:
- name: node-exporter
repository: https://charts.bitnami.com/bitnami
version: 0.1.2
version: 0.1.3
- name: kube-state-metrics
repository: https://charts.bitnami.com/bitnami
version: 0.1.5
version: 0.1.7
digest: sha256:0be9b8e7995ab4f9b82ef1ead2aadca56e5673a1f94ae98818cb90b27001b877
generated: "2020-01-07T15:06:28.62125+01:00"
generated: 2020-01-14T22:41:18.453081342Z
@@ -42,7 +42,7 @@ operator:
image:
registry: docker.io
repository: bitnami/prometheus-operator
tag: 0.34.0-debian-9-r9
tag: 0.34.0-debian-9-r38
## 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
@@ -208,7 +208,7 @@ operator:
image:
registry: docker.io
repository: bitnami/configmap-reload
tag: 0.3.0-debian-9-r44
tag: 0.3.0-debian-9-r76
## 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/
@@ -220,7 +220,7 @@ operator:
image:
registry: docker.io
repository: bitnami/prometheus-operator
tag: 0.34.0-debian-9-r9
tag: 0.34.0-debian-9-r38
## 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/
@@ -239,7 +239,7 @@ prometheus:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.14.0-debian-9-r22
tag: 2.15.2-debian-9-r9
## 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/
@@ -538,7 +538,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
tag: 0.19.0-debian-9-r90
tag: 0.20.0-debian-9-r27
## 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/
+5 -5
View File
@@ -42,7 +42,7 @@ operator:
image:
registry: docker.io
repository: bitnami/prometheus-operator
tag: 0.34.0-debian-9-r9
tag: 0.34.0-debian-9-r38
## 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
@@ -208,7 +208,7 @@ operator:
image:
registry: docker.io
repository: bitnami/configmap-reload
tag: 0.3.0-debian-9-r44
tag: 0.3.0-debian-9-r76
## 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/
@@ -220,7 +220,7 @@ operator:
image:
registry: docker.io
repository: bitnami/prometheus-operator
tag: 0.34.0-debian-9-r9
tag: 0.34.0-debian-9-r38
## 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/
@@ -239,7 +239,7 @@ prometheus:
image:
registry: docker.io
repository: bitnami/prometheus
tag: 2.14.0-debian-9-r22
tag: 2.15.2-debian-9-r9
## 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/
@@ -538,7 +538,7 @@ alertmanager:
image:
registry: docker.io
repository: bitnami/alertmanager
tag: 0.19.0-debian-9-r90
tag: 0.20.0-debian-9-r27
## 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/
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: pytorch
version: 1.3.0
appVersion: 1.3.1
version: 1.3.3
appVersion: 1.4.0
description: Deep learning platform that accelerates the transition from research prototyping to production deployment
keywords:
- pytorch
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/pytorch
tag: 1.3.1-debian-9-r14
tag: 1.4.0-debian-9-r0
## 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
@@ -47,7 +47,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.0-debian-9-r22
tag: 2.25.0-debian-9-r2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+2 -2
View File
@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/pytorch
tag: 1.3.1-debian-9-r14
tag: 1.4.0-debian-9-r0
## 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
@@ -47,7 +47,7 @@ image:
git:
registry: docker.io
repository: bitnami/git
tag: 2.24.0-debian-9-r22
tag: 2.25.0-debian-9-r2
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
version: 1.2.1
version: 1.2.3
appVersion: 2.4.4
description: Spark is a fast and general-purpose cluster computing system.
name: spark
+1 -1
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/spark
tag: 2.4.4-debian-9-r65
tag: 2.4.4-debian-9-r102
## 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
+1 -1
View File
@@ -13,7 +13,7 @@
image:
registry: docker.io
repository: bitnami/spark
tag: 2.4.4-debian-9-r65
tag: 2.4.4-debian-9-r102
## 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
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: tensorflow-resnet
version: 2.0.0
appVersion: 2.0.0
version: 2.0.3
appVersion: 2.1.0
description: Open-source software library serving the ResNet machine learning model.
keywords:
- tensorflow
+2 -2
View File
@@ -14,7 +14,7 @@ server:
image:
registry: docker.io
repository: bitnami/tensorflow-serving
tag: 2.0.0-debian-9-r11
tag: 2.0.0-debian-9-r54
## 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
@@ -34,7 +34,7 @@ client:
image:
registry: docker.io
repository: bitnami/tensorflow-resnet
tag: 2.0.0-debian-9-r10
tag: 2.1.0-debian-9-r0
## 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

Some files were not shown because too many files have changed in this diff Show More