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
2
2
name : csdp-installer
3
3
description : A Helm chart used for installing a CSDP runtime
4
4
type : 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:
57
57
installer :
58
58
image :
59
59
repository : quay.io/codefresh/csdp-installer
60
- pullPolicy : IfNotPresent
60
+ pullPolicy : Always
61
61
# Default tag is the chart appVersion
62
62
tag : " "
63
63
serviceAccount : argocd-application-controller
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ create_codefresh_secret() {
84
84
85
85
RUNTIME_CREATE_RESPONSE=` curl " ${CSDP_URL} /2.0/api/graphql" \
86
86
-SsfL \
87
- -H " Authorization : ${CSDP_TOKEN} " \
87
+ -H " x-access-token : ${CSDP_TOKEN} " \
88
88
-H ' content-type: application/json' \
89
89
--compressed \
90
90
--insecure \
You can’t perform that action at this time.
0 commit comments