diff --git a/build/build-chart.sh b/build/build-chart.sh index 179eccc..40c65ef 100644 --- a/build/build-chart.sh +++ b/build/build-chart.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash # 打包 Helm Chart helm package chart/ diff --git a/build/chart/Chart.yaml b/build/chart/Chart.yaml index 96d002d..e4d28e2 100644 --- a/build/chart/Chart.yaml +++ b/build/chart/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: 1.0.3 +version: 1.0.4 # 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: "v1.0.3" +appVersion: "v1.0.4" diff --git a/build/chart/templates/service.yaml b/build/chart/templates/service.yaml index dfc5b3a..82ae982 100644 --- a/build/chart/templates/service.yaml +++ b/build/chart/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ include "chart.fullname" . }} + name: pusher labels: {{- include "chart.labels" . | nindent 4 }} spec: