Compare commits

...

8 Commits

Author SHA1 Message Date
39411f2306 [antennas] Update dependencies 2022-08-10 17:14:57 +01:00
renovate[bot]
582b08a1a7 [workflows] Update azure/setup-helm action to v3 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 07:09:00 +01:00
renovate[bot]
e595c03ce3 [workflows] Update actions/setup-python action to v4 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 07:08:46 +01:00
renovate[bot]
4a07da46b7 Update helm/chart-releaser-action action to v1.4.0 (#41)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-05 14:00:45 +01:00
renovate[bot]
041349a168 Update helm/chart-testing-action action to v2.2.1 (#37)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:58:36 +01:00
renovate[bot]
9992558871 [workflows] Update actions/setup-python action to v3 (#39)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:58:27 +01:00
renovate[bot]
7982f72173 [workflows] Update actions/checkout action to v3 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:58:15 +01:00
renovate[bot]
44f292950f Update external minor dep (#36)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 07:00:57 +00:00
4 changed files with 10 additions and 10 deletions

View File

@@ -7,21 +7,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.6.3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0
uses: helm/chart-testing-action@v2.2.1
- name: Run chart-testing (list-changed)
id: list-changed

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
@@ -20,12 +20,12 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.4.0
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
uses: helm/chart-releaser-action@v1.4.0
with:
charts_repo_url: https://nikdoof.github.io/helm-charts
env:

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "4.1.0"
description: Antennas
name: antennas
version: 1.1.0
version: 1.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- tvheadend
@@ -18,4 +18,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.3.0
version: 4.5.2

View File

@@ -9,7 +9,7 @@ image:
# -- image repository
repository: thejf/antennas
# -- image tag
tag: 4.1.0
tag: 4.2.0
# -- image pull policy
pullPolicy: IfNotPresent