Skip to content

Commit 7f9c5bd

Browse files
committed
docs: update
1 parent ef424f1 commit 7f9c5bd

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/camellia-redis-proxy/deploy/charts/helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kubectl get svc -n camellia
5050
| 参数 | 说明 | 默认值 |
5151
|------|------|--------|
5252
| `camellia.replicas` | Camellia 代理副本数 | `2` |
53-
| `camellia.image.name` | Camellia 镜像 | `48n6e/camellia-redis-proxy:1.4.0-jdk-21-0.0.1` |
53+
| `camellia.image.name` | Camellia 镜像 | `48n6e/camellia-redis-proxy:1.4.1-jdk-21-0.0.1` |
5454
| `camellia.image.pullPolicy` | 镜像拉取策略 | `IfNotPresent` |
5555
| `camellia.resources` | 代理资源限制与请求 | 见 values.yaml |
5656
| `redis.image.name` | Redis 镜像 | `redis:5.0` |
@@ -65,7 +65,7 @@ kubectl get svc -n camellia
6565
camellia:
6666
replicas: 3
6767
image:
68-
name: "your-registry/camellia:1.4.0-jdk-21"
68+
name: "your-registry/camellia:1.4.1-jdk-21"
6969
pullPolicy: "IfNotPresent"
7070
resources:
7171
requests:

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.4.0-jdk-21-0.0.1
19+
image: 48n6e/camellia-redis-proxy:1.4.1-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/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.4.0-jdk-21-0.0.1
20+
image: 48n6e/camellia-redis-proxy:1.4.1-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.4.0-jdk-21-0.0.1
21+
image: 48n6e/camellia-redis-proxy:1.4.1-jdk-21-0.0.1
2222
command:
2323
- java
2424
- "-XX:+UseG1GC"

0 commit comments

Comments
 (0)