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