Skip to content

Commit 1243038

Browse files
committed
Split tag for faf-icebreaker and use main tag on test
1 parent 4ee72e9 commit 1243038

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

apps/faf-icebreaker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
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.1.9
35+
- image: "faforever/faf-icebreaker:{{ .Values.image.tag }}"
3636
imagePullPolicy: Always
3737
name: faf-icebreaker
3838
envFrom:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
image:
2+
tag: 1.1.9
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
image:
2+
tag: main

0 commit comments

Comments
 (0)