mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/*] Fix values.yaml for internal automations (#6072)
* [bitnami/*] Fix automations for readmenator * Bump chart versions * Fix storage class
This commit is contained in:
committed by
GitHub
parent
b3749e6b10
commit
d5eddf8dab
@@ -58,4 +58,4 @@ sources:
|
||||
- https://www.elastic.co/products/logstash
|
||||
- https://zookeeper.apache.org/
|
||||
- https://github.com/bitnami/bitnami-docker-zookeeper
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
|
||||
@@ -7,13 +7,12 @@
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
##
|
||||
# global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
global:
|
||||
imageRegistry:
|
||||
## E.g.
|
||||
## imagePullSecrets:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
storageClass:
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: wavefront-adapter-for-istio
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wavefront-adapter-for-istio
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
@@ -5,12 +5,15 @@
|
||||
## @section Global parameters
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
##
|
||||
global:
|
||||
imageRegistry:
|
||||
## E.g.
|
||||
## imagePullSecrets:
|
||||
## - myRegistryKeySecretName
|
||||
imagePullSecrets: []
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
storageClass:
|
||||
|
||||
## Override Kubernetes version
|
||||
## @param kubeVersion Override Kubernetes version
|
||||
|
||||
@@ -29,4 +29,4 @@ maintainers:
|
||||
name: wavefront-prometheus-storage-adapter
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wavefront-prometheus-storage-adapter
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
|
||||
@@ -5,12 +5,15 @@
|
||||
## @section Global parameters
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
##
|
||||
# global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
global:
|
||||
imageRegistry:
|
||||
imagePullSecrets: []
|
||||
## E.g.
|
||||
## imagePullSecrets:
|
||||
## - myRegistryKeySecretName
|
||||
storageClass:
|
||||
|
||||
## Override Kubernetes version
|
||||
## @param kubeVersion Override Kubernetes version
|
||||
|
||||
@@ -35,4 +35,4 @@ name: wordpress
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-wordpress
|
||||
- http://www.wordpress.com/
|
||||
version: 10.10.0
|
||||
version: 10.10.1
|
||||
|
||||
@@ -14,9 +14,6 @@ global:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
## E.g.
|
||||
## storageClass: myStorageClass
|
||||
##
|
||||
storageClass:
|
||||
|
||||
## @section Common parameters
|
||||
|
||||
Reference in New Issue
Block a user