File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.18
6- appVersion : v0.0.9
5+ version : 0.1.19
6+ appVersion : v0.0.10
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments