File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
templates/_components/cap-app-proxy Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,19 +2,21 @@ apiVersion: v2
22appVersion : 0.1.29
33description : A Helm chart for Codefresh gitops runtime
44name : gitops-runtime
5- version : 0.2.2 -alpha.1
5+ version : 0.2.3 -alpha
66home : 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
88keywords :
99 - codefresh
1010 - gitops
1111maintainers :
1212 - name : codefresh
1313 url : https://codefresh-io.github.io/
1414annotations :
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
1820dependencies :
1921- name : argo-cd
2022 repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 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
55A Helm chart for Codefresh gitops runtime
66
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ kind: Service
44metadata :
55 name : {{ include "cap-app-proxy.fullname" . }}
66 labels :
7- app : cap-app-proxy
87 {{- include "cap-app-proxy.labels" . | nindent 4 }}
98spec :
109 type : {{ .Values.service.type }}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ kind: ServiceAccount
55metadata :
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 :
You can’t perform that action at this time.
0 commit comments