From 6c4354d19303f8b18b3f3cc8207c3730aa3c9767 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 13 Dec 2021 12:53:52 -0500 Subject: [PATCH] Automated release for version 1.0.1 --- Dockerfile | 2 +- VERSION | 2 +- docker-compose.yaml | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73e4bdf..0d12498 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /mc_data RUN chown -R minecraft:minecraft . # Copy the modpack -COPY the-1122-pack/the-1122-pack_1.3.7.zip /the-1122-pack/the-1122-pack.zip +COPY versions/the-1122-pack_1.3.7.1.zip /the-1122-pack/the-1122-pack.zip RUN chown -R minecraft:minecraft /the-1122-pack USER minecraft diff --git a/VERSION b/VERSION index 3eefcb9..7dea76e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/docker-compose.yaml b/docker-compose.yaml index 79d5523..f631875 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: '3' services: minecraft: - image: ducoterra/the-1122-pack:1.0.0 + image: ducoterra/the-1122-pack:1.0.1 stdin_open: true tty: true volumes: diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0f12438..5815e8d 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -13,8 +13,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 1.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 1.0.0 +appVersion: 1.0.1 diff --git a/helm/values.yaml b/helm/values.yaml index 151fa85..3d20259 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,4 +1,4 @@ -image: ducoterra/the-1122-pack:1.0.0 +image: ducoterra/the-1122-pack:1.0.1 port: 20102 max_cpu: 4 max_ram: 6