diff --git a/charts/applicationset/Chart.yaml b/charts/applicationset/Chart.yaml index 86313bd..0819bb4 100644 --- a/charts/applicationset/Chart.yaml +++ b/charts/applicationset/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argocd-applicationsets-services description: A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes type: application -version: &version "0.13.1" +version: &version "0.13.2" appVersion: *version kubeVersion: ">= 1.28" home: https://github.com/saidsef/argocd-applicationsets-services @@ -23,10 +23,8 @@ sources: annotations: artifacthub.io/license: "Apache-2.0" artifacthub.io/changes: | - - kind: added - description: "Kubernetes minimum version >= 1.28" - kind: changed - description: Update dependencies ci tools + description: Update labels branch name to appset branch slug artifacthub.io/links: | - name: README url: https://raw.githubusercontent.com/saidsef/argocd-applicationsets-services/main/README.md diff --git a/charts/applicationset/README.md b/charts/applicationset/README.md index 058dfce..47c2f0f 100644 --- a/charts/applicationset/README.md +++ b/charts/applicationset/README.md @@ -1,6 +1,6 @@ # argocd-applicationsets-services -![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.1](https://img.shields.io/badge/AppVersion-0.13.1-informational?style=flat-square) +![Version: 0.13.2](https://img.shields.io/badge/Version-0.13.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.13.2](https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square) A Helm chart for ArgoCD ApplicationSets, a declarative, GitOps continuous delivery tool for Kubernetes diff --git a/charts/applicationset/templates/github-pr.yml b/charts/applicationset/templates/github-pr.yml index cded6ca..4aba5b0 100644 --- a/charts/applicationset/templates/github-pr.yml +++ b/charts/applicationset/templates/github-pr.yml @@ -52,7 +52,7 @@ spec: name: {{ printf "%s-%shead_short_sha_7%s-%snumber%s-%s" $repo.name $dqf $dqb $dqf $dqb $name }} labels: app.kubernetes.io/name: {{ $repo.name }} - app.kubernetes.io/branch: {{ trunc 63 $branch | trimSuffix "-" }} + app.kubernetes.io/branch: {{ trunc 63 $branchSlug | trimSuffix "-" }} app.kubernetes.io/created-by: 'applicationset' annotations: argocd-image-updater.argoproj.io/force-update: 'true' diff --git a/charts/applicationset/templates/gitlab-mr.yml b/charts/applicationset/templates/gitlab-mr.yml index 6b6fbd4..6a08fe4 100644 --- a/charts/applicationset/templates/gitlab-mr.yml +++ b/charts/applicationset/templates/gitlab-mr.yml @@ -51,7 +51,7 @@ spec: name: {{ printf "%s-%sbranch_slug%s-%snumber%s-%s" $repo.name $dqf $dqb $dqf $dqb $name}} labels: app.kubernetes.io/name: {{ $repo.name }} - app.kubernetes.io/branch: {{ trunc 63 $branch | trimSuffix "-" }} + app.kubernetes.io/branch: {{ trunc 63 $branchSlug | trimSuffix "-" }} app.kubernetes.io/created-by: 'applicationset' annotations: argocd-image-updater.argoproj.io/force-update: 'true'