File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- charts
1
+ charts
2
+ installer /helm /install-vals.yaml
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ resources:
12
12
- app-proxy.crb.yaml
13
13
- app-proxy.role.yaml
14
14
- app-proxy.cm.yaml
15
+ - ingress.yaml
Original file line number Diff line number Diff line change 79
79
project : " "
80
80
source :
81
81
repoURL : " {{srcRepoURL}}"
82
- path : " {{srcRepoPath }}"
82
+ path : " {{srcPath }}"
83
83
targetRevision : " {{srcTargetRevision}}"
84
84
directory :
85
85
exclude : " {{exclude}}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ configMapGenerator:
10
10
- name : codefresh-cm
11
11
behavior : create
12
12
literals :
13
- - version=v0.0.315
13
+ - version=v0.0.316
14
14
15
15
replacements :
16
16
- source :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : csdp-installer
3
3
description : A Helm chart used for installing a CSDP runtime
4
4
type : application
5
- version : 0.1.14
5
+ version : 0.1.17
6
6
appVersion : v0.0.8
Original file line number Diff line number Diff line change 19
19
containers :
20
20
- name : csdp-installer
21
21
image : " {{ .Values.csdpInstaller.installer.image.repository }}:{{ .Values.csdpInstaller.installer.image.tag | default .Chart.AppVersion }}"
22
- imagePullPolicy : {{ .Values.csdpInstaller.installer.imagePullPolicy }}
22
+ imagePullPolicy : {{ .Values.csdpInstaller.installer.image.pullPolicy }}
23
23
command :
24
24
- bash
25
25
args :
You can’t perform that action at this time.
0 commit comments