feat: update helm and use renovate to keep it updated
This commit is contained in:
@@ -60,7 +60,8 @@ jobs:
|
|||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
version: v3.19.2
|
# renovate: datasource=github-releases depName=helm/helm
|
||||||
|
version: v4.1.3
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Cache Helm Dependencies
|
- name: Cache Helm Dependencies
|
||||||
@@ -258,7 +259,9 @@ jobs:
|
|||||||
uses: azure/setup-helm@v4
|
uses: azure/setup-helm@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITEA_TOKEN }}
|
token: ${{ secrets.GITEA_TOKEN }}
|
||||||
version: v3.19.2
|
# renovate: datasource=github-releases depName=helm/helm
|
||||||
|
version: v4.1.3
|
||||||
|
cache: true
|
||||||
|
|
||||||
- name: Cache Helm Dependencies
|
- name: Cache Helm Dependencies
|
||||||
uses: actions/cache@v5
|
uses: actions/cache@v5
|
||||||
|
|||||||
@@ -7,14 +7,23 @@
|
|||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"description": "Update appVersion in Chart.yaml via magic comments",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"managerFilePatterns": [
|
"fileMatch": ["(^|/)Chart\\.yaml$"],
|
||||||
"/(^|/)Chart\\.yaml$/"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
|
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Update Helm CLI version in GitHub Actions",
|
||||||
|
"customType": "regex",
|
||||||
|
"fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"uses: azure/setup-helm@v4[\\s\\S]*?version: (?<currentValue>v?\\d+\\.\\d+\\.\\d+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases"
|
"depNameTemplate": "helm/helm",
|
||||||
|
"datasourceTemplate": "github-releases",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timezone": "US/Central",
|
"timezone": "US/Central",
|
||||||
|
|||||||
Reference in New Issue
Block a user