From ce4d7354fc9259055c506046fec0f3011444fb5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:44:52 -0500 Subject: [PATCH] [homer] Update helm chart common to v2 (#378) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/homer/Chart.yaml | 4 ++-- charts/homer/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/homer/ci/ct-values.yaml diff --git a/charts/homer/Chart.yaml b/charts/homer/Chart.yaml index c9e4ed8d..d56ac84a 100644 --- a/charts/homer/Chart.yaml +++ b/charts/homer/Chart.yaml @@ -4,7 +4,7 @@ description: A dead simple static HOMepage for your servER to keep your services icon: https://raw.githubusercontent.com/bastienwirtz/homer/main/public/logo.png home: https://github.com/bastienwirtz/homer name: homer -version: 1.2.0 +version: 2.0.0 sources: - https://github.com/bastienwirtz/homer maintainers: @@ -12,5 +12,5 @@ maintainers: email: jeff@billimek.com dependencies: - name: common - version: 1.7.0 + version: 2.0.3 repository: https://k8s-at-home.com/charts/ diff --git a/charts/homer/ci/ct-values.yaml b/charts/homer/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/homer/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true