From 5643813f0d3641cb6c1c85de6102b7d99d5fe65a Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Fri, 13 Sep 2024 12:44:50 +0900 Subject: [PATCH] chore(istio): bump version from 1.0.49 to 1.0.50 for release updates fix(istio): update toleration key from xquare/critical to xquare/critical_service for better clarity and consistency --- charts/istio/Chart.yaml | 2 +- charts/istio/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/istio/Chart.yaml b/charts/istio/Chart.yaml index 8d6dfb1e..7523f3e7 100644 --- a/charts/istio/Chart.yaml +++ b/charts/istio/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 type: application name: istio -version: 1.0.49 +version: 1.0.50 appVersion: "1.20.1" description: Istio setting for xquare diff --git a/charts/istio/values.yaml b/charts/istio/values.yaml index 13d03736..b2a7e4ea 100644 --- a/charts/istio/values.yaml +++ b/charts/istio/values.yaml @@ -48,6 +48,6 @@ nodeSelector: tolerations: - effect: "NoSchedule" - key: "xquare/critical" + key: "xquare/critical_service" operator: "Equal" value: "true" \ No newline at end of file