Skip to content

Commit 407415c

Browse files
committed
fix: add amd64 compatibility in Kubernetes environment
1 parent 978336c commit 407415c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

compose.dev.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,15 @@ services:
117117
- 10000-10020:10000-10020/udp
118118

119119
redis:
120-
image: redis:7.0.8-alpine
120+
image: bitnami/redis:7.4.1
121121
restart: always
122+
environment:
123+
ALLOW_EMPTY_PASSWORD: yes
122124
ports:
123125
- 6379:6379
124126

125127
postgres:
126-
image: postgres:14.1-alpine
128+
image: bitnami/postgresql:17.2.0
127129
restart: always
128130
environment:
129131
POSTGRES_USER: postgres

ops/charts/connect/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: v2
22
name: routr-connect
33
description: Routr Connect Helm Chart
44
type: application
5-
version: 0.4.2
6-
appVersion: 2.9.0
5+
version: 0.4.1
6+
appVersion: 2.13.6
77
dependencies:
88
- name: postgresql
9-
version: 12.1.15
9+
version: 16.2.2
1010
repository: https://charts.bitnami.com/bitnami
1111
condition: postgresql.enabled
1212
- name: redis
13-
version: 17.7.3
13+
version: 20.3.0
1414
repository: https://charts.bitnami.com/bitnami
1515
condition: redis.enabled

0 commit comments

Comments
 (0)