diff --git a/mviewer/CHANGELOG.md b/mviewer/CHANGELOG.md index f8b9409..9c59071 100644 --- a/mviewer/CHANGELOG.md +++ b/mviewer/CHANGELOG.md @@ -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. diff --git a/mviewer/Chart.yaml b/mviewer/Chart.yaml index 9ef9a37..ef3d5e6 100644 --- a/mviewer/Chart.yaml +++ b/mviewer/Chart.yaml @@ -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" diff --git a/mviewer/values.yaml b/mviewer/values.yaml index 59025e5..045e8d4 100644 --- a/mviewer/values.yaml +++ b/mviewer/values.yaml @@ -8,7 +8,7 @@ mviewer: image: repository: mviewer/mviewer pullPolicy: IfNotPresent - tag: v3.11 + tag: v3.12 resources: {} podSecurityContext: runAsNonRoot: true