Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm-codefresh committed May 23, 2022
1 parent add46db commit 0112c5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions installer/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion installer/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0112c5d

Please sign in to comment.