From ff4676d2e26e41f1ffe0a59ac041352f686cb8b9 Mon Sep 17 00:00:00 2001 From: Michael McLeroy <michaelmcleroy@cloudfitsoftware.com> Date: Wed, 21 Apr 2021 15:38:14 -0400 Subject: [PATCH] test --- CODEOWNERS | 1 + renovate.json | 3 +-- values.yaml | 11 +---------- 3 files changed, 3 insertions(+), 12 deletions(-) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c3cc157 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +@michaelmcleroy \ No newline at end of file diff --git a/renovate.json b/renovate.json index f9a708b..251c5dc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "assignees": ["@michaelmcleroy"], "baseBranches": ["master"], "regexManagers": [ { @@ -19,7 +18,7 @@ "matchStrings": [ "tags:\\s+-\\s+\"(?<currentValue>.+?)\"" ], - "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio-1.8/proxyv2", + "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/istioctl", "datasourceTemplate": "docker" } ] diff --git a/values.yaml b/values.yaml index 1660c9a..eb7b515 100644 --- a/values.yaml +++ b/values.yaml @@ -41,13 +41,4 @@ resources: url: https://www.clamav.net/downloads/production/clamav-0.103.2.tar.gz validation: type: sha256 - value: d4b5d0ac666262e423a326fb54778caa7c69624d6c3f9542895feb8478271bd2 - -# List of project maintainers -maintainers: -- email: "gavin.scallon@parsons.com" - # The name of the current container owner - name: "Gavin Scallon" - # The gitlab username of the current container owner - username: "gavin.scallon" - cht_member: true + value: d4b5d0ac666262e423a326fb54778caa7c69624d6c3f9542895feb8478271bd2 \ No newline at end of file -- GitLab