Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed May 12, 2022
1 parent f183e10 commit cb308cb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</developers>

<properties>
<revision>2.0.0-RC1</revision>
<revision>2.0.0</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.6.6</spring-boot.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-adminservice:2.0.0-RC1
- image: apolloconfig/apollo-adminservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-configservice:2.0.0-RC1
- image: apolloconfig/apollo-configservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-adminservice:2.0.0-RC1
- image: apolloconfig/apollo-adminservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-configservice:2.0.0-RC1
- image: apolloconfig/apollo-configservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-adminservice:2.0.0-RC1
- image: apolloconfig/apollo-adminservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-configservice:2.0.0-RC1
- image: apolloconfig/apollo-configservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-adminservice:2.0.0-RC1
- image: apolloconfig/apollo-adminservice:2.0.0
imagePullPolicy: IfNotPresent
name: container-apollo-admin-server-uat
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
path: application-github.properties

containers:
- image: apolloconfig/apollo-configservice:2.0.0-RC1
- image: apolloconfig/apollo-configservice:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
- key: apollo-env.properties
path: apollo-env.properties
containers:
- image: apolloconfig/apollo-portal:2.0.0-RC1
- image: apolloconfig/apollo-portal:2.0.0
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down

2 comments on commit cb308cb

@myselfghost
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update apollo-helm-chart

@nobodyiam
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@myselfghost will update the helm chart once 2.0.0 is released.

Please sign in to comment.