From e060c0f1bd7222f50299d7f87201558397024b80 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 22 Nov 2017 21:01:18 +0100 Subject: [PATCH] updated gitea config template --- templates/gitea/0/docker-compose.yml.tpl | 2 +- templates/gitea/0/rancher-compose.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/gitea/0/docker-compose.yml.tpl b/templates/gitea/0/docker-compose.yml.tpl index 82b3d2b..9f53a85 100644 --- a/templates/gitea/0/docker-compose.yml.tpl +++ b/templates/gitea/0/docker-compose.yml.tpl @@ -19,7 +19,7 @@ services: - gitea-db:/var/lib/mysql {{- end}} lb: - image: rancher/lb-service-haproxy:v0.6.4 + image: rancher/lb-service-haproxy:v0.7.9 ports: - ${http_port}:${http_port}/tcp - ${ssh_port}:${ssh_port}/tcp diff --git a/templates/gitea/0/rancher-compose.yml b/templates/gitea/0/rancher-compose.yml index 1048f8b..f3f7a99 100644 --- a/templates/gitea/0/rancher-compose.yml +++ b/templates/gitea/0/rancher-compose.yml @@ -4,7 +4,8 @@ catalog: version: "v1.3" description: "A painless self-hosted Git service." uuid: gitea-0 - minimum_rancher_version: v0.51.0 + minimum_rancher_version: v0.56.0 + maintainer: "Konrad Langenberg " questions: - variable: http_port description: "Public HTTP port to access Gitea's webui."