Skip to content

Commit 0112c5d

Browse files
bump
1 parent add46db commit 0112c5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

installer/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.18
6-
appVersion: v0.0.9
5+
version: 0.1.19
6+
appVersion: v0.0.10

installer/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ csdpInstaller:
5757
installer:
5858
image:
5959
repository: quay.io/codefresh/csdp-installer
60-
pullPolicy: IfNotPresent
60+
pullPolicy: Always
6161
# Default tag is the chart appVersion
6262
tag: ""
6363
serviceAccount: argocd-application-controller

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ create_codefresh_secret() {
8484

8585
RUNTIME_CREATE_RESPONSE=`curl "${CSDP_URL}/2.0/api/graphql" \
8686
-SsfL \
87-
-H "Authorization: ${CSDP_TOKEN}" \
87+
-H "x-access-token: ${CSDP_TOKEN}" \
8888
-H 'content-type: application/json' \
8989
--compressed \
9090
--insecure \

0 commit comments

Comments
 (0)