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:
1212 - app-proxy.crb.yaml
1313 - app-proxy.role.yaml
1414 - app-proxy.cm.yaml
15+ - ingress.yaml
Original file line number Diff line number Diff line change 7979 project : " "
8080 source :
8181 repoURL : " {{srcRepoURL}}"
82- path : " {{srcRepoPath }}"
82+ path : " {{srcPath }}"
8383 targetRevision : " {{srcTargetRevision}}"
8484 directory :
8585 exclude : " {{exclude}}"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ configMapGenerator:
1010 - name : codefresh-cm
1111 behavior : create
1212 literals :
13- - version=v0.0.315
13+ - version=v0.0.316
1414
1515replacements :
1616 - source :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : csdp-installer
33description : A Helm chart used for installing a CSDP runtime
44type : application
5- version : 0.1.14
5+ version : 0.1.17
66appVersion : v0.0.8
Original file line number Diff line number Diff line change 1919 containers :
2020 - name : csdp-installer
2121 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 }}
2323 command :
2424 - bash
2525 args :
You can’t perform that action at this time.
0 commit comments