From 61eb8e6eef6773f1d7e9072a2214cf7e58323822 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 8 Oct 2024 13:50:13 +0000 Subject: [PATCH] fix(tiup-publisher): update tiup-publisher chart Signed-off-by: wuhuizuo --- charts/tiup-publisher/Chart.yaml | 4 ++-- charts/tiup-publisher/templates/deployment.yaml | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/charts/tiup-publisher/Chart.yaml b/charts/tiup-publisher/Chart.yaml index 2dcd096f..297fd8c1 100644 --- a/charts/tiup-publisher/Chart.yaml +++ b/charts/tiup-publisher/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: 0.1.0 +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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.1.0" +appVersion: v20240228-83-g645b571 diff --git a/charts/tiup-publisher/templates/deployment.yaml b/charts/tiup-publisher/templates/deployment.yaml index 375cdefc..dc5279ba 100644 --- a/charts/tiup-publisher/templates/deployment.yaml +++ b/charts/tiup-publisher/templates/deployment.yaml @@ -40,14 +40,6 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} imagePullPolicy: {{ .Values.image.pullPolicy }} - livenessProbe: - httpGet: - path: / - port: http - readinessProbe: - httpGet: - path: / - port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.volumeMounts }}