Skip to content

Commit 8b05b03

Browse files
authored
Merge pull request #27 from thaunghtike-share/thaung/issue-20
update README for helm template
2 parents 3533c47 + 2fc69cb commit 8b05b03

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ secrets:
107107
KEY_NAME: "Value"
108108
KEY_NAME2: "Value"
109109
```
110+
111+
# Helm Template
112+
113+
```
114+
helm template ./charts/tiphys -f ./stage.yaml
115+
```

charts/tiphys/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.0
18+
version: 0.5.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

0 commit comments

Comments
 (0)