From c09f5efd8565ed704a05cfd485398b9de8d566b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 May 2021 22:30:55 +0200 Subject: [PATCH] Update minor Docker tags (#483) * Update minor Docker tags * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-by: Renovate Bot Co-authored-by: TrueCharts-Bot --- .github/workflows/apps.yaml | 2 +- .github/workflows/containers.build.yaml | 2 +- charts/incubator/unifi/Chart.yaml | 42 ++++++++--------- charts/incubator/unifi/SCALE/ix_values.yaml | 2 +- charts/incubator/unifi/values.yaml | 2 +- charts/stable/esphome/Chart.yaml | 49 ++++++++++--------- charts/stable/esphome/SCALE/ix_values.yaml | 2 +- charts/stable/esphome/values.yaml | 2 +- charts/stable/jackett/Chart.yaml | 52 ++++++++++----------- charts/stable/jackett/SCALE/ix_values.yaml | 2 +- charts/stable/jackett/values.yaml | 2 +- charts/stable/radarr/Chart.yaml | 52 ++++++++++----------- charts/stable/radarr/SCALE/ix_values.yaml | 2 +- charts/stable/radarr/values.yaml | 2 +- 14 files changed, 104 insertions(+), 111 deletions(-) diff --git a/.github/workflows/apps.yaml b/.github/workflows/apps.yaml index 78300e5fbaa..6ec9527445a 100644 --- a/.github/workflows/apps.yaml +++ b/.github/workflows/apps.yaml @@ -152,7 +152,7 @@ jobs: go test ./charts/.../tests -json | tee test.json - name: Annotate unit tests if: ${{ steps.prep-lint.outputs.unittests == 'true' }} - uses: guyarb/golang-test-annotations@v0.3.0 + uses: guyarb/golang-test-annotations@v0.4.0 with: test-results: test.json diff --git a/.github/workflows/containers.build.yaml b/.github/workflows/containers.build.yaml index ea5df70ebd5..3c6c30b4350 100644 --- a/.github/workflows/containers.build.yaml +++ b/.github/workflows/containers.build.yaml @@ -50,7 +50,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: hadolint - uses: reviewdog/action-hadolint@v1.18.0 + uses: reviewdog/action-hadolint@v1.19.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review diff --git a/charts/incubator/unifi/Chart.yaml b/charts/incubator/unifi/Chart.yaml index 6ffb172e5ae..01ddf4d7635 100644 --- a/charts/incubator/unifi/Chart.yaml +++ b/charts/incubator/unifi/Chart.yaml @@ -1,28 +1,26 @@ apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: unifi -version: 4.0.0 -upstream_version: 1.5.1 -appVersion: "auto" -description: Ubiquiti Network's Unifi Controller -type: application +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 4.1.5 deprecated: false +description: Ubiquiti Network's Unifi Controller home: https://github.com/truecharts/apps/tree/master/incubator/unifi icon: https://dl.ubnt.com/press/logo-UniFi.png keywords: - - ubiquiti - - unifi -sources: - - https://github.com/truecharts/apps/tree/master/incubator/unifi - - https://github.com/jacobalberty/unifi-docker - - https://unifi-network.ui.com -dependencies: - - name: common - repository: https://truecharts.org/ - version: 4.1.5 - # condition: +- ubiquiti +- unifi +kubeVersion: '>=1.16.0-0' maintainers: - - name: TrueCharts - email: info@truecharts.org - url: truecharts.org -# annotations: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +name: unifi +sources: +- https://github.com/truecharts/apps/tree/master/incubator/unifi +- https://github.com/jacobalberty/unifi-docker +- https://unifi-network.ui.com +type: application +upstream_version: 1.5.1 +version: 4.0.1 diff --git a/charts/incubator/unifi/SCALE/ix_values.yaml b/charts/incubator/unifi/SCALE/ix_values.yaml index 654c3f98687..9fa028d1b5e 100644 --- a/charts/incubator/unifi/SCALE/ix_values.yaml +++ b/charts/incubator/unifi/SCALE/ix_values.yaml @@ -6,7 +6,7 @@ image: repository: jacobalberty/unifi - tag: 6.1.71 + tag: 6.2.25 pullPolicy: IfNotPresent envTpl: diff --git a/charts/incubator/unifi/values.yaml b/charts/incubator/unifi/values.yaml index 3f3075db877..b558a83b366 100644 --- a/charts/incubator/unifi/values.yaml +++ b/charts/incubator/unifi/values.yaml @@ -2,7 +2,7 @@ image: repository: jacobalberty/unifi - tag: 6.1.71 + tag: 6.2.25 pullPolicy: IfNotPresent strategy: diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml index da1548d274b..f9aab41f959 100644 --- a/charts/stable/esphome/Chart.yaml +++ b/charts/stable/esphome/Chart.yaml @@ -1,31 +1,30 @@ apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: esphome -version: 4.0.0 -upstream_version: 4.3.1 -appVersion: "auto" -description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -type: application +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 4.1.5 deprecated: false +description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful + configuration files and control them remotely through Home Automation systems. home: https://github.com/truecharts/apps/tree/master/stable/esphome icon: https://esphome.io/_images/logo.svg keywords: - - esphome -sources: - - https://github.com/truecharts/apps/tree/master/stable/esphome - - https://github.com/k8s-at-home/charts/tree/master/charts/esphome - - https://github.com/esphome/esphome - - https://hub.docker.com/u/esphome -dependencies: - - name: common - repository: https://truecharts.org/ - version: 4.1.5 - # condition: +- esphome +kubeVersion: '>=1.16.0-0' maintainers: - - name: TrueCharts - email: info@truecharts.org - url: truecharts.org - - name: tprelog - email: 35702532+tprelog@users.noreply.github.com - url: truecharts.org -# annotations: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: 35702532+tprelog@users.noreply.github.com + name: tprelog + url: truecharts.org +name: esphome +sources: +- https://github.com/truecharts/apps/tree/master/stable/esphome +- https://github.com/k8s-at-home/charts/tree/master/charts/esphome +- https://github.com/esphome/esphome +- https://hub.docker.com/u/esphome +type: application +upstream_version: 4.3.1 +version: 4.0.1 diff --git a/charts/stable/esphome/SCALE/ix_values.yaml b/charts/stable/esphome/SCALE/ix_values.yaml index a40dd8ef604..74246b558c1 100644 --- a/charts/stable/esphome/SCALE/ix_values.yaml +++ b/charts/stable/esphome/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 1.17.1 + tag: 1.18.0 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index 01060dc6920..e0062640972 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.yaml @@ -3,7 +3,7 @@ image: repository: esphome/esphome pullPolicy: IfNotPresent - tag: 1.17.1 + tag: 1.18.0 strategy: type: Recreate diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml index 7bd4b93e724..0c5a62dba71 100644 --- a/charts/stable/jackett/Chart.yaml +++ b/charts/stable/jackett/Chart.yaml @@ -1,33 +1,31 @@ apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: jackett -version: 4.0.0 -upstream_version: 7.0.1 -appVersion: "auto" -description: API Support for your favorite torrent trackers. -type: application +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 4.1.5 deprecated: false +description: API Support for your favorite torrent trackers. home: https://github.com/truecharts/apps/tree/master/stable/jackett icon: https://truecharts.org/_static/img/jackett-icon.png keywords: - - jackett - - torrent - - usenet -sources: - - https://github.com/truecharts/apps/tree/master/stable/jackett - - https://github.com/k8s-at-home/charts/tree/master/charts/jackett - - https://github.com/Jackett/Jackett - - https://hub.docker.com/r/linuxserver/jackett -dependencies: - - name: common - repository: https://truecharts.org/ - version: 4.1.5 - # condition: +- jackett +- torrent +- usenet +kubeVersion: '>=1.16.0-0' maintainers: - - name: TrueCharts - email: info@truecharts.org - url: truecharts.org - - name: Ornias1993 - email: kjeld@schouten-lebbing.nl - url: truecharts.org -# annotations: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org +name: jackett +sources: +- https://github.com/truecharts/apps/tree/master/stable/jackett +- https://github.com/k8s-at-home/charts/tree/master/charts/jackett +- https://github.com/Jackett/Jackett +- https://hub.docker.com/r/linuxserver/jackett +type: application +upstream_version: 7.0.1 +version: 4.0.1 diff --git a/charts/stable/jackett/SCALE/ix_values.yaml b/charts/stable/jackett/SCALE/ix_values.yaml index 99acca3a500..b13a9410f86 100644 --- a/charts/stable/jackett/SCALE/ix_values.yaml +++ b/charts/stable/jackett/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/jackett pullPolicy: IfNotPresent - tag: v0.17.1011 + tag: v0.18.106 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index 656c801f421..03d002dd451 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/jackett pullPolicy: IfNotPresent - tag: v0.17.1011 + tag: v0.18.106 strategy: type: Recreate diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml index f02b34ccee4..4efdc46d9d5 100644 --- a/charts/stable/radarr/Chart.yaml +++ b/charts/stable/radarr/Chart.yaml @@ -1,33 +1,31 @@ apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: radarr -version: 4.0.0 -upstream_version: 9.1.0 -appVersion: "auto" -description: A fork of Sonarr to work with movies à la Couchpotato -type: application +appVersion: auto +dependencies: +- name: common + repository: https://truecharts.org/ + version: 4.1.5 deprecated: false +description: "A fork of Sonarr to work with movies \xE0 la Couchpotato" home: https://github.com/truecharts/apps/tree/master/stable/radarr icon: https://nzbusenet.com/wp-content/uploads/2017/10/radarr-logo.png keywords: - - radarr - - torrent - - usenet -sources: - - https://github.com/truecharts/apps/tree/master/stable/radarr - - https://github.com/k8s-at-home/charts/tree/master/charts/radarr - - https://github.com/Radarr/Radarr - - https://hub.docker.com/r/linuxserver/radarr -dependencies: - - name: common - repository: https://truecharts.org/ - version: 4.1.5 - # condition: +- radarr +- torrent +- usenet +kubeVersion: '>=1.16.0-0' maintainers: - - name: TrueCharts - email: info@truecharts.org - url: truecharts.org - - name: Ornias1993 - email: kjeld@schouten-lebbing.nl - url: truecharts.org -# annotations: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +- email: kjeld@schouten-lebbing.nl + name: Ornias1993 + url: truecharts.org +name: radarr +sources: +- https://github.com/truecharts/apps/tree/master/stable/radarr +- https://github.com/k8s-at-home/charts/tree/master/charts/radarr +- https://github.com/Radarr/Radarr +- https://hub.docker.com/r/linuxserver/radarr +type: application +upstream_version: 9.1.0 +version: 4.0.1 diff --git a/charts/stable/radarr/SCALE/ix_values.yaml b/charts/stable/radarr/SCALE/ix_values.yaml index 3093c26a41f..d072268cac7 100644 --- a/charts/stable/radarr/SCALE/ix_values.yaml +++ b/charts/stable/radarr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/radarr pullPolicy: IfNotPresent - tag: v3.1.1.4954 + tag: v3.2.0.5048 probes: liveness: diff --git a/charts/stable/radarr/values.yaml b/charts/stable/radarr/values.yaml index 703b9625db6..e0c08d1333f 100644 --- a/charts/stable/radarr/values.yaml +++ b/charts/stable/radarr/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/radarr pullPolicy: IfNotPresent - tag: v3.1.1.4954 + tag: v3.2.0.5048 strategy: type: Recreate