Skip to content

Commit 2a3fb29

Browse files
author
Bitnami Bot
authored
[bitnami/argo-cd] Release 4.4.1 (bitnami#14269)
* [bitnami/argo-cd] Release 4.4.1 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>
1 parent 9b974c6 commit 2a3fb29

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

bitnami/argo-cd/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: redis
33
repository: https://charts.bitnami.com/bitnami
4-
version: 17.3.17
4+
version: 17.4.2
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
77
version: 2.2.2
8-
digest: sha256:31967d7f2201d9f1e32f6f0ac0d3bbb8ed76fb78db9842ec75bd919c651ad615
9-
generated: "2022-12-16T19:13:29.124811778Z"
8+
digest: sha256:915d3753cec8e78b60f6b0f2ed8d50009e6b4eae33e0e6a313a5913cf365f3c8
9+
generated: "2023-01-10T22:32:39.460163791Z"

bitnami/argo-cd/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
annotations:
22
category: Infrastructure
33
apiVersion: v2
4-
appVersion: 2.5.5
4+
appVersion: 2.5.6
55
dependencies:
66
- condition: redis.enabled
77
name: redis
@@ -30,4 +30,4 @@ sources:
3030
- https://github.com/argoproj/argo-cd/
3131
- https://github.com/bitnami/containers/tree/main/bitnami/dex
3232
- https://github.com/dexidp/dex
33-
version: 4.4.0
33+
version: 4.4.1

bitnami/argo-cd/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
8080
| ------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- |
8181
| `image.registry` | Argo CD image registry | `docker.io` |
8282
| `image.repository` | Argo CD image repository | `bitnami/argo-cd` |
83-
| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.5.5-debian-11-r0` |
83+
| `image.tag` | Argo CD image tag (immutable tags are recommended) | `2.5.6-debian-11-r0` |
8484
| `image.digest` | Argo CD image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8585
| `image.pullPolicy` | Argo CD image pull policy | `IfNotPresent` |
8686
| `image.pullSecrets` | Argo CD image pull secrets | `[]` |
@@ -570,7 +570,7 @@ The command removes all the Kubernetes components associated with the chart and
570570
| ------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ---------------------- |
571571
| `dex.image.registry` | Dex image registry | `docker.io` |
572572
| `dex.image.repository` | Dex image repository | `bitnami/dex` |
573-
| `dex.image.tag` | Dex image tag (immutable tags are recommended) | `2.35.3-debian-11-r20` |
573+
| `dex.image.tag` | Dex image tag (immutable tags are recommended) | `2.35.3-debian-11-r29` |
574574
| `dex.image.digest` | Dex image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
575575
| `dex.image.pullPolicy` | Dex image pull policy | `IfNotPresent` |
576576
| `dex.image.pullSecrets` | Dex image pull secrets | `[]` |
@@ -711,7 +711,7 @@ The command removes all the Kubernetes components associated with the chart and
711711
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
712712
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
713713
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
714-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r62` |
714+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r70` |
715715
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
716716
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
717717
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@@ -727,7 +727,7 @@ The command removes all the Kubernetes components associated with the chart and
727727
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
728728
| `redis.image.registry` | Redis image registry | `docker.io` |
729729
| `redis.image.repository` | Redis image repository | `bitnami/redis` |
730-
| `redis.image.tag` | Redis image tag (immutable tags are recommended) | `7.0.7-debian-11-r0` |
730+
| `redis.image.tag` | Redis image tag (immutable tags are recommended) | `7.0.7-debian-11-r9` |
731731
| `redis.image.digest` | Redis image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
732732
| `redis.image.pullPolicy` | Redis image pull policy | `IfNotPresent` |
733733
| `redis.image.pullSecrets` | Redis image pull secrets | `[]` |

bitnami/argo-cd/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extraDeploy: []
5555
image:
5656
registry: docker.io
5757
repository: bitnami/argo-cd
58-
tag: 2.5.5-debian-11-r0
58+
tag: 2.5.6-debian-11-r0
5959
digest: ""
6060
## Specify a imagePullPolicy
6161
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2154,7 +2154,7 @@ dex:
21542154
image:
21552155
registry: docker.io
21562156
repository: bitnami/dex
2157-
tag: 2.35.3-debian-11-r20
2157+
tag: 2.35.3-debian-11-r29
21582158
digest: ""
21592159
## Specify a imagePullPolicy
21602160
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2765,7 +2765,7 @@ volumePermissions:
27652765
image:
27662766
registry: docker.io
27672767
repository: bitnami/bitnami-shell
2768-
tag: 11-debian-11-r62
2768+
tag: 11-debian-11-r70
27692769
digest: ""
27702770
pullPolicy: IfNotPresent
27712771
## Optionally specify an array of imagePullSecrets.
@@ -2818,7 +2818,7 @@ redis:
28182818
image:
28192819
registry: docker.io
28202820
repository: bitnami/redis
2821-
tag: 7.0.7-debian-11-r0
2821+
tag: 7.0.7-debian-11-r9
28222822
digest: ""
28232823
## Specify a imagePullPolicy
28242824
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)