Skip to content

Commit

Permalink
feat: add timeoutSeconds to ManagedChart
Browse files Browse the repository at this point in the history
Signed-off-by: PoAn Yang <[email protected]>
  • Loading branch information
FrankYang0529 committed Jan 16, 2025
1 parent 6982d88 commit 45b6c9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/config/templates/rancherd-10-harvester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ resources:
releaseName: harvester
version: {{ .HarvesterChartVersion }}
defaultNamespace: harvester-system
timeoutSeconds: 600
diff:
comparePatches:
- apiVersion: storage.k8s.io/v1
Expand Down Expand Up @@ -217,6 +218,7 @@ resources:
version: {{ .HarvesterChartVersion }}
defaultNamespace: harvester-system
repoName: harvester-charts
timeoutSeconds: 600
# takeOwnership will force apply this chart without checking ownership in labels and annotations.
# https://github.com/rancher/fleet/blob/ce9c0d6c0a455d61e87c0f19df79d0ee11a89eeb/pkg/helmdeployer/deployer.go#L323
# https://github.com/rancher/helm/blob/ee91a121e0aa301fcef2bfbc7184f96edd4b50f5/pkg/action/validate.go#L71-L76
Expand Down
1 change: 1 addition & 0 deletions pkg/config/templates/rancherd-11-monitoring-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resources:
version: {{ .MonitoringChartVersion }}
defaultNamespace: cattle-monitoring-system
repoName: harvester-charts
timeoutSeconds: 600
targets:
- clusterName: local
clusterSelector:
Expand Down
1 change: 1 addition & 0 deletions pkg/config/templates/rancherd-14-logging-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resources:
version: {{ .LoggingChartVersion }}
defaultNamespace: cattle-logging-system
repoName: harvester-charts
timeoutSeconds: 600
targets:
- clusterName: local
clusterSelector:
Expand Down

0 comments on commit 45b6c9b

Please sign in to comment.