Skip to content

Commit 73331b5

Browse files
authored
Merge pull request #423 from 48N6E/master
update image version
2 parents 7a52c28 + 0b8f7f2 commit 73331b5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/camellia-redis-proxy/deploy/docker-compose/docker-compose-rw-separate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616

1717
camellia_proxy_rw:
1818
container_name: camellia_proxy_rw
19-
image: 48n6e/camellia-redis-proxy:1.3.5-jdk-21-0.0.1
19+
image: 48n6e/camellia-redis-proxy:1.3.6-jdk-21-0.0.1
2020
volumes:
2121
- "./application.yml:/opt/camellia-redis-proxy/BOOT-INF/classes/application.yml"
2222
- "./resource-table.json:/opt/camellia-redis-proxy/BOOT-INF/classes/resource-table.json"

docs/camellia-redis-proxy/deploy/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
Verison="0.0.1"
4-
CamelliaVersion="1.3.5"
4+
CamelliaVersion="1.3.6"
55
JDK="21"
66
if [ 'X'$JDK == 'X8' ];then
77
docker build -f Dockerfile-jdk8 --build-arg CamelliaVersion=$CamelliaVersion -t "48n6e/camellia-redis-proxy:$CamelliaVersion-jdk-$JDK-$Verison" .

docs/camellia-redis-proxy/deploy/kubernetes/camellia-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
enableServiceLinks: false
1818
containers:
1919
- name: container-camellia
20-
image: 48n6e/camellia-redis-proxy:1.3.5-jdk-21-0.0.1
20+
image: 48n6e/camellia-redis-proxy:1.3.6-jdk-21-0.0.1
2121
command:
2222
- java
2323
- "-XX:+UseG1GC"

docs/camellia-redis-proxy/deploy/kubernetes/camellia-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
enableServiceLinks: false
1919
containers:
2020
- name: container-camellia
21-
image: 48n6e/camellia-redis-proxy:1.3.5-jdk-21-0.0.1
21+
image: 48n6e/camellia-redis-proxy:1.3.6-jdk-21-0.0.1
2222
command:
2323
- java
2424
- "-XX:+UseG1GC"

0 commit comments

Comments
 (0)