mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-04 03:49:00 +00:00
Compare commits
3 Commits
98d026b047
...
tandoor-re
Author | SHA1 | Date | |
---|---|---|---|
a8593ca31e | |||
b0aacfda3d | |||
80ba067911 |
3
.github/workflows/chart-releaser.yaml
vendored
3
.github/workflows/chart-releaser.yaml
vendored
@ -28,6 +28,9 @@ jobs:
|
||||
with:
|
||||
version: v3.14.0
|
||||
|
||||
- name: Add Bitnami Helm Repo
|
||||
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.6.0
|
||||
env:
|
||||
|
@ -16,7 +16,7 @@ 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: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user