fix(argo-cd): Remove ArgoCD repo server entrypoint script from command block and drop --staticassets field (#886)
This commit is contained in:
parent
11ec82596b
commit
9b6802b3c9
5 changed files with 10 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
appVersion: 2.0.5
|
||||
appVersion: 2.1.0
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.12.1
|
||||
version: 3.13.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argoproj.github.io/argo-cd/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,4 +21,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Fixed]: redis-ha.nameOverride / redis-ha.fullnameOverride breaks the ArgoCD helm chart"
|
||||
- "[Fixed]: Remove ArgoCD Repo Server entrypoint file from command block. Defers to entrypoint defined in the Dockerfile"
|
||||
- "[Fixed]: Remove deprecated static assets flag"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue