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