diff --git a/script/helm/garage/Chart.yaml b/script/helm/garage/Chart.yaml index 0b57a38b..becb3bb2 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/Chart.yaml @@ -15,7 +15,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.2 +version: 0.1.3 # 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/script/helm/garage/templates/service.yaml b/script/helm/garage/templates/service.yaml index a38c0651..5cd71beb 100644 --- a/script/helm/garage/templates/service.yaml +++ b/script/helm/garage/templates/service.yaml @@ -15,7 +15,7 @@ spec: targetPort: 3902 protocol: TCP name: s3-web - - port: 3904 + - port: 3903 targetPort: 3903 protocol: TCP name: admin