Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/rybbit/clickhouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
fsGroupChangePolicy: OnRootMismatch
containers:
- name: clickhouse
image: clickhouse/clickhouse-server:26.3.17.4
image: clickhouse/clickhouse-server:26.8.8.8
ports:
- containerPort: 8123
env:
Expand Down
2 changes: 1 addition & 1 deletion apps/rybbit/redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
spec:
containers:
- name: redis
image: redis:8.6.4-alpine
image: redis:8.10.1-alpine
ports:
- containerPort: 6379
env:
Expand Down
6 changes: 3 additions & 3 deletions apps/rybbit/rybbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
initContainers:
# backend は DB を一定回数しか待たずに落ちるので、初回(initdb 中・ClickHouse の起動中)は先に待つ
- name: wait-for-db
image: busybox:1.37.0
image: busybox:1.38.0
command:
- sh
- -c
Expand All @@ -60,7 +60,7 @@ spec:
until nc -z redis 6379; do echo "Redis を待っている"; sleep 5; done
containers:
- name: backend
image: ghcr.io/rybbit-io/rybbit-backend:v2.9.0
image: ghcr.io/rybbit-io/rybbit-backend:v2.9.1
ports:
- containerPort: 3001
env:
Expand Down Expand Up @@ -148,7 +148,7 @@ spec:
spec:
containers:
- name: client
image: ghcr.io/rybbit-io/rybbit-client:v2.9.0
image: ghcr.io/rybbit-io/rybbit-client:v2.9.1
ports:
- containerPort: 3002
env:
Expand Down