Skip to content

Commit 8d8a542

Browse files
feat(container): update image ghcr.io/itzg/minecraft-server-charts/mc-router (1.2.6 → 1.3.0) (#4118)
* feat(container): update image ghcr.io/itzg/minecraft-server-charts/mc-router (1.2.6 → 1.3.0) * fix: revert changes in itzg/minecraft-server-charts#265 * fix: pullpolicy * fix: pull policy --------- Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com> Co-authored-by: Jory Irving <[email protected]> Co-authored-by: Jory Irving <[email protected]>
1 parent 584c278 commit 8d8a542

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kubernetes/apps/base/games/minecraft/mc-router/helmrelease.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
1111
operation: copy
1212
ref:
13-
tag: 1.2.6
13+
tag: 1.3.0
1414
url: oci://ghcr.io/itzg/minecraft-server-charts/mc-router
1515
---
1616
# yaml-language-server: $schema=https://kube-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
@@ -31,6 +31,10 @@ spec:
3131
remediation:
3232
retries: 3
3333
values:
34+
image:
35+
repository: itzg/mc-router ## TODO: Change to GHCR
36+
tag: 1.26.0@sha256:7f2ed38d583fbfa38967265920adbe10883d48b0bc69dd6fb127660b12d8fdd0
37+
pullPolicy: IfNotPresent
3438
services:
3539
minecraft:
3640
type: LoadBalancer

0 commit comments

Comments
 (0)