Skip to content

Commit a6abece

Browse files
fix duplicate labels on app proxy and add some artifact hub attributes (#42)
1 parent 1fd0dd2 commit a6abece

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@ apiVersion: v2
22
appVersion: 0.1.29
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime
5-
version: 0.2.2-alpha.1
5+
version: 0.2.3-alpha
66
home: https://github.com/codefresh-io/gitops-runtime-helm
7-
icon: https://codefresh.io/wp-content/uploads/2022/02/Codefresh_Logo_Vertical_LightBkgd.png
7+
icon: https://codefresh.io/docs/assets/brand/codefresh_purple_dark_logo.png
88
keywords:
99
- codefresh
1010
- gitops
1111
maintainers:
1212
- name: codefresh
1313
url: https://codefresh-io.github.io/
1414
annotations:
15+
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
16+
artifacthub.io/prerelease: "true"
1517
artifacthub.io/changes: |
16-
- kind: added
17-
description: Allow disabling ingress without deploying tunnel-client.
18+
- kind: fixed
19+
description: Remove duplicate labels from app-proxy service and serviceaccount
1820
dependencies:
1921
- name: argo-cd
2022
repository: https://codefresh-io.github.io/argo-helm

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gitops-runtime
22

3-
![Version: 0.2.2-alpha.1](https://img.shields.io/badge/Version-0.2.2--alpha.1-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square)
3+
![Version: 0.2.3-alpha](https://img.shields.io/badge/Version-0.2.3--alpha-informational?style=flat-square) ![AppVersion: 0.1.29](https://img.shields.io/badge/AppVersion-0.1.29-informational?style=flat-square)
44

55
A Helm chart for Codefresh gitops runtime
66

charts/gitops-runtime/templates/_components/cap-app-proxy/_service.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ kind: Service
44
metadata:
55
name: {{ include "cap-app-proxy.fullname" . }}
66
labels:
7-
app: cap-app-proxy
87
{{- include "cap-app-proxy.labels" . | nindent 4 }}
98
spec:
109
type: {{ .Values.service.type }}

charts/gitops-runtime/templates/_components/cap-app-proxy/_serviceaccount.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ kind: ServiceAccount
55
metadata:
66
name: {{ include "cap-app-proxy.serviceAccountName" . }}
77
labels:
8-
app: cap-app-proxy
98
{{- include "cap-app-proxy.labels" . | nindent 4 }}
109
{{- with .Values.serviceAccount.annotations }}
1110
annotations:

0 commit comments

Comments
 (0)