From 2175f9cc27697493b5e3b7cfc753ed6c799f1692 Mon Sep 17 00:00:00 2001 From: timerzz Date: Wed, 16 Apr 2025 13:43:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9chart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build-chart.sh | 2 +- build/chart/Chart.yaml | 4 ++-- build/chart/templates/service.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: