@xfe-repo/web-app 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/deploy/.drone.yml CHANGED
@@ -71,7 +71,6 @@ steps:
71
71
  # 将$INFRA_K8S_CONFIG或$SAAS_K8S_CONFIG写入kube_config
72
72
  - echo "$TARGET_K8S" | grep -q "infra" && echo "$INFRA_K8S_CONFIG" > kube_config || echo "$SAAS_K8S_CONFIG" > kube_config
73
73
  # 将环境类型写入values.yaml
74
- - sed -i "s/<<ENV_TYPE>>/test/g" deploy/helm/values.yaml
75
74
  - sed -i "s/<<CI_COMMIT_SHA>>/$CI_COMMIT_SHA/g" deploy/helm/values.yaml
76
75
  - sed -i "s/<<TAG_CONTENT>>/$DRONE_TAG/g" deploy/helm/values.yaml
77
76
  # 展示values.yaml 与 TARGET_K8S
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfe-repo/web-app",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "bin": {
5
5
  "xfe-web": "./bin/index.js"
6
6
  },