Skip to content

Commit

Permalink
Default image pull policy to Always (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Dec 6, 2024
1 parent d0cdf7d commit 56360f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/minecraft-bedrock/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: minecraft-bedrock
version: 2.8.1
version: 2.8.2
appVersion: SeeValues
home: https://minecraft.net/
description: Minecraft server
Expand Down
2 changes: 1 addition & 1 deletion charts/minecraft-bedrock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: itzg/minecraft-bedrock-server
tag: latest
pullPolicy: IfNotPresent
pullPolicy: Always
pullSecret: ""

## Configure resource requests and limits
Expand Down
2 changes: 1 addition & 1 deletion charts/minecraft/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: minecraft
version: 4.23.2
version: 4.23.3
appVersion: SeeValues
home: https://minecraft.net/
description: Minecraft server
Expand Down
2 changes: 1 addition & 1 deletion charts/minecraft/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: itzg/minecraft-server
tag: latest
pullPolicy: IfNotPresent
pullPolicy: Always
pullSecret: ""

# ### WARNING ###
Expand Down

0 comments on commit 56360f3

Please sign in to comment.