Skip to content

Commit 2f8169f

Browse files
committed
Preparing Release Candidate 1
1 parent c766ca3 commit 2f8169f

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

examples/helm-charts/amavis/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ type: application
1414

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.
17-
version: 1.0.0
17+
version: 1.0.0-rc1
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: latest
21+
appVersion: 2.11.0-01-rc1
2222

examples/helm-charts/mailserver/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ type: application
1414

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.
17-
version: 1.0.0
17+
version: 1.0.0-rc1
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-rc1
2222

2323
dependencies:
2424
- name: mariadb
25-
version: 1.0.0
25+
version: 1.0.0-rc1
2626
repository: file://../mariadb
2727
- name: postfix
28-
version: 1.0.0
28+
version: 1.0.0-rc1
2929
repository: file://../postfix
3030
- name: amavis
31-
version: 1.0.0
31+
version: 1.0.0-rc1
3232
repository: file://../amavis
3333
- name: postfixadmin
34-
version: 1.0.0
34+
version: 1.0.0-rc1
3535
repository: file://../postfixadmin
3636
- name: roundcube
37-
version: 1.0.0
37+
version: 1.0.0-rc1
3838
repository: file://../roundcube

examples/helm-charts/mariadb/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

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.
17-
version: 1.0.0
17+
version: 1.0.0-rc1
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.

examples/helm-charts/postfix/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ type: application
1414

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.
17-
version: 1.0.0
17+
version: 1.0.0-rc1
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: latest
21+
appVersion: 3.4.8-01-rc1
2222

examples/helm-charts/postfixadmin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ type: application
1414

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.
17-
version: 1.0.0
17+
version: 1.0.0-rc1
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: latest
21+
appVersion: release-3.2.4-01-rc1
2222

examples/helm-charts/roundcube/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ type: application
1414

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.
17-
version: 1.0.0
17+
version: 1.0.0-rc1
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: latest
21+
appVersion: 1.4.3-01-rc1
2222

0 commit comments

Comments
 (0)