Skip to content

Commit

Permalink
fix: add amd64 compatibility in Kubernetes environment
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Nov 23, 2024
1 parent 978336c commit 407415c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,15 @@ services:
- 10000-10020:10000-10020/udp

redis:
image: redis:7.0.8-alpine
image: bitnami/redis:7.4.1
restart: always
environment:
ALLOW_EMPTY_PASSWORD: yes
ports:
- 6379:6379

postgres:
image: postgres:14.1-alpine
image: bitnami/postgresql:17.2.0
restart: always
environment:
POSTGRES_USER: postgres
Expand Down
8 changes: 4 additions & 4 deletions ops/charts/connect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: routr-connect
description: Routr Connect Helm Chart
type: application
version: 0.4.2
appVersion: 2.9.0
version: 0.4.1
appVersion: 2.13.6
dependencies:
- name: postgresql
version: 12.1.15
version: 16.2.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: redis
version: 17.7.3
version: 20.3.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

0 comments on commit 407415c

Please sign in to comment.