fix(argo-cd): Remove ArgoCD repo server entrypoint script from command block and drop --staticassets field (#886)

This commit is contained in:
Aditya Menon 2021-08-23 14:13:41 +02:00 committed by GitHub
parent 11ec82596b
commit 9b6802b3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 14 deletions

View file

@ -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"