Skip to content

Commit

Permalink
Update application version to v1.8.9.2 (#135)
Browse files Browse the repository at this point in the history
* send plugin logs to stdout

* send logs generated by plugins to stdout

* Update application version to 1.8.9.2
  • Loading branch information
fxusyd authored Dec 13, 2023
1 parent 58b6ce6 commit 0db45df
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.9
version: 1.1.10

# 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.9.1
appVersion: 1.8.9.2

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.9
version: 1.1.10
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.9
version: 1.1.10

# 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.9.1
appVersion: 1.8.9.2

0 comments on commit 0db45df

Please sign in to comment.