From c7dd9df342c5b998042cae75179e24dd8f887630 Mon Sep 17 00:00:00 2001 From: alphayax Date: Mon, 5 Feb 2024 15:42:06 +0100 Subject: [PATCH] Helm chart: set version to 0.2.0 --- charts/plex-media-server/Chart.yaml | 2 +- charts/plex-media-server/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index 36fc13b..a22c0a1 100644 --- a/charts/plex-media-server/Chart.yaml +++ b/charts/plex-media-server/Chart.yaml @@ -22,7 +22,7 @@ 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.1.8 +version: 0.2.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 diff --git a/charts/plex-media-server/values.yaml b/charts/plex-media-server/values.yaml index ba3fabd..bd96edb 100644 --- a/charts/plex-media-server/values.yaml +++ b/charts/plex-media-server/values.yaml @@ -145,7 +145,7 @@ service: port: 32400 # Port to use when type of service is "NodePort" (32400 by default) - #nodePort: 32400 + # nodePort: 32400 # optional extra annotations to add to the service resource annotations: {}