fix(argo-cd): Upgrade dex to v2.30.2 (#1205)
This was missing during Argo CD upgrade 2.2 -> 2.3 Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
b179665dc8
commit
f47bab3acc
3 changed files with 4 additions and 4 deletions
|
|
@ -535,7 +535,7 @@ NAME: my-release
|
|||
| dex.extraVolumes | list | `[]` | Extra volumes to the dex pod |
|
||||
| dex.image.imagePullPolicy | string | `"IfNotPresent"` | Dex imagePullPolicy |
|
||||
| dex.image.repository | string | `"ghcr.io/dexidp/dex"` | Dex image repository |
|
||||
| dex.image.tag | string | `"v2.30.0"` | Dex image tag |
|
||||
| dex.image.tag | string | `"v2.30.2"` | Dex image tag |
|
||||
| dex.initContainers | list | `[]` | Init containers to add to the dex pod |
|
||||
| dex.initImage.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Argo CD init image imagePullPolicy |
|
||||
| dex.initImage.repository | string | `""` (defaults to global.image.repository) | Argo CD init image repository |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue