Skip to content

Commit 1b2d0f6

Browse files
committed
chore(chart): update version and kubeVersion, refine annotations in Chart.yaml
1 parent 7d4c1c8 commit 1b2d0f6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

charts/applicationset/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: argocd-applicationsets-services
33
description: A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes
44
type: application
5-
version: &version "0.16.1"
5+
version: &version "0.17.1"
66
appVersion: *version
7-
kubeVersion: ">= 1.28"
7+
kubeVersion: ">= 1.31"
88
home: https://github.com/saidsef/argocd-applicationsets-services
99
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
1010
keywords:
@@ -24,7 +24,11 @@ annotations:
2424
artifacthub.io/license: "Apache-2.0"
2525
artifacthub.io/changes: |
2626
- kind: added
27-
description: Added github appSecretName field to support GitHub App authentication.
27+
description: A§dd destinationServiceAccounts to project values.
28+
- kind: changed
29+
description: Moved annotations related references to chart values global annotations.
30+
- kind: changed
31+
description: Updated readme to note minimum requirements for Kubernetes and ArgoCD versions.
2832
artifacthub.io/links: |
2933
- name: README
3034
url: https://raw.githubusercontent.com/saidsef/argocd-applicationsets-services/main/README.md

0 commit comments

Comments
 (0)