Skip to content

Commit 5471789

Browse files
renovate[bot]Brutus5000
authored andcommitted
Update faforever/faf-icebreaker Docker tag to v1.1.0
1 parent 4e602a0 commit 5471789

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/faf-icebreaker/templates/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ data:
1010
SELF_URL: "https://ice.{{.Values.baseDomain}}"
1111
DB_USERNAME: "faf-icebreaker"
1212
DB_URL: "jdbc:mariadb://mariadb:3306/faf-icebreaker?ssl=false"
13+
RABBITMQ_HOST: "rabbitmq"
14+
RABBITMQ_PORT: "5672"
1315
CLOUDFLARE_ENABLED: "false"
1416
XIRSYS_ENABLED: "false"
1517
XIRSYS_TURN_ENABLED: "false"

apps/faf-icebreaker/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- name: geolite-db
3333
mountPath: /usr/share/GeoIP
3434
containers:
35-
- image: faforever/faf-icebreaker:1.0.15
35+
- image: faforever/faf-icebreaker:1.1.0
3636
imagePullPolicy: Always
3737
name: faf-icebreaker
3838
envFrom:

0 commit comments

Comments
 (0)