helm 3 upgrade

Signed-off-by: Jesse Bye <jbye@riskalyze.com>
This commit is contained in:
Jesse Bye 2021-04-01 09:19:15 -07:00
parent d299f2e8b0
commit d9f63890ab
4 changed files with 10 additions and 12 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v1 apiVersion: v2
appVersion: 2.0.0 appVersion: 2.0.0
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
@ -14,3 +14,8 @@ maintainers:
- name: alexmt - name: alexmt
- name: jessesuen - name: jessesuen
- name: seanson - name: seanson
dependencies:
- name: redis-ha
version: 4.10.1
repository: https://dandydeveloper.github.io/charts/
condition: redis-ha.enabled

View file

@ -14,6 +14,10 @@ This chart currently installs the non-HA version of ArgoCD.
## Upgrading ## Upgrading
### 3.0.0 and above
Helm apiVersion switched to `v2`. Requires Helm `3.0.0` or above to install. [Read More](https://helm.sh/blog/migrate-from-helm-v2-to-helm-v3/) on how to migrate your release from Helm 2 to Helm 3.
### 2.14.7 and above ### 2.14.7 and above
The `matchLabels` key in the ArgoCD Appliaction Controller is no longer hard-coded. Note that labels are immutable so caution should be exercised when making changes to this resource. The `matchLabels` key in the ArgoCD Appliaction Controller is no longer hard-coded. Note that labels are immutable so caution should be exercised when making changes to this resource.

View file

@ -1,6 +0,0 @@
dependencies:
- name: redis-ha
repository: https://dandydeveloper.github.io/charts/
version: 4.10.4
digest: sha256:e36321520ffd6f91962b0bcfeae947a86983d6b6d273eb616f08425e2b8ab9c2
generated: "2021-03-03T10:13:21.0955491+01:00"

View file

@ -1,5 +0,0 @@
dependencies:
- name: redis-ha
version: 4.10.4
repository: https://dandydeveloper.github.io/charts/
condition: redis-ha.enabled