From 625abea21685614f0af67c10e4d8c7a795a643e4 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 5 Jun 2021 12:47:27 +0200 Subject: fix jb remote urls --- deploy/jsonnetfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy/jsonnetfile.json') diff --git a/deploy/jsonnetfile.json b/deploy/jsonnetfile.json index d27d68d..a9ca058 100644 --- a/deploy/jsonnetfile.json +++ b/deploy/jsonnetfile.json @@ -22,7 +22,7 @@ { "source": { "git": { - "remote": "https://gitlab.com/cocainefarm/k8s/lib/util", + "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git", "subdir": "" } }, -- cgit v1.2.3 /cgit.png' alt='cgit logo'/> index : catinator.git
IRC Bot for #linuxmasterraceMax Audron <me@audron.dev>
aboutsummaryrefslogtreecommitdiff
path: root/deploy/environments/production/main.jsonnet (unfollow)
Commit message (Collapse)AuthorLines
2021-06-05bump version to 1.0.2Max Audron-2/+2
2021-06-05add tanka ci configurationMax Audron-1/+1
2021-06-05ready tanka deploy for CIMax Audron-32/+69
2021-06-05remove tanka vendoringMax Audron-27651/+0
2021-05-26Release 1.0.1Max Audron-3/+3
2021-05-26fix log breaking once buffer fullMax Audron-2/+33
the log_msg function was poping the newest message and replacing it with the newest message, it should be poping the oldest messages.
2021-05-16add deployment stuffMax Audron-6/+27786
2021-05-15add container buildMax Audron-2/+35