From 32df0b4d7303054324c24bf6bfa8c7ac48a0b038 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 15 Feb 2021 23:54:49 +0200 Subject: [PATCH] typo on upd port label (#110) * typo on upd port label * bump to 0.1.2 --- charts/qbittorrent/{0.1.1 => 0.1.2}/.helmignore | 0 charts/qbittorrent/{0.1.1 => 0.1.2}/Chart.lock | 0 charts/qbittorrent/{0.1.1 => 0.1.2}/Chart.yaml | 2 +- charts/qbittorrent/{0.1.1 => 0.1.2}/LICENSE | 0 charts/qbittorrent/{0.1.1 => 0.1.2}/README.md | 0 charts/qbittorrent/{0.1.1 => 0.1.2}/app-readme.md | 0 .../{0.1.1 => 0.1.2}/charts/common-0.12.2.tgz | Bin charts/qbittorrent/{0.1.1 => 0.1.2}/questions.yaml | 4 ++-- .../{0.1.1 => 0.1.2}/templates/NOTES.txt | 0 .../{0.1.1 => 0.1.2}/templates/common.yaml | 0 .../{0.1.1 => 0.1.2}/templates/configmap.yaml | 0 .../qbittorrent/{0.1.1 => 0.1.2}/test_values.yaml | 0 charts/qbittorrent/{0.1.1 => 0.1.2}/values.yaml | 0 13 files changed, 3 insertions(+), 3 deletions(-) rename charts/qbittorrent/{0.1.1 => 0.1.2}/.helmignore (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/Chart.lock (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/Chart.yaml (97%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/LICENSE (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/README.md (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/app-readme.md (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/charts/common-0.12.2.tgz (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/questions.yaml (99%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/templates/NOTES.txt (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/templates/common.yaml (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/templates/configmap.yaml (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/test_values.yaml (100%) rename charts/qbittorrent/{0.1.1 => 0.1.2}/values.yaml (100%) diff --git a/charts/qbittorrent/0.1.1/.helmignore b/charts/qbittorrent/0.1.2/.helmignore similarity index 100% rename from charts/qbittorrent/0.1.1/.helmignore rename to charts/qbittorrent/0.1.2/.helmignore diff --git a/charts/qbittorrent/0.1.1/Chart.lock b/charts/qbittorrent/0.1.2/Chart.lock similarity index 100% rename from charts/qbittorrent/0.1.1/Chart.lock rename to charts/qbittorrent/0.1.2/Chart.lock diff --git a/charts/qbittorrent/0.1.1/Chart.yaml b/charts/qbittorrent/0.1.2/Chart.yaml similarity index 97% rename from charts/qbittorrent/0.1.1/Chart.yaml rename to charts/qbittorrent/0.1.2/Chart.yaml index 714bd16e0d9..a86fb02f82a 100644 --- a/charts/qbittorrent/0.1.1/Chart.yaml +++ b/charts/qbittorrent/0.1.2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.3.0 description: qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 0.1.1 +version: 0.1.2 upstream_version: 7.2.1 keywords: - qbittorrent diff --git a/charts/qbittorrent/0.1.1/LICENSE b/charts/qbittorrent/0.1.2/LICENSE similarity index 100% rename from charts/qbittorrent/0.1.1/LICENSE rename to charts/qbittorrent/0.1.2/LICENSE diff --git a/charts/qbittorrent/0.1.1/README.md b/charts/qbittorrent/0.1.2/README.md similarity index 100% rename from charts/qbittorrent/0.1.1/README.md rename to charts/qbittorrent/0.1.2/README.md diff --git a/charts/qbittorrent/0.1.1/app-readme.md b/charts/qbittorrent/0.1.2/app-readme.md similarity index 100% rename from charts/qbittorrent/0.1.1/app-readme.md rename to charts/qbittorrent/0.1.2/app-readme.md diff --git a/charts/qbittorrent/0.1.1/charts/common-0.12.2.tgz b/charts/qbittorrent/0.1.2/charts/common-0.12.2.tgz similarity index 100% rename from charts/qbittorrent/0.1.1/charts/common-0.12.2.tgz rename to charts/qbittorrent/0.1.2/charts/common-0.12.2.tgz diff --git a/charts/qbittorrent/0.1.1/questions.yaml b/charts/qbittorrent/0.1.2/questions.yaml similarity index 99% rename from charts/qbittorrent/0.1.1/questions.yaml rename to charts/qbittorrent/0.1.2/questions.yaml index dbffb3b61d3..ddfe1287908 100644 --- a/charts/qbittorrent/0.1.1/questions.yaml +++ b/charts/qbittorrent/0.1.2/questions.yaml @@ -176,7 +176,7 @@ questions: type: dict attrs: - variable: enabled - label: "Enable TCP port for Torrent Connections" + label: "Enable UDP port for Torrent Connections" schema: type: boolean default: true @@ -495,4 +495,4 @@ questions: required: true enum: - value: "torrent-udp" - description: "Torrent-UDP: port 51413" \ No newline at end of file + description: "Torrent-UDP: port 51413" diff --git a/charts/qbittorrent/0.1.1/templates/NOTES.txt b/charts/qbittorrent/0.1.2/templates/NOTES.txt similarity index 100% rename from charts/qbittorrent/0.1.1/templates/NOTES.txt rename to charts/qbittorrent/0.1.2/templates/NOTES.txt diff --git a/charts/qbittorrent/0.1.1/templates/common.yaml b/charts/qbittorrent/0.1.2/templates/common.yaml similarity index 100% rename from charts/qbittorrent/0.1.1/templates/common.yaml rename to charts/qbittorrent/0.1.2/templates/common.yaml diff --git a/charts/qbittorrent/0.1.1/templates/configmap.yaml b/charts/qbittorrent/0.1.2/templates/configmap.yaml similarity index 100% rename from charts/qbittorrent/0.1.1/templates/configmap.yaml rename to charts/qbittorrent/0.1.2/templates/configmap.yaml diff --git a/charts/qbittorrent/0.1.1/test_values.yaml b/charts/qbittorrent/0.1.2/test_values.yaml similarity index 100% rename from charts/qbittorrent/0.1.1/test_values.yaml rename to charts/qbittorrent/0.1.2/test_values.yaml diff --git a/charts/qbittorrent/0.1.1/values.yaml b/charts/qbittorrent/0.1.2/values.yaml similarity index 100% rename from charts/qbittorrent/0.1.1/values.yaml rename to charts/qbittorrent/0.1.2/values.yaml