From 74fa31312e0726ce39672fe252021471087e1729 Mon Sep 17 00:00:00 2001 From: Arnaud Lemaire Date: Tue, 14 Nov 2023 16:11:58 +0100 Subject: [PATCH] up --- .github/renovate.json5 | 6 ++++++ chart/Chart.yaml | 9 +++++++++ chart/values.yaml | 0 3 files changed, 15 insertions(+) create mode 100644 .github/renovate.json5 create mode 100644 chart/Chart.yaml create mode 100644 chart/values.yaml diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..470544a --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,6 @@ +{ + extends: [ + "config:base", + "regexManagers:dockerfileVersions", + ] +} diff --git a/chart/Chart.yaml b/chart/Chart.yaml new file mode 100644 index 0000000..6b0ecb8 --- /dev/null +++ b/chart/Chart.yaml @@ -0,0 +1,9 @@ +apiVersion: v2 +name: test +version: 0.0.0 +dependencies: +dependencies: + - name: argo-cd + repository: https://argoproj.github.io/argo-helm + version: 5.50.0 + diff --git a/chart/values.yaml b/chart/values.yaml new file mode 100644 index 0000000..e69de29