From 90cb219d799e8775a1883aec5ee0fad04078b737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 12 Aug 2019 13:27:41 +0200 Subject: [PATCH] Change the color for the docs label to ead746 --- custom/options/label/Kosmos | 2 +- kubernetes/gitea-server.yaml | 2 +- packer/custom.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom/options/label/Kosmos b/custom/options/label/Kosmos index 3dbfad0..5ca0cb3 100644 --- a/custom/options/label/Kosmos +++ b/custom/options/label/Kosmos @@ -1,5 +1,5 @@ #db231d bug ; Something is not working -#3ec300 docs ; Documentation +#ead746 docs ; Documentation #76db1d enhancement ; Improving existing functionality #1d76db feature ; New functionality #db1d76 idea ; Something to consider diff --git a/kubernetes/gitea-server.yaml b/kubernetes/gitea-server.yaml index 47f04d9..61d75f7 100644 --- a/kubernetes/gitea-server.yaml +++ b/kubernetes/gitea-server.yaml @@ -20,7 +20,7 @@ spec: # This is a busybox image with our gitea customizations saved to # /custom, built using ./script/build_customizations_image from the # root of the repo - image: eu.gcr.io/fluted-magpie-218106/gitea_custom:0.1.1 + image: eu.gcr.io/fluted-magpie-218106/gitea_custom:0.1.2 command: [ 'sh', '-c', 'mkdir -p /data/gitea/conf && mkdir -p /data/gitea/https && cp /root/conf/app.ini /data/gitea/conf/app.ini && chown 1000:1000 /data/gitea/conf/app.ini && chmod 660 /data/gitea/conf/app.ini && cp /root/conf/*.pem /data/gitea/https && chmod 600 /data/gitea/https/*.pem && cp -R /custom/* /data/gitea && chown -R 1000:1000 /data/gitea' diff --git a/packer/custom.json b/packer/custom.json index fe5b6c4..0317a37 100644 --- a/packer/custom.json +++ b/packer/custom.json @@ -21,7 +21,7 @@ { "type": "docker-tag", "repository": "eu.gcr.io/fluted-magpie-218106/gitea_custom", - "tag": "0.1.1" + "tag": "0.1.2" }, "docker-push" ]