diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9cb6cb..1abb03c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,21 +18,4 @@ build: entrypoint: [""] script: - echo $DEPLOY - - /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 - \ No newline at end of file + - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG \ No newline at end of file diff --git a/README.md b/README.md index 4b6f081..7249982 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,10 @@ kubectl cp :/mc_data ## Cool seeds -with an amplified world, -8018833100564192815 \ No newline at end of file +### 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 diff --git a/pubcraft/templates/deploy.yaml b/pubcraft/templates/deploy.yaml index 2eef7f9..e55fce7 100644 --- a/pubcraft/templates/deploy.yaml +++ b/pubcraft/templates/deploy.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: {{ .Release.Name }} - image: {{ .Values.image }}:{{ .Values.tag }} + image: {{ .Values.image }} ports: - containerPort: 25565 volumeMounts: diff --git a/pubcraft/values.yaml b/pubcraft/values.yaml index 7f2660f..c928899 100644 --- a/pubcraft/values.yaml +++ b/pubcraft/values.yaml @@ -1,3 +1,2 @@ -image: hub.ducoterra.net/ducoterra/minecraft -tag: 1.15.2_8 +image: hub.ducoterra.net/ducoterra/minecraft:1.16.1_2 port: 20100 \ No newline at end of file diff --git a/server.jar b/server.jar index 17a751f..fec8f61 100644 Binary files a/server.jar and b/server.jar differ