Skip to content

Commit

Permalink
update to mviewer 3.12 + 1.0.0 stable helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 7, 2024
1 parent 76d5502 commit f0b788e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions mviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0

Stable release.
Update to mviewer v3.12

# 0.8.0

Let the default environment variables for Mviewer studio. It was causing some issues with mviewer.
Expand Down
4 changes: 2 additions & 2 deletions mviewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 0.8.0
version: 1.0.0

# 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.
# It is recommended to use it with quotes.
appVersion: "3.11.0"
appVersion: "3.12.0"
2 changes: 1 addition & 1 deletion mviewer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mviewer:
image:
repository: mviewer/mviewer
pullPolicy: IfNotPresent
tag: v3.11
tag: v3.12
resources: {}
podSecurityContext:
runAsNonRoot: true
Expand Down

0 comments on commit f0b788e

Please sign in to comment.