@@ -18,7 +18,7 @@ console:
18
18
replicas : 1
19
19
image :
20
20
name : spaceone/console
21
- version : 1.10.0.2
21
+ version : 1.10.0.5
22
22
imagePullPolicy : IfNotPresent
23
23
24
24
production_json :
@@ -70,7 +70,7 @@ identity:
70
70
replicas : 1
71
71
image :
72
72
name : spaceone/identity
73
- version : 1.10.0
73
+ version : 1.10.0.1
74
74
imagePullPolicy : Always
75
75
76
76
application_grpc :
@@ -198,7 +198,7 @@ inventory:
198
198
replicas_worker : 1
199
199
image :
200
200
name : spaceone/inventory
201
- version : 1.10.0
201
+ version : 1.10.0.6
202
202
scheduler : true
203
203
worker : true
204
204
application_grpc :
@@ -375,7 +375,7 @@ supervisor:
375
375
enabled : true
376
376
image :
377
377
name : spaceone/supervisor
378
- version : 1.9.7
378
+ version : 1.10.0
379
379
application : {}
380
380
application_scheduler :
381
381
NAME : root
@@ -420,10 +420,10 @@ spaceone-initializer:
420
420
version : 1.10.0
421
421
main :
422
422
import :
423
- - /root/spacectl/apply/root_domain.yaml
423
+ - /root/spacectl/apply/root_domain.yaml
424
424
- /root/spacectl/apply/marketplace.yaml
425
- - /root/spacectl/apply/role.yaml
426
425
- /root/spacectl/apply/user_domain.yaml
426
+ - /root/spacectl/apply/role.yaml
427
427
- /root/spacectl/apply/statistics.yaml
428
428
var :
429
429
domain :
@@ -438,13 +438,9 @@ spaceone-initializer:
438
438
id : root_api_key
439
439
consul_server : spaceone-consul-server
440
440
marketplace_endpoint : grpc://repository.portal.spaceone.dev:50051
441
- project_admin_policy_type : MANAGED
442
- project_admin_policy_id : policy-managed-project-admin
443
- project_viewer_policy_type : MANAGED
441
+ project_manager_policy_id : policy-managed-project-manager
444
442
project_viewer_policy_id : policy-managed-project-viewer
445
- domain_admin_policy_type : MANAGED
446
443
domain_admin_policy_id : policy-managed-domain-admin
447
- domain_viewer_policy_type : MANAGED
448
444
domain_viewer_policy_id : policy-managed-domain-viewer
449
445
tasks : []
450
446
0 commit comments