File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.17
6
- appVersion : v0.0.8
5
+ version : 0.1.18
6
+ appVersion : v0.0.9
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ clean_failed_pods() {
20
20
# Constants:
21
21
CODEFRESH_SECRET_NAME=" codefresh-token"
22
22
CODEFRESH_CM_NAME=" codefresh-cm"
23
- REPO_CREDS_SECRET_NAME=" autopilot -secret"
23
+ REPO_CREDS_SECRET_NAME=" repo-creds -secret"
24
24
ARGOCD_TOKEN_SECRET_NAME=" argocd-token"
25
25
ARGOCD_INITIAL_TOKEN_SECRET_NAME=" argocd-initial-admin-secret"
26
26
BOOTSTRAP_APP_NAME=" csdp-bootstrap"
@@ -183,12 +183,12 @@ create_managed_repo_creds_secret() {
183
183
kind: Secret
184
184
metadata:
185
185
labels:
186
- argocd.argoproj.io/secret-type: repository
186
+ argocd.argoproj.io/secret-type: repo-creds
187
187
name: $REPO_CREDS_SECRET_NAME
188
188
namespace: $NAMESPACE
189
189
stringData:
190
190
type: git
191
- url: $CSDP_RUNTIME_REPO
191
+ url: https://github.com/codefresh-io/
192
192
password: $CSDP_RUNTIME_GIT_TOKEN
193
193
username: username
194
194
" | kubectl apply -f -
@@ -306,7 +306,7 @@ create_default_git_source() {
306
306
307
307
echo " --> Created default git source:"
308
308
echo " ${GIT_SOURCE_CREATE_RESPONSE} "
309
- echo " "
309
+ echo " "
310
310
}
311
311
312
312
#
You can’t perform that action at this time.
0 commit comments