Skip to content

Commit b734aa5

Browse files
authored
Add README and CHANGELOG for the ODK Publish chart. (#10)
1 parent 1289830 commit b734aa5

File tree

3 files changed

+161
-1
lines changed

3 files changed

+161
-1
lines changed

charts/odk-publish/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
This file documents all notable changes to the ODK Publish Helm Chart.
4+
The release numbering uses [semantic versioning](http://semver.org).
5+
6+
## 0.1.2
7+
8+
- Add the ability to run separate ASGI and WSGI deployments. (#9)
9+
10+
## 0.1.1
11+
12+
- Add `image.tag` in values.yaml. (e98539e036a120855dd39db73ee0c398725edeeb)
13+
14+
## 0.1.0
15+
16+
- Initial release (#1)

charts/odk-publish/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: odk-publish
3-
description: A Helm chart for Kubernetes
3+
description: A Helm chart for ODK Publish
44

55
# A chart can be either an 'application' or a 'library' chart.
66
#

0 commit comments

Comments
 (0)