argocd - update misc dependencies (#847)
Signed-off-by: smcavallo <smcavallo@hotmail.com>
This commit is contained in:
parent
3374813feb
commit
5ed8dccc99
3 changed files with 11 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: redis-ha
|
- name: redis-ha
|
||||||
repository: https://dandydeveloper.github.io/charts/
|
repository: https://dandydeveloper.github.io/charts/
|
||||||
version: 4.12.14
|
version: 4.12.17
|
||||||
digest: sha256:34275a4f4df92c570d07b0553da5d1fa200b6f057f7091746c853fd7399ee30a
|
digest: sha256:ad1833436031e3578165d48646c90323040fa1bc00d9235fe7ba7c67b20094ec
|
||||||
generated: "2021-05-03T16:02:41.4356045-04:00"
|
generated: "2021-07-27T16:35:27.2509236-04:00"
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: 2.0.5
|
appVersion: 2.0.5
|
||||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 3.10.2
|
version: 3.11.0
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -16,10 +16,11 @@ maintainers:
|
||||||
- name: seanson
|
- name: seanson
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: redis-ha
|
- name: redis-ha
|
||||||
version: 4.12.14
|
version: 4.12.17
|
||||||
repository: https://dandydeveloper.github.io/charts/
|
repository: https://dandydeveloper.github.io/charts/
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Support AWS ALB Ingress with gRPC"
|
- "[Updated]: Updated redis-ha chart dependency 4.12.14 -> 4.12.17"
|
||||||
- "[Deprecated]: Deprecate static assets flag passed to argocd-server"
|
- "[Updated]: Updated dex image 2.27.0 -> 2.28.1"
|
||||||
|
- "[Updated]: Updated redis alpine image 6.2.2 -> 6.2.4"
|
||||||
|
|
|
@ -229,7 +229,7 @@ dex:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/dexidp/dex
|
repository: ghcr.io/dexidp/dex
|
||||||
tag: v2.27.0
|
tag: v2.28.1
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
initImage:
|
initImage:
|
||||||
repository:
|
repository:
|
||||||
|
@ -313,7 +313,7 @@ redis:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: redis
|
repository: redis
|
||||||
tag: 6.2.2-alpine
|
tag: 6.2.4-alpine
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Additional command line arguments to pass to redis-server
|
## Additional command line arguments to pass to redis-server
|
||||||
|
@ -406,7 +406,7 @@ redis-ha:
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
tag: 6.2.2-alpine
|
tag: 6.2.4-alpine
|
||||||
|
|
||||||
## Server
|
## Server
|
||||||
server:
|
server:
|
||||||
|
|
Loading…
Reference in a new issue