Skip to content

Commit

Permalink
bump version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Jan 1, 2022
1 parent c47f773 commit 9f2655c
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 @@ -56,7 +56,7 @@
</issueManagement>

<properties>
<revision>1.9.2-SNAPSHOT</revision>
<revision>1.9.2</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.4.2</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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-adminservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-configservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-adminservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-configservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-adminservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-configservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-adminservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-configservice:1.9.2
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:1.9.2-SNAPSHOT
- image: apolloconfig/apollo-portal:1.9.2
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 9f2655c

Please sign in to comment.