Skip to content

Commit

Permalink
Updated default target revision for chart deployments (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Dec 31, 2022
1 parent b2a60b7 commit 63caca3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/applicationset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: argocd-applicationsets-services
description: A HELM Chart for ArgoCD ApplicationSets for Kubernetes
type: application
version: &version "0.6.7"
version: &version "0.6.8"
appVersion: *version
kubeVersion: ">= 1.23"
home: https://github.com/saidsef/argocd-applicationsets-services
Expand All @@ -22,7 +22,7 @@ sources:
annotations:
artifacthub.io/license: "Apache-2.0"
artifacthub.io/changes: |
- "Added support for Kustomize variable branch slug and head short sha"
- "Updated default target revision for chart deployments"
artifacthub.io/links: |
- name: README
url: https://raw.githubusercontent.com/saidsef/argocd-applicationsets-services/main/README.md
Expand Down
2 changes: 1 addition & 1 deletion charts/applicationset/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# argocd-applicationsets-services

![Version: 0.6.7](https://img.shields.io/badge/Version-0.6.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.7](https://img.shields.io/badge/AppVersion-0.6.7-informational?style=flat-square)
![Version: 0.6.8](https://img.shields.io/badge/Version-0.6.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.8](https://img.shields.io/badge/AppVersion-0.6.8-informational?style=flat-square)

A HELM Chart for ArgoCD ApplicationSets for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/applicationset/templates/github-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
parameters:
{{ toJson $repo.parameters | indent 0 }}
chart: {{ or $repo.chart $repo.name }}
targetRevision: {{ or $repo.targetRevision "0.*" }}
targetRevision: {{ or $repo.targetRevision ">= 0" | quote }}
{{- else if and $repo $repo.values }}
helm:
values: |
Expand Down
2 changes: 1 addition & 1 deletion charts/applicationset/templates/gitlab-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
parameters:
{{ toJson $repo.parameters | indent 0 }}
chart: {{ or $repo.chart $repo.name }}
targetRevision: {{ or $repo.targetRevision "0.*" }}
targetRevision: {{ or $repo.targetRevision ">= 0" | quote }}
{{- else if and $repo $repo.values }}
helm:
values: |
Expand Down

0 comments on commit 63caca3

Please sign in to comment.