Skip to content

Commit

Permalink
Updated chart data
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxworks committed May 11, 2020
1 parent 8d62c33 commit 79e5c60
Show file tree
Hide file tree
Showing 19 changed files with 74 additions and 138 deletions.
19 changes: 16 additions & 3 deletions bungee-deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
apiVersion: v2
name: bungee-deployment
description: BungeeCord helm chart. Route players to multiple servers internally. https://www.spigotmc.org/wiki/about-bungeecord/
version: 2.0
kubeVersion: "> 1.15.0"
description: An bungee deployment deployment for MCSH. Includes bungee deployment.
type: application
version: 0.1.0
appVersion: 1.16.0
keywords:
- mcserverhosting
- bungee
home: https://mcserverhosting.net/
sources:
- https://github.com/mcserverhosting-net/charts
maintainers:
- name: sfxworks
email: [email protected]
url: sfxworks.net
icon: https://avatars0.githubusercontent.com/u/49386422
appVersion: 2.0
deprecated: false
7 changes: 0 additions & 7 deletions bungee-deployment/templates/bungee-config.yaml.disabled

This file was deleted.

6 changes: 3 additions & 3 deletions bungee-deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jarName: FlameCord.jar
config:
network:
# config.network.domainName -- The DNS name your players will connect by
domainName: play.mcserverhosting.net
domainName: bungee.mcserverhosting.red
# config.network.routeName -- The DNS name that will route to your node's IP address.
routeName: cluster-nodes.mcserverhosting.net
routeName: bungee.mcserverhosting.red
memory:
# config.memory.initial -- initial memory for the minecraft server. memory must end in G or M.
initial: 500M
# config.memory.max -- max memory for the minecraft server. memory must end in G or M.
max: 2G
max: 1G
File renamed without changes.
19 changes: 19 additions & 0 deletions namespace-lock/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v2
name: namespace-lock
version: 2.0
kubeVersion: 1.18
description: A namespace lock deployment for MCSH. Includes namespace quota and user rolebinding for authentication.
type: application
keywords:
- mcserverhosting
- namespace
home: https://mcserverhosting.net/
sources:
- https://github.com/mcserverhosting-net/charts
maintainers:
- name: sfxworks
email: [email protected]
url: sfxworks.net
icon: https://avatars0.githubusercontent.com/u/49386422
appVersion: 2.0
deprecated: false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions ns-lock/Chart.yaml

This file was deleted.

Binary file added releases/bungee-deployment-2.tgz
Binary file not shown.
112 changes: 0 additions & 112 deletions releases/index.yaml

This file was deleted.

Binary file added releases/namespace-lock-2.tgz
Binary file not shown.
Binary file added releases/server-deployment-2.tgz
Binary file not shown.
Binary file added releases/sftp-deployment-2.tgz
Binary file not shown.
22 changes: 18 additions & 4 deletions server-deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
apiVersion: v1
appVersion: "3.3"
description: MCSH Minecraft Server Deployment
apiVersion: v2
name: server-deployment
version: 3.4
version: 2.0
kubeVersion: < 1.15.0
description: A server deployment deployment for MCSH. Includes statefulset.
type: application
keywords:
- mcserverhosting
- server
home: https://mcserverhosting.net/
sources:
- https://github.com/mcserverhosting-net/charts
maintainers:
- name: sfxworks
email: [email protected]
url: sfxworks.net
icon: https://avatars0.githubusercontent.com/u/49386422
appVersion: 2.0
deprecated: false
21 changes: 18 additions & 3 deletions sftp-deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
apiVersion: v2
name: sftp-deployment
description: SFTP deployment for connecting to your minecraft server via SSH. Manages users and ids.
version: 2.0
kubeVersion: < 1.15.0
description: An SFTP deployment deployment for MCSH. Includes user management for keys and uid.
type: application
version: 0.1.0
appVersion: 0.1.0
keywords:
- mcserverhosting
- sftp
- ftp
- user
home: https://mcserverhosting.net/
sources:
- https://github.com/mcserverhosting-net/charts
maintainers:
- name: sfxworks
email: [email protected]
url: sfxworks.net
icon: https://avatars0.githubusercontent.com/u/49386422
appVersion: 2.0
deprecated: false

0 comments on commit 79e5c60

Please sign in to comment.