Skip to content

Commit cd3bad6

Browse files
author
TheCodingSheikh
committed
fix: fix default factor value
1 parent 9e09026 commit cd3bad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/kubeflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
preconfigured according to the upstream examples/kustomization.yaml structure.
66
77
type: application
8-
version: 1.0.2
8+
version: 1.0.3
99
appVersion: "1.10.0"
1010

1111
home: https://github.com/TheCodingSheikh/helm-charts/tree/main/charts/kubeflow

charts/kubeflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaultAppSpec:
1818
retry:
1919
backoff:
2020
duration: 20s
21-
factor: 3
21+
factor: 1
2222
maxDuration: 20s
2323
limit: 30
2424
syncOptions:

0 commit comments

Comments
 (0)