From 3612bb2f9584e5bb0336eba11cccd736aafdc1db Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 23:37:55 +0200 Subject: [PATCH 1/2] feat: add cuddle Signed-off-by: kjuulh --- .drone.yml | 2 ++ cuddle.yaml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .drone.yml create mode 100644 cuddle.yaml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b891f02 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,2 @@ +kind: template +load: cuddle-empty-plan.yaml diff --git a/cuddle.yaml b/cuddle.yaml new file mode 100644 index 0000000..17a5e69 --- /dev/null +++ b/cuddle.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json + +base: "git@git.front.kjuulh.io:kjuulh/cuddle-empty-plan.git" + +vars: + service: "dagger-helm" + registry: kasperhermansen + +please: + project: + owner: kjuulh + repository: "dagger-helm" + branch: main + settings: + api_url: https://git.front.kjuulh.io + From aeca5d8b7b0559141955b135a1af3a34e9beb4cf Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 23:38:10 +0200 Subject: [PATCH 2/2] chore(test): test commit