mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
feat: Release common version 1.4.0 (#130)
* fix(common):: Fix Integer style image tags (fixes #128) * feat(common): Reload pod on secret change (#129) * feat(common): Update code-server to v4.11.0 * fix(common): quote command and args strings (#124) * feat(common): Update gluetun to v3.33.0 --------- Signed-off-by: angelnu <git@angelnu.com> Signed-off-by: Maurits van Mastrigt <maurits@funda.nl> Co-authored-by: Angel Nunez Mencias <github@angelnu.com> Co-authored-by: Maurits <75321636+maurits-funda@users.noreply.github.com>
This commit is contained in:
parent
3ea1337d83
commit
923ef40a39
29 changed files with 297 additions and 115 deletions
6
.github/workflows/charts-lint.yaml
vendored
6
.github/workflows/charts-lint.yaml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
type: string
|
||||
isRenovatePR:
|
||||
required: true
|
||||
default: 'false'
|
||||
default: "false"
|
||||
type: string
|
||||
chartsToLint:
|
||||
description: >
|
||||
|
@ -20,10 +20,10 @@ on:
|
|||
A JSON encoded array of dependencies to override before linting
|
||||
type: string
|
||||
required: false
|
||||
default: '[]'
|
||||
default: "[]"
|
||||
|
||||
env:
|
||||
HELM_VERSION: 3.9.2
|
||||
HELM_VERSION: 3.11.2
|
||||
|
||||
jobs:
|
||||
lint-chart:
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
required: true
|
||||
|
||||
env:
|
||||
HELM_VERSION: 3.11.1
|
||||
HELM_VERSION: 3.11.2
|
||||
|
||||
jobs:
|
||||
release-charts:
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
commit_user_name: "bjw-s-bot[bot]"
|
||||
commit_user_email: 87358111+bjw-s-bot[bot]@users.noreply.github.com
|
||||
commit_author: bjw-s-bot[bot] <87358111+bjw-s-bot[bot]@users.noreply.github.com>
|
||||
file_pattern: 'index.yaml **/*.tgz'
|
||||
file_pattern: "index.yaml **/*.tgz"
|
||||
disable_globbing: true
|
||||
|
||||
- name: Wait for deploy
|
||||
|
|
2
.github/workflows/charts-release-oci.yaml
vendored
2
.github/workflows/charts-release-oci.yaml
vendored
|
@ -17,7 +17,7 @@ on:
|
|||
required: true
|
||||
|
||||
env:
|
||||
HELM_VERSION: 3.11.1
|
||||
HELM_VERSION: 3.11.2
|
||||
CHARTS_SRC_DIR: "charts"
|
||||
TARGET_REGISTRY: ghcr.io
|
||||
|
||||
|
|
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
|
@ -19,7 +19,7 @@ on:
|
|||
- "charts/**"
|
||||
|
||||
env:
|
||||
HELM_VERSION: 3.11.1
|
||||
HELM_VERSION: 3.11.2
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
|
6
.github/workflows/charts-test.yaml
vendored
6
.github/workflows/charts-test.yaml
vendored
|
@ -16,10 +16,10 @@ on:
|
|||
A JSON encoded array of dependencies to override before testing
|
||||
type: string
|
||||
required: false
|
||||
default: '[]'
|
||||
default: "[]"
|
||||
|
||||
env:
|
||||
HELM_VERSION: 3.9.2
|
||||
HELM_VERSION: 3.11.2
|
||||
|
||||
jobs:
|
||||
install-chart:
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue