Skip to content

Commit 6340bff

Browse files
author
Carlos Rodríguez Hernández
authored
[bitnami/several] Bump version and update READMEs (#7069)
* [bitnami/several] Bump version and update READMEs * Replace TM with ™ * Replace R with ® * Fix version
1 parent 4c86733 commit 6340bff

Some content is hidden

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

71 files changed

+1022
-1019
lines changed

bitnami/airflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ name: airflow
3232
sources:
3333
- https://github.com/bitnami/bitnami-docker-airflow
3434
- https://airflow.apache.org/
35-
version: 10.2.6
35+
version: 10.2.7

bitnami/airflow/README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -308,30 +308,30 @@ The command removes all the Kubernetes components associated with the chart and
308308

309309
### Airflow database parameters
310310

311-
| Name | Description | Value |
312-
| -------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------- |
313-
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
314-
| `postgresql.postgresqlUsername` | Airflow Postgresql username | `bn_airflow` |
315-
| `postgresql.postgresqlPassword` | Airflow Postgresql password | `""` |
316-
| `postgresql.postgresqlDatabase` | Airflow Postgresql database | `bitnami_airflow` |
317-
| `postgresql.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | `""` |
318-
| `externalDatabase.host` | Database host | `localhost` |
319-
| `externalDatabase.user` | non-root Username for Airflow Database | `bn_airflow` |
320-
| `externalDatabase.password` | Database password | `""` |
321-
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
322-
| `externalDatabase.existingSecretPasswordKey` | Name of an existing secret key containing the DB password | `""` |
323-
| `externalDatabase.database` | Database name | `bitnami_airflow` |
324-
| `externalDatabase.port` | Database port number | `5432` |
325-
| `redis.enabled` | Switch to enable or disable the Redis(TM) helm | `true` |
326-
| `redis.auth.enabled` | Switch to enable or disable authentication | `true` |
327-
| `redis.auth.password` | Redis(TM) password | `""` |
328-
| `redis.auth.existingSecret` | Name of existing secret object containing the password | `""` |
329-
| `redis.architecture` | Cluster settings | `standalone` |
330-
| `externalRedis.host` | Redis(TM) host | `localhost` |
331-
| `externalRedis.port` | Redis(TM) port number | `6379` |
332-
| `externalRedis.password` | Redis(TM) password | `""` |
333-
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis(TM) password in a 'redis-password' key | `""` |
334-
| `externalRedis.username` | Redis(TM) username | `""` |
311+
| Name | Description | Value |
312+
| -------------------------------------------- | -------------------------------------------------------------------------------------------------- | ----------------- |
313+
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
314+
| `postgresql.postgresqlUsername` | Airflow Postgresql username | `bn_airflow` |
315+
| `postgresql.postgresqlPassword` | Airflow Postgresql password | `""` |
316+
| `postgresql.postgresqlDatabase` | Airflow Postgresql database | `bitnami_airflow` |
317+
| `postgresql.existingSecret` | Name of an existing secret containing the PostgreSQL password ('postgresql-password' key) | `""` |
318+
| `externalDatabase.host` | Database host | `localhost` |
319+
| `externalDatabase.user` | non-root Username for Airflow Database | `bn_airflow` |
320+
| `externalDatabase.password` | Database password | `""` |
321+
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
322+
| `externalDatabase.existingSecretPasswordKey` | Name of an existing secret key containing the DB password | `""` |
323+
| `externalDatabase.database` | Database name | `bitnami_airflow` |
324+
| `externalDatabase.port` | Database port number | `5432` |
325+
| `redis.enabled` | Switch to enable or disable the Redis™ helm | `true` |
326+
| `redis.auth.enabled` | Switch to enable or disable authentication | `true` |
327+
| `redis.auth.password` | Redis™ password | `""` |
328+
| `redis.auth.existingSecret` | Name of existing secret object containing the password | `""` |
329+
| `redis.architecture` | Cluster settings | `standalone` |
330+
| `externalRedis.host` | Redis™ host | `localhost` |
331+
| `externalRedis.port` | Redis™ port number | `6379` |
332+
| `externalRedis.password` | Redis™ password | `""` |
333+
| `externalRedis.existingSecret` | Name of an existing secret resource containing the Redis™ password in a 'redis-password' key | `""` |
334+
| `externalRedis.username` | Redis™ username | `""` |
335335

336336

337337
### Airflow metrics parameters

bitnami/airflow/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
120120
{{- end -}}
121121

122122
{{/*
123-
Get the Redis(TM) credentials secret.
123+
Get the Redis™ credentials secret.
124124
*/}}
125125
{{- define "airflow.redis.secretName" -}}
126126
{{- if and (.Values.redis.enabled) (not .Values.redis.auth.existingSecret) -}}

bitnami/airflow/values.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -964,40 +964,40 @@ externalDatabase:
964964
database: bitnami_airflow
965965
port: 5432
966966

967-
## Redis(TM) chart configuration
967+
## Redis™ chart configuration
968968
## ref: https://github.com/bitnami/charts/blob/master/bitnami/redis/values.yaml
969-
## @param redis.enabled Switch to enable or disable the Redis(TM) helm
969+
## @param redis.enabled Switch to enable or disable the Redis™ helm
970970
## @param redis.auth.enabled Switch to enable or disable authentication
971-
## @param redis.auth.password Redis(TM) password
971+
## @param redis.auth.password Redis™ password
972972
## @param redis.auth.existingSecret Name of existing secret object containing the password
973973
## @param redis.architecture Cluster settings
974974
##
975975
redis:
976976
enabled: true
977977
auth:
978978
enabled: true
979-
## Redis(TM) password (both master and slave). Defaults to a random 10-character alphanumeric string if not set and auth.enabled is true.
979+
## Redis™ password (both master and slave). Defaults to a random 10-character alphanumeric string if not set and auth.enabled is true.
980980
## It should always be set using the password value or in the existingSecret to avoid issues
981981
## with Airflow.
982982
## The password value is ignored if existingSecret is set
983983
password: ""
984984
existingSecret: ""
985985
architecture: standalone
986986

987-
## External Redis(TM) configuration
987+
## External Redis™ configuration
988988
## All of these values are only used when redis.enabled is set to false
989-
## @param externalRedis.host Redis(TM) host
990-
## @param externalRedis.port Redis(TM) port number
991-
## @param externalRedis.password Redis(TM) password
992-
## @param externalRedis.existingSecret Name of an existing secret resource containing the Redis(TM) password in a 'redis-password' key
993-
## @param externalRedis.username Redis(TM) username
989+
## @param externalRedis.host Redis™ host
990+
## @param externalRedis.port Redis™ port number
991+
## @param externalRedis.password Redis™ password
992+
## @param externalRedis.existingSecret Name of an existing secret resource containing the Redis™ password in a 'redis-password' key
993+
## @param externalRedis.username Redis™ username
994994
##
995995
externalRedis:
996996
host: localhost
997997
port: 6379
998998
password: ""
999999
existingSecret: ""
1000-
## Most Redis(TM) implementnations do not require a username to authenticate
1000+
## Most Redis™ implementnations do not require a username to authenticate
10011001
## and it should be enough with the password
10021002
##
10031003
username: ""

bitnami/argo-cd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://github.com/argoproj/argo-cd/
3131
- https://github.com/bitnami/bitnami-docker-dex
3232
- https://github.com/dexidp/dex
33-
version: 0.1.4
33+
version: 0.1.5

0 commit comments

Comments
 (0)