Skip to content

Commit

Permalink
Annotation typo fix in ApplicationSet (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Jan 2, 2023
1 parent 63caca3 commit 90d4739
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.8"
version: &version "0.6.9"
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: |
- "Updated default target revision for chart deployments"
- "Typo fixes"
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.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)
![Version: 0.6.9](https://img.shields.io/badge/Version-0.6.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.9](https://img.shields.io/badge/AppVersion-0.6.9-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 @@ -81,7 +81,7 @@ spec:
kustomize:
commonAnnotations:
app.kubernetes.io/instance: '{{ $repo.name }}'
app.kubernetes.io/past-of: {{ $github.label }}
app.kubernetes.io/part-of: {{ $github.label }}
argocd.argoproj.io/head_short_sha: '{{ $dqf }}head_short_sha{{ $dqb }}'
{{- range $i, $r := $repo.images }}
{{- if eq $i 0 }}
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 @@ -81,7 +81,7 @@ spec:
kustomize:
commonAnnotations:
app.kubernetes.io/instance: '{{ $repo.name }}'
app.kubernetes.io/past-of: {{ $gitlab.label }}
app.kubernetes.io/part-of: {{ $gitlab.label }}
argocd.argoproj.io/head_short_sha: '{{ $dqf }}head_short_sha{{ $dqb }}'
{{- range $i, $r := $repo.images }}
{{- if eq $i 0 }}
Expand Down

0 comments on commit 90d4739

Please sign in to comment.