Update appVersion in chart to v0.20.0 (#788)
parent
45df99b788
commit
9a26fc5687
|
@ -1,17 +1,17 @@
|
|||
apiVersion: v1
|
||||
name: keel
|
||||
description: Open source, tool for automating Kubernetes deployment updates. This is a custom fork of the original Keel project.
|
||||
description: Open source tool for automating Kubernetes deployment updates.
|
||||
# The chart version number here is just a template. The actual version number is
|
||||
# replaced during the chart build, see .github/workflows/releasechart.yaml
|
||||
# The way to trigger a chart release is using a tag "chart-{CHART_VERSION}"
|
||||
version: 1.0.5
|
||||
appVersion: 0.19.1
|
||||
appVersion: 0.20.0
|
||||
keywords:
|
||||
- kubernetes deployment
|
||||
- helm release
|
||||
- continuous deployment
|
||||
home: https://clem59170.github.io/keel
|
||||
home: https://github.com/keel-hq/keel
|
||||
sources:
|
||||
- https://github.com/keel-hq/keel
|
||||
- https://github.com/clem59170/keel
|
||||
maintainers:
|
||||
- name: clem59170
|
||||
engine: gotpl
|
||||
icon: https://raw.githubusercontent.com/keel-hq/keel/master/static/keel-logo.png
|
||||
|
|
Loading…
Reference in New Issue