feat(argo-cd): Added spec.behavior in HPA (#1376)
* added behavior in HPA for api version autoscaling/v2beta1 Signed-off-by: medicharlachiranjeevi <medicharlachiranjeevi@gmail.com> * updated readme Signed-off-by: medicharlachiranjeevi <medicharlachiranjeevi@gmail.com> * chore: Apply changes from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * fix: Add missing quote Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Signed-off-by: medicharlachiranjeevi <medicharlachiranjeevi@gmail.com> Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
31d6a5f329
commit
0717586410
5 changed files with 50 additions and 13 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.4.11
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.0.0
|
||||
version: 5.1.0
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
@ -21,6 +21,4 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Removed]: Legacy support to run controller as a Deployment"
|
||||
- "[Removed]: Legacy support to use old format of repository secrets"
|
||||
- "[Removed]: Parameters server.additionalApplications and server.additionalProjects are moved to a separate chart - argocd-apps"
|
||||
- "[Added]: Ability to customize HPAs spec.behavior field"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue