feat(argo-cd): add poddisruptionbudget template. (#1110)

Signed-off-by: mugioka <okamugi0722@gmail.com>
This commit is contained in:
mugi-o 2022-02-01 00:36:49 +09:00 committed by GitHub
parent 4c1ee93faf
commit f1995d697e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 202 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.2.3
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 3.32.1
version: 3.33.0
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -21,4 +21,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Fixed]: Add custom volume as Helm working dir (sync with upstream manifests)"
- "[Added]: PodDisruptionBudget template"