mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2024-11-10 08:03:50 +00:00
Compare commits
2 Commits
3667ed5e07
...
03ffb38197
Author | SHA1 | Date | |
---|---|---|---|
03ffb38197 | |||
3c9e112232 |
4
.github/workflows/chart-releaser.yaml
vendored
4
.github/workflows/chart-releaser.yaml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v3
|
||||
with:
|
||||
version: v3.12.0
|
||||
version: v3.14.0
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.5.0
|
||||
uses: helm/chart-releaser-action@v1.6.0
|
||||
env:
|
||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
2
.github/workflows/lint-charts.yaml
vendored
2
.github/workflows/lint-charts.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@v3
|
||||
with:
|
||||
version: v3.12.0
|
||||
version: v3.14.0
|
||||
|
||||
- name: Lint charts
|
||||
run: helm lint charts/*
|
@ -24,10 +24,10 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 2.1.0
|
||||
version: 2.2.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "8.1"
|
||||
appVersion: "8.2"
|
||||
|
Loading…
Reference in New Issue
Block a user