Skip to content

Commit 70d79c0

Browse files
committed
Fix default pull secret
Signed-off-by: JeffMboya <[email protected]> emove extra bootstrap url Signed-off-by: JeffMboya <[email protected]> change BS pull policy to always Signed-off-by: JeffMboya <[email protected]> change encKey Signed-off-by: JeffMboya <[email protected]> fix image: {} Signed-off-by: JeffMboya <[email protected]> fix image: {} Signed-off-by: JeffMboya <[email protected]> fix image: {} Signed-off-by: JeffMboya <[email protected]> fix image: {} Signed-off-by: JeffMboya <[email protected]> fix image: {} Signed-off-by: JeffMboya <[email protected]> fix image: {} Signed-off-by: JeffMboya <[email protected]>
1 parent 8182259 commit 70d79c0

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

charts/magistrala/values.yaml

+10-12
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ defaults:
1010
pullPolicy: "IfNotPresent"
1111
rootRepository: "magistrala"
1212
tag: "latest"
13-
# pullSecrets:
14-
# - {}
13+
# pullSecrets: {}
1514
# Replicas of MQTT adapter, NATS, Things, Envoy and Auth
1615
replicaCount: 3
1716
natsPort: 4222
@@ -356,15 +355,15 @@ redis-things:
356355
usePassword: false
357356

358357
bootstrap:
359-
image: {}
360-
# pullSecrets: {}
361-
# repository: "magistrala/bootstrap"
362-
# tag: "latest"
363-
# pullPolicy: "IfNotPresent"
364-
# jaegerTraceRatio: 10
365-
# sendTelemetry: true
366-
# logLevel: "info"
367358
enabled: true
359+
image:
360+
pullSecrets: {}
361+
repository: "magistrala/bootstrap"
362+
tag: "latest"
363+
pullPolicy: "Always"
364+
jaegerTraceRatio: 10
365+
sendTelemetry: true
366+
logLevel: "debug"
368367
httpPort: 9013
369368
redisESPort: 6379
370369
encKey: "randomstring"
@@ -567,7 +566,7 @@ ui:
567566
# repository: "magistrala/ui"
568567
# tag: "latest"
569568
# pullPolicy: "IfNotPresent"
570-
# logLevel: "info"
569+
# logLevel: "info"
571570
# hostname: ""
572571
# contentTypes: "application/senml+json"
573572
port: 9095
@@ -582,7 +581,6 @@ ui:
582581
# invitationsUrl: "http:///magistrala-auth:9020"
583582
# journalUrl: "http:///magistrala-auth:9021"
584583
# domainsUrl: "http://magistrala-auth:8189"
585-
# bootstrapUrl: "http://magistrala-boostrap:9013"
586584
googleClientID: ""
587585
googleClientSecret: ""
588586
googleRedirectHostname: "https://stage-domain-name"

0 commit comments

Comments
 (0)