Skip to content

Commit

Permalink
minecraft-server: Update to v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Dec 27, 2022
1 parent 2b7af4d commit f83e23d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/minecraft-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: minecraft-server
version: 0.1.1300
appVersion: v0.1.13
version: 0.1.1500
appVersion: v0.1.15
description: Docker Minecraft Server image with support for Plugins etc.
home: https://github.com/qumine/minecraft-server
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/minecraft-server/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ questions:
type: string
label: Image Repository
- variable: image.tag
default: v0.1.13
default: v0.1.15
description: Image tag
type: string
label: Image tag
2 changes: 1 addition & 1 deletion charts/minecraft-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
image:
registry: docker.io
repository: qumine/minecraft-server
tag: v0.1.13
tag: v0.1.15
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit f83e23d

Please sign in to comment.