Skip to content

Commit 0994404

Browse files
committed
Fixed version numbers
1 parent c86a088 commit 0994404

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

examples/helm-charts/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ These examples provide you HELM charts for individual use or the composition.
99
* Chart `roundcube`: Deploys Roundcube pod
1010
* Chart `mailserver`: Deploys all of above
1111

12+
*Please notice!* These are examples only. A more valuable source of these charts (and maintained with current versions)
13+
is my [HELM Repository](https://github.com/technicalguru/helm-repo). That's why these charts will be removed sooner
14+
or later from here.
15+
1216
# HOWTO
1317

1418
## Prerequisites

examples/helm-charts/mailserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ version: 1.0.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 0.9.0
21+
appVersion: 1.0.0
2222

2323
dependencies:
2424
- name: mariadb

0 commit comments

Comments
 (0)