Skip to content

Commit

Permalink
Update chart to 1.1.14 and app version to 1.8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fxusyd committed May 7, 2024
1 parent a745a78 commit f53811b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions releases/xnat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.13
version: 1.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.8.10
appVersion: 1.8.10.1

dependencies:
- name: postgresql
version: "10.16.2" # posgresql app version 11.14.0
repository: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
condition: postgresql.enabled
- name: xnat-web
version: 1.1.13
version: 1.1.14
condition: xnat-web.enabled
4 changes: 2 additions & 2 deletions releases/xnat/charts/xnat-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.13
version: 1.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.8.10
appVersion: 1.8.10.1

0 comments on commit f53811b

Please sign in to comment.