Helm chart: set version to 0.2.0

This commit is contained in:
alphayax 2024-02-05 15:42:06 +01:00 committed by Gaston Festari
parent c8fa8afcbd
commit c7dd9df342
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # incremented each time you make changes to the application. Versions are not expected to

View File

@ -145,7 +145,7 @@ service:
port: 32400 port: 32400
# Port to use when type of service is "NodePort" (32400 by default) # 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 # optional extra annotations to add to the service resource
annotations: {} annotations: {}