|
|
@@ -1,4 +1,4 @@
|
|
|
-apiVersion: v2
|
|
|
+apiVersion: v2
|
|
|
name: microservice-platform
|
|
|
description: Umbrella Helm chart for managing multiple microservices with shared configuration and templating
|
|
|
type: application
|
|
|
@@ -18,141 +18,142 @@ maintainers:
|
|
|
dependencies:
|
|
|
- name: base
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/base
|
|
|
+ repository: file://./charts/base
|
|
|
condition: base.enabled
|
|
|
- name: shop-recycle-payment
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-payment
|
|
|
+ repository: file://./charts/shop-recycle-payment
|
|
|
condition: shop-recycle-payment.enabled
|
|
|
- name: shop-recycle-store
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-store
|
|
|
+ repository: file://./charts/shop-recycle-store
|
|
|
condition: shop-recycle-store.enabled
|
|
|
- name: shop-recycle-pis
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-pis
|
|
|
+ repository: file://./charts/shop-recycle-pis
|
|
|
condition: shop-recycle-pis.enabled
|
|
|
- name: shop-recycle-merchant
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-merchant
|
|
|
+ repository: file://./charts/shop-recycle-merchant
|
|
|
condition: shop-recycle-merchant.enabled
|
|
|
- name: shop-recycle-account
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-account
|
|
|
+ repository: file://./charts/shop-recycle-account
|
|
|
condition: shop-recycle-account.enabled
|
|
|
- name: shop-recycle-msg
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-msg
|
|
|
+ repository: file://./charts/shop-recycle-msg
|
|
|
condition: shop-recycle-msg.enabled
|
|
|
- name: shop-recycle-order-center
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-order-center
|
|
|
+ repository: file://./charts/shop-recycle-order-center
|
|
|
condition: shop-recycle-order-center.enabled
|
|
|
- name: shop-recycle-wechat
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-wechat
|
|
|
+ repository: file://./charts/shop-recycle-wechat
|
|
|
condition: shop-recycle-wechat.enabled
|
|
|
- name: shop-recycle-data-statistics
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-data-statistics
|
|
|
+ repository: file://./charts/shop-recycle-data-statistics
|
|
|
condition: shop-recycle-data-statistics.enabled
|
|
|
- name: shop-recycle-platform
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-platform
|
|
|
+ repository: file://./charts/shop-recycle-platform
|
|
|
condition: shop-recycle-platform.enabled
|
|
|
- name: shop-recycle-wechat-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-wechat-web
|
|
|
+ repository: file://./charts/shop-recycle-wechat-web
|
|
|
condition: shop-recycle-wechat-web.enabled
|
|
|
- name: shop-recycle-payment-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-payment-web
|
|
|
+ repository: file://./charts/shop-recycle-payment-web
|
|
|
condition: shop-recycle-payment-web.enabled
|
|
|
- name: shop-recycle-store-wechat-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-store-wechat-web
|
|
|
+ repository: file://./charts/shop-recycle-store-wechat-web
|
|
|
condition: shop-recycle-store-wechat-web.enabled
|
|
|
- name: shop-recycle-platform-pc-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-platform-pc-web
|
|
|
+ repository: file://./charts/shop-recycle-platform-pc-web
|
|
|
condition: shop-recycle-platform-pc-web.enabled
|
|
|
- name: shop-recycle-out-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-out-web
|
|
|
+ repository: file://./charts/shop-recycle-out-web
|
|
|
condition: shop-recycle-out-web.enabled
|
|
|
- name: shop-recycle-store-pc-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-store-pc-web
|
|
|
+ repository: file://./charts/shop-recycle-store-pc-web
|
|
|
condition: shop-recycle-store-pc-web.enabled
|
|
|
- name: shop-recycle-login-center
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-login-center
|
|
|
+ repository: file://./charts/shop-recycle-login-center
|
|
|
condition: shop-recycle-login-center.enabled
|
|
|
- name: shop-recycle-oss-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-oss-web
|
|
|
+ repository: file://./charts/shop-recycle-oss-web
|
|
|
condition: shop-recycle-oss-web.enabled
|
|
|
- name: shop-recycle-gateway
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-gateway
|
|
|
+ repository: file://./charts/shop-recycle-gateway
|
|
|
condition: shop-recycle-gateway.enabled
|
|
|
- name: shop-recycle-sche
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-sche
|
|
|
+ repository: file://./charts/shop-recycle-sche
|
|
|
condition: shop-recycle-sche.enabled
|
|
|
- name: shop-recycle-merchant-wechat-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-merchant-wechat-web
|
|
|
+ repository: file://./charts/shop-recycle-merchant-wechat-web
|
|
|
condition: shop-recycle-merchant-wechat-web.enabled
|
|
|
- name: shop-recycle-import-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-import-web
|
|
|
+ repository: file://./charts/shop-recycle-import-web
|
|
|
condition: shop-recycle-import-web.enabled
|
|
|
- name: shop-recycle-marketer-pc-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-marketer-pc-web
|
|
|
+ repository: file://./charts/shop-recycle-marketer-pc-web
|
|
|
condition: shop-recycle-marketer-pc-web.enabled
|
|
|
- name: shop-recycle-erp-pc-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-erp-pc-web
|
|
|
+ repository: file://./charts/shop-recycle-erp-pc-web
|
|
|
condition: shop-recycle-erp-pc-web.enabled
|
|
|
- name: shop-recycle-merchant-pc-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-merchant-pc-web
|
|
|
+ repository: file://./charts/shop-recycle-merchant-pc-web
|
|
|
condition: shop-recycle-merchant-pc-web.enabled
|
|
|
- name: shop-recycle-vs-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-vs-web
|
|
|
+ repository: file://./charts/shop-recycle-vs-web
|
|
|
condition: shop-recycle-vs-web.enabled
|
|
|
- name: shop-recycle-agent-pc-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-agent-pc-web
|
|
|
+ repository: file://./charts/shop-recycle-agent-pc-web
|
|
|
condition: shop-recycle-agent-pc-web.enabled
|
|
|
- name: shop-recycle-customer-wechat-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-customer-wechat-web
|
|
|
+ repository: file://./charts/shop-recycle-customer-wechat-web
|
|
|
condition: shop-recycle-customer-wechat-web.enabled
|
|
|
- name: shop-recycle-gateway-out
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-gateway-out
|
|
|
+ repository: file://./charts/shop-recycle-gateway-out
|
|
|
condition: shop-recycle-gateway-out.enabled
|
|
|
- name: shop-recycle-gateway-out-upgrade
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-gateway-out-upgrade
|
|
|
+ repository: file://./charts/shop-recycle-gateway-out-upgrade
|
|
|
condition: shop-recycle-gateway-out-upgrade.enabled
|
|
|
- name: shop-recycle-async-web
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-async-web
|
|
|
+ repository: file://./charts/shop-recycle-async-web
|
|
|
condition: shop-recycle-async-web.enabled
|
|
|
- name: shop-recycle-dealdata-service
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-dealdata-service
|
|
|
+ repository: file://./charts/shop-recycle-dealdata-service
|
|
|
condition: shop-recycle-dealdata-service.enabled
|
|
|
- name: shop-recycle-dispatcher
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-dispatcher
|
|
|
+ repository: file://./charts/shop-recycle-dispatcher
|
|
|
condition: shop-recycle-dispatcher.enabled
|
|
|
- name: shop-recycle-order-search
|
|
|
version: 1.0.0
|
|
|
- repository: file://../charts/shop-recycle-order-search
|
|
|
+ repository: file://./charts/shop-recycle-order-search
|
|
|
condition: shop-recycle-order-search.enabled
|
|
|
+
|