From bbd78319e9ed1bb506d285109117888e33f7688b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:22:19 -0500 Subject: [PATCH] [octoprint] Update helm chart common to v2 (#388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/octoprint/Chart.yaml | 4 ++-- charts/octoprint/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/octoprint/ci/ct-values.yaml diff --git a/charts/octoprint/Chart.yaml b/charts/octoprint/Chart.yaml index 7e149349..7de42084 100644 --- a/charts/octoprint/Chart.yaml +++ b/charts/octoprint/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.4.2 description: OctoPrint is the snappy web interface for your 3D printer name: octoprint -version: 1.0.1 +version: 2.0.0 keywords: - octoprint - 3d @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 diff --git a/charts/octoprint/ci/ct-values.yaml b/charts/octoprint/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/octoprint/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true