Skip to content

Commit 9cec2c9

Browse files
beiluonever0x5457
andauthored
fix: change topologKey postion for fix helm run (#220)
* fix: change topologKey postion for fix helm run #219 * fix: remove unspport weight field. get help from here #220 (comment) * bump chart version to 1.3.3 --------- Co-authored-by: 0x5457 <[email protected]>
1 parent 7240666 commit 9cec2c9

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

charts/tensor-fusion/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.3.2
18+
version: 1.3.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/tensor-fusion/values.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ controller:
4040
affinity:
4141
podAntiAffinity:
4242
requiredDuringSchedulingIgnoredDuringExecution:
43-
- weight: 100
44-
podAffinityTerm:
43+
- topologyKey: kubernetes.io/hostname
4544
labelSelector:
4645
matchExpressions:
47-
- key: tensor-fusion.ai/component
48-
operator: In
49-
values:
50-
- operator
51-
topologyKey: "kubernetes.io/hostname"
46+
- key: tensor-fusion.ai/component
47+
operator: In
48+
values:
49+
- operator
50+
5251
livenessProbe:
5352
httpGet:
5453
path: /healthz
@@ -122,4 +121,4 @@ agent:
122121
# Only needed if your pool is running in Provisioned mode, and the cloud vendor doesn't support IRSA or any serviceAccount like zero-credential Auth approaches
123122
cloudVendorCredentials:
124123
accessKey: "dummy"
125-
secretKey: "dummy"
124+
secretKey: "dummy"

0 commit comments

Comments
 (0)