Skip to content

Commit

Permalink
chore(istio): bump version from 1.0.49 to 1.0.50 for release updates
Browse files Browse the repository at this point in the history
fix(istio): update toleration key from xquare/critical to xquare/critical_service for better clarity and consistency
  • Loading branch information
HyunSu1768 committed Sep 13, 2024
1 parent 1494b91 commit 5643813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/istio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/istio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ nodeSelector:

tolerations:
- effect: "NoSchedule"
key: "xquare/critical"
key: "xquare/critical_service"
operator: "Equal"
value: "true"

0 comments on commit 5643813

Please sign in to comment.