mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
feat(common): Release common 4.0.0 (#398)
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
This commit is contained in:
parent
1e210f43e3
commit
a01a89cb13
327 changed files with 11181 additions and 7330 deletions
1
.github/renovate/custom-managers.json5
vendored
1
.github/renovate/custom-managers.json5
vendored
|
@ -6,7 +6,6 @@
|
|||
description: "Process common lib json schema references",
|
||||
fileMatch: ["\\.json$"],
|
||||
matchStrings: [
|
||||
// https://raw.githubusercontent.com/bjw-s-labs/helm-charts/common-3.0.3/charts/library/common/values.schema.json
|
||||
"https:\\/\\/raw.githubusercontent.com\\/bjw-s-labs\\/helm-charts\\/(?<depName>\\S+?)-(?<currentValue>[\\d\\.]+?)\\/\\S+",
|
||||
],
|
||||
datasourceTemplate: "helm",
|
||||
|
|
2
.github/workflows/chart-release-steps.yaml
vendored
2
.github/workflows/chart-release-steps.yaml
vendored
|
@ -63,7 +63,6 @@ jobs:
|
|||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
path: src
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
|
||||
|
@ -160,7 +159,6 @@ jobs:
|
|||
with:
|
||||
path: gh-pages
|
||||
ref: gh-pages
|
||||
persist-credentials: false
|
||||
|
||||
- name: Copy package to gh-pages structure
|
||||
id: copy-package
|
||||
|
|
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
patterns: |
|
||||
library/**
|
||||
|
||||
- name: Get changed library charts
|
||||
- name: Get changed charts
|
||||
id: changed-charts
|
||||
if: ${{ github.event_name != 'workflow_dispatch' }}
|
||||
uses: bjw-s-labs/action-changed-files@930cef8463348e168cab7235c47fe95a7a235f65 # v0.3.3
|
||||
|
|
2
.github/workflows/charts-test.yaml
vendored
2
.github/workflows/charts-test.yaml
vendored
|
@ -30,10 +30,12 @@ jobs:
|
|||
chart: ${{ fromJSON(inputs.charts) }}
|
||||
k8s_version:
|
||||
[
|
||||
"v1.28.15",
|
||||
"v1.29.13",
|
||||
"v1.30.11",
|
||||
"v1.31.7",
|
||||
"v1.32.3",
|
||||
"v1.33.0",
|
||||
]
|
||||
fail-fast: false
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue