From 4b5747abd32bb79abc9c6d09e7d7ac4b7fad5cb8 Mon Sep 17 00:00:00 2001
From: Nemo <me@captnemo.in>
Date: Fri, 25 Jan 2019 02:08:00 +0530
Subject: [PATCH] Jump to 1.7 release

---
 gitea/data.tf           | 2 +-
 gitea/conf/conf.ini.tpl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitea/data.tf b/gitea/data.tf
index fad1df0..2035345 100644
--- a/gitea/data.tf
+++ a/gitea/data.tf
@@ -1,7 +1,7 @@
 # https://github.com/go-gitea/gitea/releases
 data "docker_registry_image" "gitea" {
   # not bleeding, this is hemorrhaging edge
-  name = "gitea/gitea:latest"
+  name = "gitea/gitea:1.7"
 }
 
 data "docker_registry_image" "redis" {
diff --git a/gitea/conf/conf.ini.tpl b/gitea/conf/conf.ini.tpl
index 6283a85..6d710b6 100644
--- a/gitea/conf/conf.ini.tpl
+++ a/gitea/conf/conf.ini.tpl
@@ -238,7 +238,7 @@
 
 [metrics]
 ; Enables metrics endpoint. True or false; default is false.
-ENABLED = false
+ENABLED = true
 ; If you want to add authorization, specify a token here
 ; TODO
 TOKEN =
--
rgit 0.1.5