[bitnami/argo-cd] Release 4.7.7 (#17105)

* [bitnami/argo-cd] Release 4.7.7 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-06-13 15:08:28 +02:00
committed by GitHub
parent b0bfc16385
commit 3052140586
3 changed files with 9 additions and 9 deletions

View File

@@ -27,4 +27,4 @@ maintainers:
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 4.7.6
version: 4.7.7

View File

@@ -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.7.4-debian-11-r0` |
| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.7.4-debian-11-r3` |
| `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-r24` |
| `dex.image.tag` | Dex image tag (immutable tags are recommended) | `2.36.0-debian-11-r26` |
| `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-r123` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r125` |
| `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 | `[]` |
@@ -845,7 +845,7 @@ The command removes all the Kubernetes components associated with the chart and
| `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-r16` |
| `redis.image.tag` | Redis image tag (immutable tags are recommended) | `7.0.11-debian-11-r19` |
| `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 | `[]` |

View File

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/argo-cd
tag: 2.7.4-debian-11-r0
tag: 2.7.4-debian-11-r3
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-r24
tag: 2.36.0-debian-11-r26
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-r123
tag: 11-debian-11-r125
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-r16
tag: 7.0.11-debian-11-r19
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'