diff --git a/openpitrix/templates/dashboard/openpitrix-dashboard.yaml b/openpitrix/templates/dashboard/openpitrix-dashboard.yaml index 2305bfb..b1a85fb 100644 --- a/openpitrix/templates/dashboard/openpitrix-dashboard.yaml +++ b/openpitrix/templates/dashboard/openpitrix-dashboard.yaml @@ -27,7 +27,7 @@ spec: nodePort: {{ .Values.websocket_nodeport }} {{ end }} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-dashboard-deployment diff --git a/openpitrix/templates/db/mysql.yaml b/openpitrix/templates/db/mysql.yaml index ffcf7b7..4ce0329 100644 --- a/openpitrix/templates/db/mysql.yaml +++ b/openpitrix/templates/db/mysql.yaml @@ -30,7 +30,7 @@ spec: requests: storage: 20Gi --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-db-deployment diff --git a/openpitrix/templates/etcd/etcd.yaml b/openpitrix/templates/etcd/etcd.yaml index 8c95aa7..7210390 100644 --- a/openpitrix/templates/etcd/etcd.yaml +++ b/openpitrix/templates/etcd/etcd.yaml @@ -30,7 +30,7 @@ spec: requests: storage: 20Gi --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-etcd-deployment diff --git a/openpitrix/templates/etcd/global-config-watcher.yaml b/openpitrix/templates/etcd/global-config-watcher.yaml index a681449..d3bdfd2 100644 --- a/openpitrix/templates/etcd/global-config-watcher.yaml +++ b/openpitrix/templates/etcd/global-config-watcher.yaml @@ -1,5 +1,5 @@ --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: global-config-watcher diff --git a/openpitrix/templates/metadata/openpitrix-pilot.yaml b/openpitrix/templates/metadata/openpitrix-pilot.yaml index 29bc006..17948ad 100644 --- a/openpitrix/templates/metadata/openpitrix-pilot.yaml +++ b/openpitrix/templates/metadata/openpitrix-pilot.yaml @@ -24,7 +24,7 @@ spec: nodePort: {{ .Values.pilot_nodeport }} {{ end }} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-pilot-deployment diff --git a/openpitrix/templates/minio/minio.yaml b/openpitrix/templates/minio/minio.yaml index 1561dbf..51435de 100644 --- a/openpitrix/templates/minio/minio.yaml +++ b/openpitrix/templates/minio/minio.yaml @@ -30,7 +30,7 @@ spec: requests: storage: 20Gi --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-minio-deployment diff --git a/openpitrix/templates/openpitrix-account.yaml b/openpitrix/templates/openpitrix-account.yaml index d0c8ead..75b7e22 100644 --- a/openpitrix/templates/openpitrix-account.yaml +++ b/openpitrix/templates/openpitrix-account.yaml @@ -16,7 +16,7 @@ spec: port: 9115 targetPort: 9115 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-account-service-deployment diff --git a/openpitrix/templates/openpitrix-am.yaml b/openpitrix/templates/openpitrix-am.yaml index 93aa923..479d2e6 100644 --- a/openpitrix/templates/openpitrix-am.yaml +++ b/openpitrix/templates/openpitrix-am.yaml @@ -16,7 +16,7 @@ spec: port: 9120 targetPort: 9120 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-am-service-deployment diff --git a/openpitrix/templates/openpitrix-api.yaml b/openpitrix/templates/openpitrix-api.yaml index 7dc2249..314e131 100644 --- a/openpitrix/templates/openpitrix-api.yaml +++ b/openpitrix/templates/openpitrix-api.yaml @@ -20,7 +20,7 @@ spec: nodePort: {{ .Values.api_nodeport }} {{ end }} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-api-gateway-deployment diff --git a/openpitrix/templates/openpitrix-app.yaml b/openpitrix/templates/openpitrix-app.yaml index 8ace16a..993fe23 100644 --- a/openpitrix/templates/openpitrix-app.yaml +++ b/openpitrix/templates/openpitrix-app.yaml @@ -16,7 +16,7 @@ spec: port: 9102 targetPort: 9102 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-app-manager-deployment @@ -93,7 +93,7 @@ spec: port: 9113 targetPort: 9113 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-category-manager-deployment diff --git a/openpitrix/templates/openpitrix-attachment.yaml b/openpitrix/templates/openpitrix-attachment.yaml index 9b9adae..0998b63 100644 --- a/openpitrix/templates/openpitrix-attachment.yaml +++ b/openpitrix/templates/openpitrix-attachment.yaml @@ -16,7 +16,7 @@ spec: port: 9120 targetPort: 9120 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-attachment-manager-deployment diff --git a/openpitrix/templates/openpitrix-cluster.yaml b/openpitrix/templates/openpitrix-cluster.yaml index 528ddf4..50d6f95 100644 --- a/openpitrix/templates/openpitrix-cluster.yaml +++ b/openpitrix/templates/openpitrix-cluster.yaml @@ -16,7 +16,7 @@ spec: port: 9104 targetPort: 9104 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-cluster-manager-deployment diff --git a/openpitrix/templates/openpitrix-im.yaml b/openpitrix/templates/openpitrix-im.yaml index ddbd1a3..96ec96e 100644 --- a/openpitrix/templates/openpitrix-im.yaml +++ b/openpitrix/templates/openpitrix-im.yaml @@ -16,7 +16,7 @@ spec: port: 9119 targetPort: 9119 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-im-service-deployment diff --git a/openpitrix/templates/openpitrix-isv.yaml b/openpitrix/templates/openpitrix-isv.yaml index 788b33a..2427136 100644 --- a/openpitrix/templates/openpitrix-isv.yaml +++ b/openpitrix/templates/openpitrix-isv.yaml @@ -16,7 +16,7 @@ spec: port: 9118 targetPort: 9118 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-isv-manager-deployment diff --git a/openpitrix/templates/openpitrix-job.yaml b/openpitrix/templates/openpitrix-job.yaml index 6ab8a70..dae7576 100644 --- a/openpitrix/templates/openpitrix-job.yaml +++ b/openpitrix/templates/openpitrix-job.yaml @@ -16,7 +16,7 @@ spec: port: 9106 targetPort: 9106 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-job-manager-deployment diff --git a/openpitrix/templates/openpitrix-notification.yaml b/openpitrix/templates/openpitrix-notification.yaml index b51d444..80e7462 100644 --- a/openpitrix/templates/openpitrix-notification.yaml +++ b/openpitrix/templates/openpitrix-notification.yaml @@ -16,7 +16,7 @@ spec: port: 9201 targetPort: 9201 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-notification-deployment diff --git a/openpitrix/templates/openpitrix-repo.yaml b/openpitrix/templates/openpitrix-repo.yaml index c23a2bb..8317ada 100644 --- a/openpitrix/templates/openpitrix-repo.yaml +++ b/openpitrix/templates/openpitrix-repo.yaml @@ -16,7 +16,7 @@ spec: port: 9101 targetPort: 9101 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-repo-manager-deployment @@ -93,7 +93,7 @@ spec: port: 9108 targetPort: 9108 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-repo-indexer-deployment diff --git a/openpitrix/templates/openpitrix-rp-manager.yaml b/openpitrix/templates/openpitrix-rp-manager.yaml index 99deb7a..b96db23 100644 --- a/openpitrix/templates/openpitrix-rp-manager.yaml +++ b/openpitrix/templates/openpitrix-rp-manager.yaml @@ -16,7 +16,7 @@ spec: port: 9121 targetPort: 9121 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-rp-manager-deployment diff --git a/openpitrix/templates/openpitrix-runtime.yaml b/openpitrix/templates/openpitrix-runtime.yaml index 48455d7..b1e1eff 100644 --- a/openpitrix/templates/openpitrix-runtime.yaml +++ b/openpitrix/templates/openpitrix-runtime.yaml @@ -16,7 +16,7 @@ spec: port: 9103 targetPort: 9103 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-runtime-manager-deployment diff --git a/openpitrix/templates/openpitrix-task.yaml b/openpitrix/templates/openpitrix-task.yaml index fc118f5..ce484a6 100644 --- a/openpitrix/templates/openpitrix-task.yaml +++ b/openpitrix/templates/openpitrix-task.yaml @@ -16,7 +16,7 @@ spec: port: 9107 targetPort: 9107 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-task-manager-deployment diff --git a/openpitrix/templates/plugin/openpitrix-rp-aliyun.yaml b/openpitrix/templates/plugin/openpitrix-rp-aliyun.yaml index daa2fa7..36f121b 100644 --- a/openpitrix/templates/plugin/openpitrix-rp-aliyun.yaml +++ b/openpitrix/templates/plugin/openpitrix-rp-aliyun.yaml @@ -16,7 +16,7 @@ spec: port: 9121 targetPort: 9121 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-rp-aliyun-deployment diff --git a/openpitrix/templates/plugin/openpitrix-rp-aws.yaml b/openpitrix/templates/plugin/openpitrix-rp-aws.yaml index dc9539b..243ca2b 100644 --- a/openpitrix/templates/plugin/openpitrix-rp-aws.yaml +++ b/openpitrix/templates/plugin/openpitrix-rp-aws.yaml @@ -16,7 +16,7 @@ spec: port: 9121 targetPort: 9121 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-rp-aws-deployment diff --git a/openpitrix/templates/plugin/openpitrix-rp-kubernetes.yaml b/openpitrix/templates/plugin/openpitrix-rp-kubernetes.yaml index d1f62dd..b315bda 100644 --- a/openpitrix/templates/plugin/openpitrix-rp-kubernetes.yaml +++ b/openpitrix/templates/plugin/openpitrix-rp-kubernetes.yaml @@ -16,7 +16,7 @@ spec: port: 9121 targetPort: 9121 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-rp-kubernetes-deployment diff --git a/openpitrix/templates/plugin/openpitrix-rp-qingcloud.yaml b/openpitrix/templates/plugin/openpitrix-rp-qingcloud.yaml index a3eee17..4a3d2b7 100644 --- a/openpitrix/templates/plugin/openpitrix-rp-qingcloud.yaml +++ b/openpitrix/templates/plugin/openpitrix-rp-qingcloud.yaml @@ -16,7 +16,7 @@ spec: port: 9121 targetPort: 9121 --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: openpitrix-rp-qingcloud-deployment