Skip to content

Commit 4c86733

Browse files
Pablo GalegoCarlos Rodríguez Hernández
andauthored
[bitnami/several] Fix default values and regenerate README (#7024)
* etcd: remove nil values * external-dns: remove nil values * fluentd: remove nil values * ghost: remove nil values * grafana: remove nil values * grafana-operator: remove nil values * grafana-tempo: remove nil values * haproxy: remove nil values * harbor: remove nil values * influxdb: remove nil values * jasperreports: remove nil values * jenkins: remove nil values * joomla: remove nil values * jupyterhub: remove nil values * kafka: remove nil values * keycloak: remove nil values * kiam: remove nil values * kibana: remove nil values * Replace default values of sidecars and initContainers * Uncomment remaining parameters * kiam: change allowedHostPaths to array and regenerate readme * jupyterhub: change extraIngress and extraEgress to array * influxdb: bump chart's patch version * Bump charts' patch versions * kafka: set liveness and readiness probes missing values * logstash: set liveness and readiness probes missing values * logstash: bump chart's patch version * Regenerate READMEs with latest changes from master * Regenerate READMEs with latest changes from master * Bump influxdb and harbor charts patch versions Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
1 parent d298b49 commit 4c86733

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1563
-1547
lines changed

bitnami/etcd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ name: etcd
2525
sources:
2626
- https://github.com/bitnami/bitnami-docker-etcd
2727
- https://coreos.com/etcd/
28-
version: 6.3.0
28+
version: 6.3.1

bitnami/etcd/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ The command removes all the Kubernetes components associated with the chart and
5050

5151
| Name | Description | Value |
5252
| ------------------------- | ----------------------------------------------- | ----- |
53-
| `global.imageRegistry` | Global Docker image registry | `nil` |
53+
| `global.imageRegistry` | Global Docker image registry | `""` |
5454
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
55-
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `nil` |
55+
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
5656

5757

5858
### Common parameters
5959

6060
| Name | Description | Value |
6161
| ------------------------ | -------------------------------------------------------------------------------------------- | --------------- |
6262
| `kubeVersion` | Force target Kubernetes version (using Helm capabilities if not set) | `""` |
63-
| `nameOverride` | String to partially override common.names.fullname template (will maintain the release name) | `nil` |
64-
| `fullnameOverride` | String to fully override common.names.fullname template | `nil` |
63+
| `nameOverride` | String to partially override common.names.fullname template (will maintain the release name) | `""` |
64+
| `fullnameOverride` | String to fully override common.names.fullname template | `""` |
6565
| `commonLabels` | Labels to add to all deployed objects | `{}` |
6666
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
6767
| `clusterDomain` | Default Kubernetes cluster domain | `cluster.local` |
@@ -99,13 +99,13 @@ The command removes all the Kubernetes components associated with the chart and
9999
| `auth.peer.certFilename` | Name of the file containing the peer certificate | `cert.pem` |
100100
| `auth.peer.certKeyFilename` | Name of the file containing the peer certificate private key | `key.pem` |
101101
| `auth.peer.caFilename` | Name of the file containing the peer CA certificate | `""` |
102-
| `autoCompactionMode` | Auto compaction mode, by default periodic. Valid values: ‘periodic’, ‘revision’. | `nil` |
103-
| `autoCompactionRetention` | Auto compaction retention for mvcc key value store in hour, by default 0, means disabled | `nil` |
102+
| `autoCompactionMode` | Auto compaction mode, by default periodic. Valid values: ‘periodic’, ‘revision’. | `""` |
103+
| `autoCompactionRetention` | Auto compaction retention for mvcc key value store in hour, by default 0, means disabled | `""` |
104104
| `initialClusterState` | Initial cluster state. Allowed values: 'new' or 'existing' | `""` |
105-
| `maxProcs` | Limits the number of operating system threads that can execute user-level | `nil` |
105+
| `maxProcs` | Limits the number of operating system threads that can execute user-level | `""` |
106106
| `removeMemberOnContainerTermination` | Use a PreStop hook to remove the etcd members from the etcd cluster on container termination | `true` |
107-
| `configuration` | etcd configuration. Specify content for etcd.conf.yml | `nil` |
108-
| `existingConfigmap` | Existing ConfigMap with etcd configuration | `nil` |
107+
| `configuration` | etcd configuration. Specify content for etcd.conf.yml | `""` |
108+
| `existingConfigmap` | Existing ConfigMap with etcd configuration | `""` |
109109
| `extraEnvVars` | Extra environment variables to be set on etcd container | `[]` |
110110
| `extraEnvVarsCM` | Name of existing ConfigMap containing extra env vars | `""` |
111111
| `extraEnvVarsSecret` | Name of existing Secret containing extra env vars | `""` |
@@ -154,8 +154,8 @@ The command removes all the Kubernetes components associated with the chart and
154154
| `customStartupProbe` | Override default startup probe | `{}` |
155155
| `extraVolumes` | Optionally specify extra list of additional volumes for etcd pods | `[]` |
156156
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts for etcd container(s) | `[]` |
157-
| `initContainers` | Add additional init containers to the etcd pods | `{}` |
158-
| `sidecars` | Add additional sidecar containers to the etcd pods | `{}` |
157+
| `initContainers` | Add additional init containers to the etcd pods | `[]` |
158+
| `sidecars` | Add additional sidecar containers to the etcd pods | `[]` |
159159
| `podAnnotations` | Annotations for etcd pods | `{}` |
160160
| `podLabels` | Extra labels for etcd pods | `{}` |
161161
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
@@ -190,7 +190,7 @@ The command removes all the Kubernetes components associated with the chart and
190190
| Name | Description | Value |
191191
| -------------------------- | --------------------------------------------------------------- | ------ |
192192
| `persistence.enabled` | If true, use a Persistent Volume Claim. If false, use emptyDir. | `true` |
193-
| `persistence.storageClass` | Persistent Volume Storage Class | `nil` |
193+
| `persistence.storageClass` | Persistent Volume Storage Class | `""` |
194194
| `persistence.annotations` | Annotations for the PVC | `{}` |
195195
| `persistence.accessModes` | Persistent Volume Access Modes | `[]` |
196196
| `persistence.size` | PVC Storage Request for etcd data volume | `8Gi` |
@@ -240,7 +240,7 @@ The command removes all the Kubernetes components associated with the chart and
240240
| `disasterRecovery.cronjob.podAnnotations` | Pod annotations for cronjob pods | `{}` |
241241
| `disasterRecovery.cronjob.resources.limits` | Cronjob container resource limits | `{}` |
242242
| `disasterRecovery.cronjob.resources.requests` | Cronjob container resource requests | `{}` |
243-
| `disasterRecovery.pvc.existingClaim` | A manually managed Persistent Volume and Claim | `nil` |
243+
| `disasterRecovery.pvc.existingClaim` | A manually managed Persistent Volume and Claim | `""` |
244244
| `disasterRecovery.pvc.size` | PVC Storage Request | `2Gi` |
245245
| `disasterRecovery.pvc.storageClassName` | Storage Class for snapshots volume | `nfs` |
246246

@@ -262,7 +262,7 @@ The command removes all the Kubernetes components associated with the chart and
262262
| -------------------- | -------------------------------------------------------------- | ------- |
263263
| `pdb.create` | Enable/disable a Pod Disruption Budget creation | `false` |
264264
| `pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `1` |
265-
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `nil` |
265+
| `pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable | `""` |
266266

267267

268268
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

bitnami/etcd/values.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
## @param global.storageClass Global StorageClass for Persistent Volume(s)
99
##
1010
global:
11-
imageRegistry:
11+
imageRegistry: ""
1212
## E.g.
1313
## imagePullSecrets:
1414
## - myRegistryKeySecretName
1515
##
1616
imagePullSecrets: []
17-
storageClass:
17+
storageClass: ""
1818

1919
## @section Common parameters
2020

@@ -23,10 +23,10 @@ global:
2323
kubeVersion: ""
2424
## @param nameOverride String to partially override common.names.fullname template (will maintain the release name)
2525
##
26-
nameOverride:
26+
nameOverride: ""
2727
## @param fullnameOverride String to fully override common.names.fullname template
2828
##
29-
fullnameOverride:
29+
fullnameOverride: ""
3030
## @param commonLabels Labels to add to all deployed objects
3131
##
3232
commonLabels: {}
@@ -161,10 +161,10 @@ auth:
161161
## - 'periodic' for duration based retention, defaulting to hours if no time unit is provided (e.g. ‘5m’).
162162
## - 'revision' for revision number based retention.
163163
##
164-
autoCompactionMode:
164+
autoCompactionMode: ""
165165
## @param autoCompactionRetention Auto compaction retention for mvcc key value store in hour, by default 0, means disabled
166166
##
167-
autoCompactionRetention:
167+
autoCompactionRetention: ""
168168
## @param initialClusterState Initial cluster state. Allowed values: 'new' or 'existing'
169169
## If this values is not set, the default values below are set:
170170
## - 'new': when installing the chart ('helm install ...')
@@ -175,7 +175,7 @@ initialClusterState: ""
175175
## Go code simultaneously by setting GOMAXPROCS environment variable
176176
## ref: https://golang.org/pkg/runtime
177177
##
178-
maxProcs:
178+
maxProcs: ""
179179
## @param removeMemberOnContainerTermination Use a PreStop hook to remove the etcd members from the etcd cluster on container termination
180180
## they the containers are terminated
181181
## NOTE: Ignored if lifecycleHooks is set or replicaCount=1
@@ -187,11 +187,11 @@ removeMemberOnContainerTermination: true
187187
## foo: bar
188188
## baz:
189189
##
190-
configuration:
190+
configuration: ""
191191
## @param existingConfigmap Existing ConfigMap with etcd configuration
192192
## NOTE: When it's set the configuration parameter is ignored
193193
##
194-
existingConfigmap:
194+
existingConfigmap: ""
195195
## @param extraEnvVars Extra environment variables to be set on etcd container
196196
## e.g:
197197
## extraEnvVars:
@@ -348,7 +348,7 @@ extraVolumeMounts: []
348348
## - name: portname
349349
## containerPort: 1234
350350
##
351-
initContainers: {}
351+
initContainers: []
352352
## @param sidecars Add additional sidecar containers to the etcd pods
353353
## e.g:
354354
## sidecars:
@@ -359,7 +359,7 @@ initContainers: {}
359359
## - name: portname
360360
## containerPort: 1234
361361
##
362-
sidecars: {}
362+
sidecars: []
363363
## @param podAnnotations Annotations for etcd pods
364364
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
365365
##
@@ -472,7 +472,7 @@ persistence:
472472
## set, choosing the default provisioner. (gp2 on AWS, standard on
473473
## GKE, AWS & OpenStack)
474474
##
475-
storageClass:
475+
storageClass: ""
476476
##
477477
## @param persistence.annotations Annotations for the PVC
478478
##
@@ -638,7 +638,7 @@ disasterRecovery:
638638
## If defined, PVC must be created manually before volume will be bound
639639
## The value is evaluated as a template, so, for example, the name can depend on .Release or .Chart
640640
##
641-
existingClaim:
641+
existingClaim: ""
642642
## @param disasterRecovery.pvc.size PVC Storage Request
643643
##
644644
size: 2Gi
@@ -680,4 +680,4 @@ pdb:
680680
minAvailable: 1
681681
## @param pdb.maxUnavailable Maximum number/percentage of pods that may be made unavailable
682682
##
683-
maxUnavailable:
683+
maxUnavailable: ""

bitnami/external-dns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sources:
2424
- https://github.com/kubernetes-sigs/external-dns
2525
- https://github.com/bitnami/bitnami-docker-external-dns
2626
- https://github.com/kubernetes-sigs/external-dns
27-
version: 5.2.1
27+
version: 5.2.2

0 commit comments

Comments
 (0)