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
2
2
appVersion : 0.1.29
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.2 -alpha.1
5
+ version : 0.2.3 -alpha
6
6
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
8
8
keywords :
9
9
- codefresh
10
10
- gitops
11
11
maintainers :
12
12
- name : codefresh
13
13
url : https://codefresh-io.github.io/
14
14
annotations :
15
+ artifacthub.io/alternativeName : " codefresh-gitops-runtime"
16
+ artifacthub.io/prerelease : " true"
15
17
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
18
20
dependencies :
19
21
- name : argo-cd
20
22
repository : https://codefresh-io.github.io/argo-helm
Original file line number Diff line number Diff line change 1
1
# gitops-runtime
2
2
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 )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ kind: Service
4
4
metadata :
5
5
name : {{ include "cap-app-proxy.fullname" . }}
6
6
labels :
7
- app : cap-app-proxy
8
7
{{- include "cap-app-proxy.labels" . | nindent 4 }}
9
8
spec :
10
9
type : {{ .Values.service.type }}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ kind: ServiceAccount
5
5
metadata :
6
6
name : {{ include "cap-app-proxy.serviceAccountName" . }}
7
7
labels :
8
- app : cap-app-proxy
9
8
{{- include "cap-app-proxy.labels" . | nindent 4 }}
10
9
{{- with .Values.serviceAccount.annotations }}
11
10
annotations :
You can’t perform that action at this time.
0 commit comments