Skip to content

Commit 9e80769

Browse files
maksymlumenclaude
andcommitted
Remove --leader-elect from chart args, bump chart to 0.1.68
Leader election is now always-on internally in the SDK CLI. The --leader-elect flag was removed from the cobra command but the helm chart still passed it, causing pods to crash on startup. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bcb821d commit 9e80769

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

charts/tinysystems-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.67
16+
version: 0.1.68
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.

charts/tinysystems-operator/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ controllerManager:
44
- run
55
- --health-probe-bind-address=:8081
66
- --metrics-bind-address=127.0.0.1:8080
7-
- --leader-elect
87
- --grpc-server-bind-address=:8483
98
deleteArgs:
109
- pre-delete

config/default/manager_auth_proxy_patch.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ spec:
3636
args:
3737
- "--health-probe-bind-address=:8081"
3838
- "--metrics-bind-address=127.0.0.1:8080"
39-
- "--leader-elect"

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
- command:
7272
- /manager
7373
args:
74-
- --leader-elect
74+
- run
7575
image: controller:latest
7676
imagePullPolicy: Always
7777
name: manager

dist/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ spec:
355355
drop:
356356
- ALL
357357
- args:
358+
- run
358359
- --health-probe-bind-address=:8081
359360
- --metrics-bind-address=127.0.0.1:8080
360-
- --leader-elect
361361
command:
362362
- /manager
363363
image: controller:latest

0 commit comments

Comments
 (0)