mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-23 09:31:44 +01:00
Set charts_dir explicitly for chart-releaser
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -28,5 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@master
|
uses: helm/chart-releaser-action@master
|
||||||
|
with:
|
||||||
|
charts_dir: 'helm'
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
|
CR_TOKEN: '${{ secrets.CR_TOKEN }}'
|
||||||
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
Reference in New Issue
Block a user