From 0112c5d913070fd628e0ff3e867f12602f31d7d5 Mon Sep 17 00:00:00 2001 From: danielm-codefresh Date: Mon, 23 May 2022 15:16:03 +0300 Subject: [PATCH] bump --- installer/helm/Chart.yaml | 4 ++-- installer/helm/values.yaml | 2 +- installer/install.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/helm/Chart.yaml b/installer/helm/Chart.yaml index ba63df7..4636250 100644 --- a/installer/helm/Chart.yaml +++ b/installer/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: csdp-installer description: A Helm chart used for installing a CSDP runtime type: application -version: 0.1.18 -appVersion: v0.0.9 +version: 0.1.19 +appVersion: v0.0.10 diff --git a/installer/helm/values.yaml b/installer/helm/values.yaml index 62347da..f8503e9 100644 --- a/installer/helm/values.yaml +++ b/installer/helm/values.yaml @@ -57,7 +57,7 @@ csdpInstaller: installer: image: repository: quay.io/codefresh/csdp-installer - pullPolicy: IfNotPresent + pullPolicy: Always # Default tag is the chart appVersion tag: "" serviceAccount: argocd-application-controller diff --git a/installer/install.sh b/installer/install.sh index 8f3445e..4809664 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -84,7 +84,7 @@ create_codefresh_secret() { RUNTIME_CREATE_RESPONSE=`curl "${CSDP_URL}/2.0/api/graphql" \ -SsfL \ - -H "Authorization: ${CSDP_TOKEN}" \ + -H "x-access-token: ${CSDP_TOKEN}" \ -H 'content-type: application/json' \ --compressed \ --insecure \