From 2aa27185598d3e293a94d08276f3af3d4e7b86e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernd=20Sch=C3=B6rgers?= Date: Sat, 7 Nov 2020 22:40:14 +0100 Subject: [PATCH] [jackett] Bump library, add ingress test (#117) --- charts/jackett/Chart.yaml | 4 ++-- charts/jackett/ci/ct-values.yaml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 charts/jackett/ci/ct-values.yaml diff --git a/charts/jackett/Chart.yaml b/charts/jackett/Chart.yaml index 75421689..e156b060 100644 --- a/charts/jackett/Chart.yaml +++ b/charts/jackett/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v0.16.1045 description: API Support for your favorite torrent trackers name: jackett -version: 5.0.0 +version: 5.0.1 keywords: - jackett - torrent @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: ^1.0.3 + version: ^1.0.4 diff --git a/charts/jackett/ci/ct-values.yaml b/charts/jackett/ci/ct-values.yaml new file mode 100644 index 00000000..f6ccc628 --- /dev/null +++ b/charts/jackett/ci/ct-values.yaml @@ -0,0 +1,2 @@ +ingress: + enabled: true