Skip to content
Open
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/faf-icebreaker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: geolite-db
mountPath: /usr/share/GeoIP
containers:
- image: faforever/faf-icebreaker:1.1.9
- image: "faforever/faf-icebreaker:{{ .Values.image.tag }}"
imagePullPolicy: Always
name: faf-icebreaker
envFrom:
Expand Down
2 changes: 2 additions & 0 deletions apps/faf-icebreaker/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
image:
tag: 1.1.9
2 changes: 2 additions & 0 deletions apps/faf-icebreaker/values-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
image:
tag: main
2 changes: 1 addition & 1 deletion apps/rabbitmq/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: rabbitmq
spec:
containers:
- image: rabbitmq:3.13.7-management-alpine
- image: rabbitmq:4.3.0-management-alpine
imagePullPolicy: Always
name: rabbitmq
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: rabbitmq
tag: 3.13.7-management-alpine
tag: 4.3.0-management-alpine

infisical-secret:
name: rabbitmq
Expand Down
Loading