upgrade to 1.6.4

This commit is contained in:
ducoterra
2020-11-21 15:29:21 -05:00
parent 12fa8ecdbe
commit 7e0ff9e416
5 changed files with 10 additions and 22 deletions

View File

@@ -18,21 +18,4 @@ build:
entrypoint: [""] entrypoint: [""]
script: script:
- echo $DEPLOY - echo $DEPLOY
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
# deploy_to_prod:
# variables:
# DEPLOY: prod
# stage: deploy
# only:
# variables:
# - $CI_COMMIT_TAG
# image:
# name: debian:10
# entrypoint: [""]
# script:
# - apt -qq update >> /dev/null && apt -qq install -y curl >> /dev/null
# - curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
# - chmod +x /usr/local/bin/kubectl
# - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
# - helm template $CI_PROJECT_NAME --set tag=$CI_COMMIT_TAG --set image=$CI_REGISTRY_IMAGE ./helm | kubectl apply -f -

View File

@@ -71,4 +71,10 @@ kubectl cp <backup> <pod_name>:/mc_data
## Cool seeds ## Cool seeds
with an amplified world, -8018833100564192815 ### 7485786574821478084
Spawns you next to a nether portal with golden axe and pickaxe. River and Village close by.
### -8018833100564192815
Use with an amplified world, massive island

View File

@@ -13,7 +13,7 @@ spec:
spec: spec:
containers: containers:
- name: {{ .Release.Name }} - name: {{ .Release.Name }}
image: {{ .Values.image }}:{{ .Values.tag }} image: {{ .Values.image }}
ports: ports:
- containerPort: 25565 - containerPort: 25565
volumeMounts: volumeMounts:

View File

@@ -1,3 +1,2 @@
image: hub.ducoterra.net/ducoterra/minecraft image: hub.ducoterra.net/ducoterra/minecraft:1.16.1_2
tag: 1.15.2_8
port: 20100 port: 20100

Binary file not shown.