From ec32de8fc10e217f457c34b1672fbb82677fd320 Mon Sep 17 00:00:00 2001 From: sachinshakya507 Date: Mon, 16 Dec 2024 15:19:22 +0545 Subject: [PATCH] test --- charts/web-service/Chart.yaml | 2 +- charts/web-service/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/web-service/Chart.yaml b/charts/web-service/Chart.yaml index 1db39b9..1f05b96 100644 --- a/charts/web-service/Chart.yaml +++ b/charts/web-service/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.3.4 +version: 0.3.5 # 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/charts/web-service/templates/deployment.yaml b/charts/web-service/templates/deployment.yaml index 9dd91b3..e64464a 100644 --- a/charts/web-service/templates/deployment.yaml +++ b/charts/web-service/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} - test: "annotation" + test: "annotations" labels: {{- include "web-service.selectorLabels" . | nindent 8 }} spec: