Skip to content

Commit f53811b

Browse files
committed
Update chart to 1.1.14 and app version to 1.8.10.1
1 parent a745a78 commit f53811b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

releases/xnat/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ 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: 1.1.13
18+
version: 1.1.14
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
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.8.10
23+
appVersion: 1.8.10.1
2424

2525
dependencies:
2626
- name: postgresql
2727
version: "10.16.2" # posgresql app version 11.14.0
2828
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
2929
condition: postgresql.enabled
3030
- name: xnat-web
31-
version: 1.1.13
31+
version: 1.1.14
3232
condition: xnat-web.enabled

releases/xnat/charts/xnat-web/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ 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: 1.1.13
18+
version: 1.1.14
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
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.8.10
23+
appVersion: 1.8.10.1

0 commit comments

Comments
 (0)