generated from onedr0p/cluster-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Helm chart minecraft to 4.23.2 #6519
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minecraft-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bloopy-boi
bot
added
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
area/cluster
Changes made in the cluster directory
labels
Apr 15, 2024
Path: @@ -4,6 +4,7 @@
kind: Secret
metadata:
name: "minecraft-minecraft-rcon"
+ namespace: default
labels:
app: minecraft-minecraft
release: "minecraft"
@@ -19,6 +20,7 @@
kind: Secret
metadata:
name: "minecraft-minecraft-curseforge"
+ namespace: default
labels:
app: minecraft-minecraft
release: "minecraft"
@@ -34,6 +36,7 @@
kind: Service
metadata:
name: minecraft-minecraft-map
+ namespace: "default"
annotations: null
labels:
app: minecraft-minecraft-map
@@ -56,6 +59,7 @@
kind: Service
metadata:
name: minecraft-minecraft
+ namespace: default
labels:
app: minecraft-minecraft
release: "minecraft"
@@ -82,6 +86,7 @@
kind: Service
metadata:
name: "minecraft-minecraft-rcon"
+ namespace: default
annotations: {}
labels:
app: minecraft-minecraft
@@ -104,6 +109,7 @@
kind: StatefulSet
metadata:
name: minecraft-minecraft
+ namespace: default
labels:
app: minecraft-minecraft
release: "minecraft"
@@ -135,67 +141,6 @@
seccompProfile:
type: RuntimeDefault
containers:
- - name: minecraft-minecraft-mc-backup
- image: "itzg/mc-backup:latest"
- imagePullPolicy: IfNotPresent
- resources:
- requests:
- cpu: 500m
- memory: 512Mi
- env:
- - name: SRC_DIR
- value: "/data"
- - name: BACKUP_NAME
- value: "world-2"
- - name: INITIAL_DELAY
- value: "2m"
- - name: BACKUP_INTERVAL
- value: "24h"
- - name: PRUNE_BACKUPS_DAYS
- value: "20"
- - name: PAUSE_IF_NO_PLAYERS
- value: "false"
- - name: SERVER_PORT
- value: "25565"
- - name: RCON_HOST
- value: "localhost"
- - name: RCON_PORT
- value: "25575"
- - name: RCON_PASSWORD
- valueFrom:
- secretKeyRef:
- name: minecraft-minecraft-rcon
- key: rcon-password
- - name: RCON_RETRIES
- value: "5"
- - name: RCON_RETRY_INTERVAL
- value: "10s"
- - name: EXCLUDES
- value: "*.jar,cache,logs"
- - name: BACKUP_METHOD
- value: "tar"
- - name: DEST_DIR
- value: "/backups"
- - name: LINK_LATEST
- value: "false"
- - name: TAR_COMPRESS_METHOD
- value: "gzip"
- - name: ZSTD_PARAMETERS
- value: "-3 --long=25 --single-thread"
- volumeMounts:
- - name: tmp
- mountPath: /tmp
- - name: datadir
- mountPath: /data
- readOnly: true
- - name: backupdir
- mountPath: /backups
- securityContext:
- allowPrivilegeEscalation: false
- capabilities:
- drop:
- - ALL
- readOnlyRootFilesystem: true
- name: minecraft-minecraft
image: "itzg/minecraft-server:java-17@sha256:c6c6afd0e3fa4f06074a449c2dc8248a55a7c639bdda5754d5eaa6963447c909"
imagePullPolicy: IfNotPresent
@@ -311,6 +256,13 @@
secretKeyRef:
name: minecraft-minecraft-rcon
key: rcon-password
+ - name: CF_API_KEY
+ valueFrom:
+ secretKeyRef:
+ name: minecraft-minecraft-curseforge
+ key: cf-api-key
+ - name: CF_PARALLEL_DOWNLOADS
+ value: "4"
- name: ENABLE_AUTOPAUSE
value: "FALSE"
- name: MODS
@@ -349,6 +301,67 @@
drop:
- ALL
readOnlyRootFilesystem: true
+ - name: minecraft-minecraft-mc-backup
+ image: "itzg/mc-backup:latest"
+ imagePullPolicy: IfNotPresent
+ resources:
+ requests:
+ cpu: 500m
+ memory: 512Mi
+ env:
+ - name: SRC_DIR
+ value: "/data"
+ - name: BACKUP_NAME
+ value: "world-2"
+ - name: INITIAL_DELAY
+ value: "2m"
+ - name: BACKUP_INTERVAL
+ value: "24h"
+ - name: PRUNE_BACKUPS_DAYS
+ value: "20"
+ - name: PAUSE_IF_NO_PLAYERS
+ value: "false"
+ - name: SERVER_PORT
+ value: "25565"
+ - name: RCON_HOST
+ value: "localhost"
+ - name: RCON_PORT
+ value: "25575"
+ - name: RCON_PASSWORD
+ valueFrom:
+ secretKeyRef:
+ name: minecraft-minecraft-rcon
+ key: rcon-password
+ - name: RCON_RETRIES
+ value: "5"
+ - name: RCON_RETRY_INTERVAL
+ value: "10s"
+ - name: EXCLUDES
+ value: "*.jar,cache,logs"
+ - name: BACKUP_METHOD
+ value: "tar"
+ - name: DEST_DIR
+ value: "/backups"
+ - name: LINK_LATEST
+ value: "false"
+ - name: TAR_COMPRESS_METHOD
+ value: "gzip"
+ - name: ZSTD_PARAMETERS
+ value: "-3 --long=25 --single-thread"
+ volumeMounts:
+ - name: tmp
+ mountPath: /tmp
+ - name: datadir
+ mountPath: /data
+ readOnly: true
+ - name: backupdir
+ mountPath: /backups
+ securityContext:
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
volumes:
- name: tmp
emptyDir: {}
@@ -365,6 +378,7 @@
kind: Ingress
metadata:
name: minecraft-minecraft-map
+ namespace: "default"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
renovate
bot
changed the title
Update Helm chart minecraft to 4.16.0
Update Helm chart minecraft to 4.17.0
Apr 27, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
April 27, 2024 23:09
7f7c4ac
to
4201272
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.17.0
Update Helm chart minecraft to 4.18.0
May 22, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
2 times, most recently
from
May 27, 2024 18:42
7554bf5
to
17862d3
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.18.0
Update Helm chart minecraft to 4.19.0
May 27, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
July 22, 2024 12:37
17862d3
to
56aaad6
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.19.0
Update Helm chart minecraft to 4.20.0
Jul 22, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
August 18, 2024 20:15
56aaad6
to
de7269b
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.20.0
Update Helm chart minecraft to 4.21.0
Aug 18, 2024
renovate
bot
changed the title
Update Helm chart minecraft to 4.21.0
Update Helm chart minecraft to 4.22.0
Aug 23, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
August 23, 2024 19:48
de7269b
to
ae04296
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.22.0
Update Helm chart minecraft to 4.22.1
Aug 30, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
2 times, most recently
from
August 30, 2024 21:57
ede22c1
to
5f16d41
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.22.1
Update Helm chart minecraft to 4.22.2
Aug 30, 2024
renovate
bot
changed the title
Update Helm chart minecraft to 4.22.2
Update Helm chart minecraft to 4.23.0
Aug 31, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
August 31, 2024 21:19
5f16d41
to
a132e24
Compare
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
September 10, 2024 14:52
a132e24
to
27a06a5
Compare
renovate
bot
changed the title
Update Helm chart minecraft to 4.23.0
Update Helm chart minecraft to 4.23.1
Sep 10, 2024
Signed-off-by: Zee Aslam <h3mmy@users.noreply.github.com>
renovate
bot
changed the title
Update Helm chart minecraft to 4.23.1
Update Helm chart minecraft to 4.23.2
Sep 22, 2024
renovate
bot
force-pushed
the
renovate/minecraft-4.x
branch
from
September 22, 2024 16:16
27a06a5
to
e9fd2dd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cluster
Changes made in the cluster directory
renovate/helm
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
type/minor
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.15.0
->4.23.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
itzg/minecraft-server-charts (minecraft)
v4.23.2
Compare Source
Minecraft server
v4.23.1
Compare Source
Minecraft server
v4.23.0
Compare Source
Minecraft server
v4.22.2
Compare Source
Minecraft server
v4.22.1
Compare Source
Minecraft server
v4.22.0
Compare Source
Minecraft server
v4.21.0
Compare Source
Minecraft server
v4.20.0
Compare Source
Minecraft server
v4.19.0
Compare Source
Minecraft server
v4.18.0
Compare Source
Minecraft server
v4.17.0
Compare Source
Minecraft server
v4.16.0
Compare Source
Minecraft server
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.