Skip to content

Commit f3ea801

Browse files
fix
1 parent 2bd3b9d commit f3ea801

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
charts
1+
charts
2+
installer/helm/install-vals.yaml

csdp/base/app-proxy/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

csdp/base/appset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
project: ""
8080
source:
8181
repoURL: "{{srcRepoURL}}"
82-
path: "{{srcRepoPath}}"
82+
path: "{{srcPath}}"
8383
targetRevision: "{{srcTargetRevision}}"
8484
directory:
8585
exclude: "{{exclude}}"

csdp/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
replacements:
1616
- source:

installer/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: csdp-installer
33
description: A Helm chart used for installing a CSDP runtime
44
type: application
5-
version: 0.1.14
5+
version: 0.1.17
66
appVersion: v0.0.8

installer/helm/templates/installer/job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
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:

0 commit comments

Comments
 (0)