feat(argo-cd): Added apiVersion switch for autoscaling resources (#1375)
* Added apiVersion switch for autoscaling Signed-off-by: dn <dn@nuvotex.de> * bumped chart version added changelog Signed-off-by: dn <dn@nuvotex.de> * updated docs with helm-docs 1.9.1 Signed-off-by: dn <dn@nuvotex.de> * added new line end of file (lint issue) Signed-off-by: dn <dn@nuvotex.de> * replaced linebreaks in chart.yaml with LF Signed-off-by: dn <dn@nuvotex.de> * Apply changes from code review 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
1fda562239
commit
9c245d4e65
6 changed files with 44 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.4.6
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.9.13
|
||||
version: 4.9.14
|
||||
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: |
|
||||
- [Changed]: Update to app version 2.4.6"
|
||||
- [Changed]: Autoscaling now uses autoscaling/v2 apiVersion on kubernetes >= 1.23
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue