aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-06-05 01:11:01 +0200
committerMax Audron <audron@cocaine.farm>2021-06-05 01:11:01 +0200
commit139dd8612968e5fb1082fd97d81a751a1e7f88e5 (patch)
tree3741b876174b5de4b4193ad0446006239136a052
parentswitch to https url for tanka util lib (diff)
fix tanka dependency path
Diffstat (limited to '')
-rw-r--r--deploy/jsonnetfile.json6
-rw-r--r--deploy/jsonnetfile.lock.json10
2 files changed, 8 insertions, 8 deletions
diff --git a/deploy/jsonnetfile.json b/deploy/jsonnetfile.json
index d27d68d..b97cb05 100644
--- a/deploy/jsonnetfile.json
+++ b/deploy/jsonnetfile.json
@@ -4,7 +4,7 @@
{
"source": {
"git": {
- "remote": "https://github.com/grafana/jsonnet-libs",
+ "remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "ksonnet-util"
}
},
@@ -13,7 +13,7 @@
{
"source": {
"git": {
- "remote": "https://github.com/jsonnet-libs/k8s-alpha",
+ "remote": "https://github.com/jsonnet-libs/k8s-alpha.git",
"subdir": "1.21"
}
},
@@ -22,7 +22,7 @@
{
"source": {
"git": {
- "remote": "https://gitlab.com/cocainefarm/k8s/lib/util",
+ "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git",
"subdir": ""
}
},
diff --git a/deploy/jsonnetfile.lock.json b/deploy/jsonnetfile.lock.json
index 9102c5a..bc8bc63 100644
--- a/deploy/jsonnetfile.lock.json
+++ b/deploy/jsonnetfile.lock.json
@@ -4,7 +4,7 @@
{
"source": {
"git": {
- "remote": "https://github.com/grafana/jsonnet-libs",
+ "remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "ksonnet-util"
}
},
@@ -14,7 +14,7 @@
{
"source": {
"git": {
- "remote": "https://github.com/jsonnet-libs/k8s-alpha",
+ "remote": "https://github.com/jsonnet-libs/k8s-alpha.git",
"subdir": "1.21"
}
},
@@ -24,12 +24,12 @@
{
"source": {
"git": {
- "remote": "https://gitlab.com/cocainefarm/k8s/lib/util",
+ "remote": "https://gitlab.com/cocainefarm/k8s/lib/util.git",
"subdir": ""
}
},
- "version": "5c9688362ec0b5609de9aa470a1c3c070e16d28a",
- "sum": "mSOvwUmBAeSSrcAZN+ke5OwoDifnx50Gv8JRlUJ7D4E="
+ "version": "dffd45092b4e84fd239b59c91942a4e391d911b1",
+ "sum": "YsKrwZU3GQbzzEISlAJ/3tU6ZcJvBnogMs5kEQJ/lzQ="
}
],
"legacyImports": false
When petting the cat it will reply with some random action. 2021-06-05feat: send actionR0flcopt3r-1/+9 2021-06-05release version 1.1.0Max Audron-2/+2 2021-06-05document proc macrosMax Audron-4/+97 2021-06-05add intensifyMax Audron-3/+27 2021-06-05add privmsg macroMax Audron-2/+40 2021-06-05fix jb remote urlsMax Audron-4/+4 2021-06-05remove egress gateway configMax Audron-10/+0 2021-06-05update tanka dependenciesMax Audron-8/+8 2021-06-05fix init container nameMax Audron-1/+1 2021-06-05fix tanka dependency pathMax Audron-8/+8 2021-06-05switch to https url for tanka util libMax Audron-2/+2 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