File tree Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Expand file tree Collapse file tree 5 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ install:
25
25
pnpm --dir sandbox/keycloak-provision install
26
26
pnpm --dir sandbox/m365mock install
27
27
pnpm --dir sandbox/nats-provision install
28
- install : canvas-install
28
+ $( MAKE ) canvas-install
29
29
30
30
.PHONY : canvas-install
31
31
canvas-install :
Original file line number Diff line number Diff line change 38
38
mongodb :
39
39
enabled : true
40
40
41
+ image :
42
+ tag : 8.0.13
43
+
41
44
backup :
42
45
cronExpression : 0 1 * * *
43
46
storageSize : 10Gi
Original file line number Diff line number Diff line change 41
41
mongodb :
42
42
enabled : true
43
43
44
+ image :
45
+ tag : 8.0.13
46
+
44
47
backup :
45
48
cronExpression : 0 1 * * *
46
49
storageSize : 10Gi
Original file line number Diff line number Diff line change 34
34
mongodb :
35
35
enabled : true
36
36
37
+ image :
38
+ tag : 8.0.13
39
+
37
40
backup :
38
41
cronExpression : 0 1 * * *
39
42
storageSize : 10Gi
Original file line number Diff line number Diff line change @@ -95,6 +95,15 @@ mongodb:
95
95
nameOverride : pltsvc-mongodb
96
96
fullnameOverride : pltsvc-mongodb
97
97
98
+ global :
99
+ security :
100
+ allowInsecureImages : true
101
+
102
+ image :
103
+ registry : ghcr.io
104
+ repository : bcgov/bitnami-mongodb
105
+ tag : latest
106
+
98
107
architecture : replicaset
99
108
useStatefulSet : true
100
109
replicaCount : 3
You can’t perform that action at this time.
0 commit comments