Skip to content

Commit

Permalink
[ taotao-cloud-project-1702 ] update[ version to 2023.04 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
shuigedeng committed Mar 31, 2023
1 parent 40791e3 commit 4a03432
Show file tree
Hide file tree
Showing 39 changed files with 100 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
TAOTAO_CLOUD_GITHUB_TOKEN: ${{secrets.TAOTAO_CLOUD_GITHUB_TOKEN}}
TAOTAO_CLOUD_REGISTRY_USERNAME: ${{secrets.TAOTAO_CLOUD_REGISTRY_USERNAME}}
TAOTAO_CLOUD_REGISTRY_PASSWORD: ${{secrets.TAOTAO_CLOUD_REGISTRY_PASSWORD}}
TAOTAO_CLOUD_VERSION: 2023.03
TAOTAO_CLOUD_VERSION: 2023.04

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taotao-cloud-microservice-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
TAOTAO_CLOUD_GITHUB_TOKEN: ${{secrets.TAOTAO_CLOUD_GITHUB_TOKEN}}
TAOTAO_CLOUD_REGISTRY_USERNAME: ${{secrets.TAOTAO_CLOUD_REGISTRY_USERNAME}}
TAOTAO_CLOUD_REGISTRY_PASSWORD: ${{secrets.TAOTAO_CLOUD_REGISTRY_PASSWORD}}
TAOTAO_CLOUD_VERSION: 2023.03
TAOTAO_CLOUD_VERSION: 2023.04

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Gradle:
```
dependencyManagement{
imports {
mavenBom "io.github.shuigedeng:taotao-cloud-dependencies:2023.03"
mavenBom "io.github.shuigedeng:taotao-cloud-dependencies:2023.04"
}
}
Expand All @@ -90,7 +90,7 @@ Maven:
<dependency>
<groupId>io.github.shuigedeng</groupId>
<artifactId>taotao-cloud-dependencies</artifactId>
<version>2023.03</version>
<version>2023.04</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions doc/http/Oauth2API.http
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Content-Type: application/x-www-form-urlencoded
grant_type=refresh_token&client_id=client&client_secret=123456&refresh_token=H-MfxBSKWLk5YJT1HbP6mnBmEa2z13N2QL913jJRyBPuOD99CbRFsHXxRgCwUUvjd8XlRL8i8ElZjZMpBd_lFq5O5H-SqGwunkqv6T-Jq1LGVNXZ54m2qN3po36d1RGP

###
POST http://127.0.0.1:33333/api/v2023.03/auth/oauth2/logout
POST http://127.0.0.1:33333/api/v2023.04/auth/oauth2/logout
Content-Type: application/json
Authorization: bearer eyJraWQiOiI4Y2Q0MjRkZi0xNDdiLTRhMTctOTE0NS0wZWJjMzRhMjMxYTIiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ0YW90YW8iLCJhdWQiOiJwYXNzd29yZC1tZXNzYWdpbmctY2xpZW50IiwibmJmIjoxNjQwOTM4NTg2LCJzY29wZSI6WyJST0xFX3N1cGVyX2FkbWluIiwicmVhZCIsIlJPTEVfYWRtaW4iLCJ3cml0ZSJdLCJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6OTAwMFwvc3ByaW5nYXV0aHNlcnZlciIsImV4cCI6MTY0MTAyNDk4NiwiaWF0IjoxNjQwOTM4NTg2LCJ1c2VyIjp7ImJpcnRoZGF5IjpudWxsLCJzZXgiOjEsInJvbGVzIjpbInN1cGVyX2FkbWluIiwiYWRtaW4iXSwibW9iaWxlIjoiMTU3MzA0NDUzMzEiLCJkZXB0SWQiOiIxIiwiYXZhdGFyIjpudWxsLCJkZWxGbGFnIjpudWxsLCJ0eXBlIjoyLCJ1c2VySWQiOjEsImxvY2tGbGFnIjpudWxsLCJqb2JJZCI6IjEiLCJwYXNzd29yZCI6bnVsbCwicGhvbmUiOiIxNTczMDQ0NTMzMSIsInBlcm1pc3Npb25zIjpbInJlYWQiLCJ3cml0ZSJdLCJuaWNrbmFtZSI6InRhb3RhbyIsImFjY291bnQiOiJ0YW90YW8iLCJlbWFpbCI6Ijk4MTM3NjU3OEBxcS5jb20iLCJ1c2VybmFtZSI6InRhb3RhbyIsInN0YXR1cyI6MX19.HZ44ELz0bZ2C9VWwe1Jzarmq73R6CbcSGV1WLXcmgfyW3aBEWGcR7as7jH-5xX5dDRSPGLlPMyf-l1T1uDGSOz2TcsZN2zgeaXvgeAvAvHuUaB_1TH0gWotYpKG1u0qRyKTA4X_gsU1ocj413fZ5aULNvf-Fp0SLQByc7zWWPXmVlpMWnYMhvPkIHTv0M7jCTb05dvB4pj4_nZdsPdLMPHeZCwz2Is_NgmaFBLdOVtb9JPoDdfBmZVsmG17GEa95DVBeV7IdJXgTUsW7ND9AgXBWU7riCQHkXHLfXsQ93e1WrI_nAmiMBJkea1-1wfwNd2VD8cvuRN8Ff9HSAMBnPQ

Expand All @@ -76,6 +76,6 @@ Content-Type: application/json
Authorization: bearer eyJraWQiOiI4Y2Q0MjRkZi0xNDdiLTRhMTctOTE0NS0wZWJjMzRhMjMxYTIiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ0YW90YW8iLCJhdWQiOiJwYXNzd29yZC1tZXNzYWdpbmctY2xpZW50IiwibmJmIjoxNjQwOTM4NTg2LCJzY29wZSI6WyJST0xFX3N1cGVyX2FkbWluIiwicmVhZCIsIlJPTEVfYWRtaW4iLCJ3cml0ZSJdLCJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6OTAwMFwvc3ByaW5nYXV0aHNlcnZlciIsImV4cCI6MTY0MTAyNDk4NiwiaWF0IjoxNjQwOTM4NTg2LCJ1c2VyIjp7ImJpcnRoZGF5IjpudWxsLCJzZXgiOjEsInJvbGVzIjpbInN1cGVyX2FkbWluIiwiYWRtaW4iXSwibW9iaWxlIjoiMTU3MzA0NDUzMzEiLCJkZXB0SWQiOiIxIiwiYXZhdGFyIjpudWxsLCJkZWxGbGFnIjpudWxsLCJ0eXBlIjoyLCJ1c2VySWQiOjEsImxvY2tGbGFnIjpudWxsLCJqb2JJZCI6IjEiLCJwYXNzd29yZCI6bnVsbCwicGhvbmUiOiIxNTczMDQ0NTMzMSIsInBlcm1pc3Npb25zIjpbInJlYWQiLCJ3cml0ZSJdLCJuaWNrbmFtZSI6InRhb3RhbyIsImFjY291bnQiOiJ0YW90YW8iLCJlbWFpbCI6Ijk4MTM3NjU3OEBxcS5jb20iLCJ1c2VybmFtZSI6InRhb3RhbyIsInN0YXR1cyI6MX19.HZ44ELz0bZ2C9VWwe1Jzarmq73R6CbcSGV1WLXcmgfyW3aBEWGcR7as7jH-5xX5dDRSPGLlPMyf-l1T1uDGSOz2TcsZN2zgeaXvgeAvAvHuUaB_1TH0gWotYpKG1u0qRyKTA4X_gsU1ocj413fZ5aULNvf-Fp0SLQByc7zWWPXmVlpMWnYMhvPkIHTv0M7jCTb05dvB4pj4_nZdsPdLMPHeZCwz2Is_NgmaFBLdOVtb9JPoDdfBmZVsmG17GEa95DVBeV7IdJXgTUsW7ND9AgXBWU7riCQHkXHLfXsQ93e1WrI_nAmiMBJkea1-1wfwNd2VD8cvuRN8Ff9HSAMBnPQ

###
GET http://127.0.0.1:33333/api/v2023.03/sys/menu/test/pe
GET http://127.0.0.1:33333/api/v2023.04/sys/menu/test/pe
Content-Type: application/json
Authorization: bearer eyJraWQiOiI3YzZjZDYzYi0wNWQ2LTRmNGItYmIyNi0wNGYzMzI3NWVmMzEiLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ0YW90YW8iLCJhdWQiOiJwYXNzd29yZC1tZXNzYWdpbmctY2xpZW50IiwibmJmIjoxNjQwODQ1Nzk2LCJzY29wZSI6WyJST0xFX3N1cGVyX2FkbWluIiwicmVhZCIsIlJPTEVfYWRtaW4iLCJ3cml0ZSJdLCJpc3MiOiJodHRwOlwvXC8xMjcuMC4wLjE6OTAwMFwvc3ByaW5nYXV0aHNlcnZlciIsImV4cCI6MTY0MDkzMjE5NiwiaWF0IjoxNjQwODQ1Nzk2LCJ1c2VyIjp7ImJpcnRoZGF5IjpudWxsLCJzZXgiOjEsInJvbGVzIjpbInN1cGVyX2FkbWluIiwiYWRtaW4iXSwibW9iaWxlIjoiMTU3MzA0NDUzMzEiLCJkZXB0SWQiOiIxIiwiYXZhdGFyIjpudWxsLCJkZWxGbGFnIjpudWxsLCJ0eXBlIjoyLCJ1c2VySWQiOjEsImxvY2tGbGFnIjpudWxsLCJqb2JJZCI6IjEiLCJwYXNzd29yZCI6bnVsbCwicGhvbmUiOiIxNTczMDQ0NTMzMSIsInBlcm1pc3Npb25zIjpbInJlYWQiLCJ3cml0ZSJdLCJuaWNrbmFtZSI6InRhb3RhbyIsImFjY291bnQiOiJ0YW90YW8iLCJlbWFpbCI6Ijk4MTM3NjU3OEBxcS5jb20iLCJ1c2VybmFtZSI6InRhb3RhbyIsInN0YXR1cyI6MX19.hc3G9AAEx8pPWYo8SgBdUPpFELiGIEVnvRRkp27AhBzGTBj-3opURD_IisBdq2TsoV6Wd5GgOdF-ocpKciuDKbmYjY3xE9FfvLA0wvC-RqXMYxrEZCZ5rTasNAzK46a_8_yxYOY9FUgPEirhhRP1TLpggdHpnijDoyJ-UucHwPaPbu24VIZd4JZm0V5N1RF3SVRUM25l-CJtth5gmkNT28HYECWSPgFh-SSC0DX50XOzem5IFMDWkpesUFz4-cACyupzQ7X8vZgWg3Xj5nYVIPOd8zV-w8HRQRSdJwZC3y4MbJ-RD-bqrm4fWagN3GRkqKJ3IR6eq7DC3dz2RPhPdw
2 changes: 1 addition & 1 deletion doc/http/generated-requests.http
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GET http://localhost:33338/order/order/xxxx
GET http://localhost:33338/order/order/xxxx?memberId=1&code='1221'

###
POST http://127.0.0.1:33333/api/v2023.03/order/excel/export
POST http://127.0.0.1:33333/api/v2023.04/order/excel/export
Content-Type: application/json

{
Expand Down
2 changes: 1 addition & 1 deletion doc/install/bigdata/spark3_0_1/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spark-shell \
--executor-memory 1g \
--executor-cores 2 \
--queue default \
/opt/bigdata/spark-3.0.0-bin-hadoop3.2/jar/taotao-cloud-spark-2023.03.jar \
/opt/bigdata/spark-3.0.0-bin-hadoop3.2/jar/taotao-cloud-spark-2023.04.jar \
/opt/spark/input /opt/spark/output

################################################
Expand Down
40 changes: 20 additions & 20 deletions doc/install/kubernetes/04_springboot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
namespace: taotao-cloud-dev
labels:
app: taotao-cloud
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
spec:
replicas: 1
Expand All @@ -29,7 +29,7 @@ spec:
selector:
matchLabels:
app: taotao-cloud
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
strategy:
type: RollingUpdate
Expand All @@ -42,13 +42,13 @@ spec:
sidecar.istio.io/inject: "false"
labels:
app: taotao-cloud
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
spec:
terminationGracePeriodSeconds: 30
containers:
- name: taotao-cloud-gateway
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-gateway:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-gateway:2023.04
imagePullPolicy: IfNotPresent
stdin: true
terminationMessagePath: /dev/termination-log
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-monitor
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-monitor:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-monitor:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-monitor-port
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-xxljob
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-xxljob:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-xxljob:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-xxljob-port
Expand Down Expand Up @@ -197,7 +197,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-auth
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-auth:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-auth:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-auth-port
Expand Down Expand Up @@ -245,7 +245,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-sys
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-sys:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-sys:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-sys-port
Expand Down Expand Up @@ -293,7 +293,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-order
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-order:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-order:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-order-port
Expand Down Expand Up @@ -350,7 +350,7 @@ metadata:
namespace: taotao-cloud-dev
labels:
app: taotao-cloud
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
spec:
replicas: 1
Expand All @@ -360,7 +360,7 @@ spec:
selector:
matchLabels:
app: taotao-cloud
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
strategy:
type: RollingUpdate
Expand All @@ -373,7 +373,7 @@ spec:
sidecar.istio.io/inject: "false"
labels:
app: taotao-cloud
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
spec:
terminationGracePeriodSeconds: 30
Expand All @@ -385,7 +385,7 @@ spec:
#args: while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:8080)" != '200' ]]; do echo Waiting for springboot;sleep 5; done; echo springboot available
containers:
- name: taotao-cloud-gateway
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-gateway:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-gateway:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-gateway-port
Expand Down Expand Up @@ -434,7 +434,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-monitor
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-monitor:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-monitor:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-monitor-port
Expand Down Expand Up @@ -482,7 +482,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-xxljob
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-xxljob:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-xxljob:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-xxljob-port
Expand Down Expand Up @@ -530,7 +530,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-auth
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-auth:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-auth:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-auth-port
Expand Down Expand Up @@ -578,7 +578,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-sys
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-sys:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-sys:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-sys-port
Expand Down Expand Up @@ -626,7 +626,7 @@ spec:
- -c
- sleep 30
- name: taotao-cloud-order
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-order:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-order:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: taotao-cloud-order-port
Expand Down Expand Up @@ -683,12 +683,12 @@ metadata:
namespace: taotao-cloud-dev
labels:
app: taotao-cloud
version: 2023.03
version: 2023.04
spec:
type: NodePort
selector:
app: taotao-cloud
version: 2023.03
version: 2023.04
ports:
- name: taotao-cloud-gateway-port
protocol: TCP
Expand Down
6 changes: 3 additions & 3 deletions doc/install/kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata: # 资源的元数据/属性
namespace: defalult # 部署在哪个namespace中
labels: # 设定资源的标签
app: taotao-cloud-sys
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
spec: # 资源描述字段
replicas: 1 # 声明副本数目
Expand All @@ -30,7 +30,7 @@ spec: # 资源描述字段
matchLabels: # 匹配标签
workload.user.cattle.io/workloadselector: deployment-taotao-cloud-sys
app: taotao-cloud-sys
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
strategy: # 更新策略 更多策略 1.https://www.qikqiak.com/post/k8s-deployment-strategies/
type: RollingUpdate # 滚动更新策略
Expand All @@ -44,7 +44,7 @@ spec: # 资源描述字段
labels: # 设定资源的标签
workload.user.cattle.io/workloadselector: deployment-taotao-cloud-sys
app: taotao-cloud-sys
version: 2023.03
version: 2023.04
kubernetes.io/cluster-service: "true"
spec: # 资源规范字段
terminationGracePeriodSeconds: 30 #优雅关闭时间,这个时间内优雅关闭未结束,k8s 强制 kill
Expand Down
2 changes: 1 addition & 1 deletion doc/scripts/build_dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ current_dir=`dirname $(pwd)`
#JAVA_HOME="/opt/common/jdk-17"
JAVA_HOME="/Users/dengtao/software/jdk-17.jdk/Contents/Home"

VERSION=2023.03
VERSION=2023.04

function build_dockerfile() {
microservice_dir=$current_dir/taotao-cloud-microservice
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.caching=true
#\u542F\u7528\u65B0\u7684\u5B75\u5316\u6A21\u5F0F
org.gradle.configureondemand=true
kotlin.version=1.8.10
version=2023.03
version=2023.04
#\u4EE5\u4E0B\u914D\u7F6E\u5728 GRADLE_USER_HOME/gradle.properties
#maven\u4ED3\u5E93\u4E0A\u4F20signing
#signing.keyId=xxxxxx
Expand Down
4 changes: 2 additions & 2 deletions gradle/springboot.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ bootBuildImage {
environment = [
"BPL_SPRING_CLOUD_BINDINGS_ENABLED": "true",

"BP_IMAGE_LABELS" : "application_name=taotao-cloud-monitor application_version=2023.03",
"BP_IMAGE_LABELS" : "application_name=taotao-cloud-monitor application_version=2023.04",
"BP_OCI_AUTHORS" : "[email protected]",
//"BP_OCI_CREATED": " ",
//"BP_OCI_DESCRIPTION": " ",
Expand All @@ -71,7 +71,7 @@ bootBuildImage {
//"BP_OCI_VERSION": " ",

"BPE_APPLICATION_NAME" : "taotao-cloud-monitor",
"BPE_APPLICATION_VERSION" : "2023.03",
"BPE_APPLICATION_VERSION" : "2023.04",
"BPE_JMX_ENABLED" : "true",
"BPE_LANG" : "zh_CN.UTF-8",
"BPE_JMX_PORT" : "5000",
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/cloud/taotao-cloud-auth-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: taotao-cloud-auth-configmap
data:
APPLICATION_NAME: taotao-cloud-auth
APPLICATION_VERSION: '2023.03'
APPLICATION_VERSION: '2023.04'
---
apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
privileged: false
readOnlyRootFilesystem: false
runAsNonRoot: false
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-auth:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-auth:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: oauth2-port
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/cloud/taotao-cloud-gateway-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: taotao-cloud-gateway-configmap
data:
APPLICATION_NAME: taotao-cloud-gateway
APPLICATION_VERSION: '2023.03'
APPLICATION_VERSION: '2023.04'
---
apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -86,7 +86,7 @@ spec:
privileged: false
readOnlyRootFilesystem: false
runAsNonRoot: false
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-gateway:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-gateway:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: gateway-port
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/cloud/taotao-cloud-monitor-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: taotao-cloud-monitor-configmap
data:
APPLICATION_NAME: taotao-cloud-monitor
APPLICATION_VERSION: '2023.03'
APPLICATION_VERSION: '2023.04'
---
apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
privileged: false
readOnlyRootFilesystem: false
runAsNonRoot: false
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-monitor:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-monitor:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: admin-port
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/cloud/taotao-cloud-order-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: taotao-cloud-order-configmap
data:
APPLICATION_NAME: taotao-cloud-order
APPLICATION_VERSION: '2023.03'
APPLICATION_VERSION: '2023.04'
---
apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
privileged: false
readOnlyRootFilesystem: false
runAsNonRoot: false
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-order:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-order:2023.04
imagePullPolicy: Always
ports:
- name: order-port
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/cloud/taotao-cloud-sys-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: taotao-cloud-sys-configmap
data:
APPLICATION_NAME: taotao-cloud-sys
APPLICATION_VERSION: '2023.03'
APPLICATION_VERSION: '2023.04'
---
apiVersion: v1
kind: Secret
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
privileged: false
readOnlyRootFilesystem: false
runAsNonRoot: false
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-sys:2023.03
image: registry.cn-hangzhou.aliyuncs.com/taotao-cloud-project/taotao-cloud-sys:2023.04
imagePullPolicy: IfNotPresent
ports:
- name: uc-port
Expand Down
Loading

0 comments on commit 4a03432

Please sign in to comment.