diff --git a/bitnami/argo-cd/Chart.lock b/bitnami/argo-cd/Chart.lock index 19bdcadb62..21e982f03b 100644 --- a/bitnami/argo-cd/Chart.lock +++ b/bitnami/argo-cd/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 17.10.3 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.2.5 -digest: sha256:0a2fd3a1b5a9d3c26d36ec718070c2695d0fa90d8f190f470bdb8744890630db -generated: "2023-05-11T10:21:03.076690577Z" + version: 2.3.0 +digest: sha256:d72f441dc92c7c9b36917ac79f34a26cd87df1e7589fb89f2d0008feb2baa93d +generated: "2023-05-16T18:21:04.351937779Z" diff --git a/bitnami/argo-cd/Chart.yaml b/bitnami/argo-cd/Chart.yaml index a2f33858f4..316335f81a 100644 --- a/bitnami/argo-cd/Chart.yaml +++ b/bitnami/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Infrastructure licenses: Apache-2.0 apiVersion: v2 -appVersion: 2.6.7 +appVersion: 2.7.2 dependencies: - condition: redis.enabled name: redis @@ -27,4 +27,4 @@ maintainers: name: argo-cd sources: - https://github.com/bitnami/charts/tree/main/bitnami/argo-cd -version: 4.7.2 +version: 4.7.3 diff --git a/bitnami/argo-cd/README.md b/bitnami/argo-cd/README.md index 4057eb60b7..754112a3b4 100644 --- a/bitnami/argo-cd/README.md +++ b/bitnami/argo-cd/README.md @@ -77,7 +77,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- | | `image.registry` | Argo CD image registry | `docker.io` | | `image.repository` | Argo CD image repository | `bitnami/argo-cd` | -| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.6.7-debian-11-r8` | +| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.7.2-debian-11-r0` | | `image.digest` | Argo CD image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Argo CD image pull policy | `IfNotPresent` | | `image.pullSecrets` | Argo CD image pull secrets | `[]` | @@ -691,7 +691,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ---------------------- | | `dex.image.registry` | Dex image registry | `docker.io` | | `dex.image.repository` | Dex image repository | `bitnami/dex` | -| `dex.image.tag` | Dex image tag (immutable tags are recommended) | `2.36.0-debian-11-r16` | +| `dex.image.tag` | Dex image tag (immutable tags are recommended) | `2.36.0-debian-11-r17` | | `dex.image.digest` | Dex image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `dex.image.pullPolicy` | Dex image pull policy | `IfNotPresent` | | `dex.image.pullSecrets` | Dex image pull secrets | `[]` | @@ -830,7 +830,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r115` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r116` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -840,30 +840,30 @@ The command removes all the Kubernetes components associated with the chart and ### Other Parameters -| Name | Description | Value | -| ----------------------------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- | -| `rbac.create` | Specifies whether RBAC resources should be created | `true` | -| `redis.image.registry` | Redis image registry | `docker.io` | -| `redis.image.repository` | Redis image repository | `bitnami/redis` | -| `redis.image.tag` | Redis image tag (immutable tags are recommended) | `7.0.11-debian-11-r8` | -| `redis.image.digest` | Redis image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `redis.image.pullPolicy` | Redis image pull policy | `IfNotPresent` | -| `redis.image.pullSecrets` | Redis image pull secrets | `[]` | -| `redis.enabled` | Enable Redis dependency | `true` | -| `redis.nameOverride` | Name override for the Redis dependency | `""` | -| `redis.service.port` | Service port for Redis dependency | `6379` | -| `redis.auth.enabled` | Enable Redis dependency authentication | `true` | -| `redis.auth.existingSecret` | Existing secret to load redis dependency password | `""` | -| `redis.auth.existingSecretPasswordKey` | Pasword key name inside the existing secret | `redis-password` | -| `redis.architecture` | Redis® architecture. Allowed values: `standalone` or `replication` | `standalone` | -| `externalRedis.host` | External Redis host | `""` | -| `externalRedis.port` | External Redis port | `6379` | -| `externalRedis.password` | External Redis password | `""` | -| `externalRedis.existingSecret` | Existing secret for the external redis | `""` | -| `externalRedis.existingSecretPasswordKey` | Password key for the existing secret containing the external redis password | `redis-password` | -| `redisWait.enabled` | Enables waiting for redis | `true` | -| `redisWait.extraArgs` | Additional arguments for the redis-cli call, such as TLS | `""` | -| `redisWait.securityContext` | Security context for init container | `{}` | +| Name | Description | Value | +| ----------------------------------------- | ----------------------------------------------------------------------------------------------------- | ---------------------- | +| `rbac.create` | Specifies whether RBAC resources should be created | `true` | +| `redis.image.registry` | Redis image registry | `docker.io` | +| `redis.image.repository` | Redis image repository | `bitnami/redis` | +| `redis.image.tag` | Redis image tag (immutable tags are recommended) | `7.0.11-debian-11-r10` | +| `redis.image.digest` | Redis image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `redis.image.pullPolicy` | Redis image pull policy | `IfNotPresent` | +| `redis.image.pullSecrets` | Redis image pull secrets | `[]` | +| `redis.enabled` | Enable Redis dependency | `true` | +| `redis.nameOverride` | Name override for the Redis dependency | `""` | +| `redis.service.port` | Service port for Redis dependency | `6379` | +| `redis.auth.enabled` | Enable Redis dependency authentication | `true` | +| `redis.auth.existingSecret` | Existing secret to load redis dependency password | `""` | +| `redis.auth.existingSecretPasswordKey` | Pasword key name inside the existing secret | `redis-password` | +| `redis.architecture` | Redis® architecture. Allowed values: `standalone` or `replication` | `standalone` | +| `externalRedis.host` | External Redis host | `""` | +| `externalRedis.port` | External Redis port | `6379` | +| `externalRedis.password` | External Redis password | `""` | +| `externalRedis.existingSecret` | Existing secret for the external redis | `""` | +| `externalRedis.existingSecretPasswordKey` | Password key for the existing secret containing the external redis password | `redis-password` | +| `redisWait.enabled` | Enables waiting for redis | `true` | +| `redisWait.extraArgs` | Additional arguments for the redis-cli call, such as TLS | `""` | +| `redisWait.securityContext` | Security context for init container | `{}` | The above parameters map to the env variables defined in [bitnami/argo-cd](https://github.com/bitnami/containers/tree/main/bitnami/argo-cd). For more information please refer to the [bitnami/argo-cd](https://github.com/bitnami/containers/tree/main/bitnami/argo-cd) image documentation. diff --git a/bitnami/argo-cd/values.yaml b/bitnami/argo-cd/values.yaml index 47acf818db..f5e2302799 100644 --- a/bitnami/argo-cd/values.yaml +++ b/bitnami/argo-cd/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/argo-cd - tag: 2.6.7-debian-11-r8 + tag: 2.7.2-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -2698,7 +2698,7 @@ dex: image: registry: docker.io repository: bitnami/dex - tag: 2.36.0-debian-11-r16 + tag: 2.36.0-debian-11-r17 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -3311,7 +3311,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r115 + tag: 11-debian-11-r116 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -3364,7 +3364,7 @@ redis: image: registry: docker.io repository: bitnami/redis - tag: 7.0.11-debian-11-r8 + tag: 7.0.11-debian-11-r10 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'