containers:
- name: poa-api-docs-installer
# 若使用了学校搭设的私有仓库,请修改
- image: harbor.supwisdom.com/authx-service/poa-api-docs-installer:1.1.0-SNAPSHOT
+ image: harbor.supwisdom.com/authx-service/poa-api-docs-installer:1.1.1-SNAPSHOT
imagePullPolicy: Always
envFrom:
- configMapRef:
title: 姓名简拼,根据姓名生成
type: string
email:
- title: 邮箱(注意不是安全邮箱)
+ title: 邮箱(注意不是安全邮箱)(弃用)
type: string
phoneNumber:
- title: 手机号(注意不是安全手机)
+ title: 手机号(注意不是安全手机)(弃用)
type: string
imageUrl:
+ title: 个人照片地址(弃用)
+ type: string
+ portraitUrl:
title: 个人照片地址
type: string
certificateTypeId:
- title: 证件类型(ID)
+ title: 证件类型(ID)(弃用)
type: string
certificateTypeCode:
- title: 证件类型(代码)
+ title: 证件类型(代码)(弃用)
type: string
certificateTypeName:
- title: 证件类型(名称)
+ title: 证件类型(名称)(弃用)
type: string
certificateNumber:
- title: 证件号码
+ title: 证件号码(弃用)
type: string
genderId:
title: 性别(ID)
IMAGE_PREFIX="authx-service"
NAME="poa-api-docs-installer"
-VERSION="1.1.0-SNAPSHOT"
+VERSION="1.1.1-SNAPSHOT"
function build
;;
esac
-exit 0
\ No newline at end of file
+exit 0