Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions charts/codefresh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,7 @@ dependencies:
version: "*"
repository: oci://quay.io/codefresh/charts
condition: salesforce-reporter.enabled
- name: nats
version: 9.0.22
repository: https://charts.bitnami.com/bitnami
condition: nats.enabled
10 changes: 5 additions & 5 deletions charts/codefresh/files/assets/accounts-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"performedBy" : "System"
},
"allowedDomains" : [

],
"enabledAllowedDomains" : true,
"admins" : [
ObjectId("59009221c102763beda7cf04")
],
],
"environment" : NumberInt(1),
"runtimeEnvironment" : "codefresh",
"integrations" : {
Expand Down Expand Up @@ -48,7 +48,7 @@
"exist" : false
},
"registries" : [

]
},
"badgeToken" : "eyJhbGciOiJIUzI1NiJ9.NTkwMDkxMTdjMTAyNzYzYmVkYTdjZTcx.B0HOUL6HlpTRNr_e95pVucSRMRzP2cobe5kIoMtrDSc",
Expand Down Expand Up @@ -165,7 +165,7 @@
"dedicatedInfrastructure" : false,
"canUsePrivateRepos" : true,
"features" : {
"launchDarklyManagement" : true
"launchDarklyManagement" : false
},
"supportPlan" : "PLATINUM",
"increasedAttention" : false,
Expand Down Expand Up @@ -258,5 +258,5 @@
},
"localUserPasswordIDPEnabled" : true,
"segment" : "ENTERPRISE",
"__v" : NumberInt(0)
"__v" : NumberInt(0)
}
1 change: 1 addition & 0 deletions charts/codefresh/files/mongoSeedJobScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ mongosh ${MONGODB_ROOT_URI} ${MONGO_URI_EXTRA_PARAMS} --eval "db.getSiblingDB(\"
mongosh ${MONGODB_ROOT_URI} ${MONGO_URI_EXTRA_PARAMS} --eval "db.getSiblingDB(\"codefresh\").changeUserPassword(\"${MONGODB_USER}\",\"${MONGODB_PASSWORD}\")" 2>&1 || true

if [[ $DEVELOPMENT_CHART == "true" ]]; then
mongoimport --uri ${MONGO_URI} ${MONGOIMPORT_EXTRA_PARAMS} --collection accounts --type json --legacy --file ${ASSETS_PATH}accounts-dev.json
setSystemAdmin
setPacks
fi
Expand Down
18 changes: 18 additions & 0 deletions charts/codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ global:
tlsSignService: cfsign
# -- Default tls-sign service port.
tlsSignPort: 4999
# -- Default nats service name.
natsService: nats
# -- Default nats service port.
natsPort: 4222
# -- Default Consul service name.
consulService: consul-headless
# -- Default Consul service port.
Expand Down Expand Up @@ -1951,3 +1955,17 @@ segment-reporter:

salesforce-reporter:
enabled: false

# -- nats
# @default -- See below
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml
nats:
enabled: true
image:
repository: bitnamilegacy/nats
replicaCount: 1
auth:
enabled: false
cluster:
auth:
enabled: false