Skip to content

Commit

Permalink
feat: update apollo appVersion to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dellnoantechnp committed Dec 10, 2024
1 parent 1f2983e commit 7dae460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/apollo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.2.0
appVersion: 2.3.0
annotations:
artifacthub.io/images: |
- name: apolloconfig/apollo-adminservice:2.2.0
Expand All @@ -17,7 +17,7 @@ maintainers:
name: apollo
type: application
kubeVersion: ">=1.18.0"
version: 0.9.4
version: 1.0.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
1 change: 1 addition & 0 deletions charts/apollo/init-db/apolloconfigdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ CREATE TABLE `Cluster` (
`DataChange_CreatedTime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`DataChange_LastModifiedBy` varchar(64) DEFAULT '' COMMENT '最后修改人邮箱前缀',
`DataChange_LastTime` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后修改时间',
`Comment` varchar(64) DEFAULT NULL COMMENT '备注',
PRIMARY KEY (`Id`),
UNIQUE KEY `UK_AppId_Name_DeletedAt` (`AppId`,`Name`,`DeletedAt`),
KEY `IX_ParentClusterId` (`ParentClusterId`),
Expand Down

0 comments on commit 7dae460

Please sign in to comment.