You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,4 @@
4
4
5
5
<!--- Check all that apply -->
6
6
7
-
-[ ] If any changes are made to the kraan-controller (\*.go, Dockerfile), bump VERSION file and `chart/Chart.yaml`'s `appVersion:`
8
-
-[ ] If any changes are made to ./chart/templates, bump `chart/Chart.yaml`'s `version:`
7
+
-[ ] If any changes are made, bump VERSION file `chart/Chart.yaml`'s `version:` and `chart/Chart.yaml`'s `appVersion:`, since chart version and appVersion are unified.
description: The interval at which to check for repository updates.
249
251
type: string
252
+
recurseSubmodules:
253
+
description: When enabled, after the clone is created, initializes all submodules within, using their default settings. This option is available only when using the 'go-git' GitImplementation.
254
+
type: boolean
250
255
ref:
251
256
description: The Git reference to checkout and monitor for changes, defaults to master branch.
description: This flag tells the controller to suspend the reconciliation of this source.
489
496
type: boolean
490
497
valuesFile:
491
-
description: Alternative values file to use as the default chart values, expected to be a relative path in the SourceRef. Ignored when omitted.
498
+
description: Alternative values file to use as the default chart values, expected to be a relative path in the SourceRef. Deprecated in favor of ValuesFiles, for backwards compatibility the file defined here is merged before the ValuesFiles items. Ignored when omitted.
492
499
type: string
500
+
valuesFiles:
501
+
description: Alternative list of values files to use as the chart values (values.yaml is not included by default), expected to be a relative path in the SourceRef. Values files are merged in the order of this list with the last file overriding the first. Ignored when omitted.
502
+
items:
503
+
type: string
504
+
type: array
493
505
version:
494
506
default: '*'
495
507
description: The chart version semver expression, ignored for charts from GitRepository and Bucket sources. Defaults to latest when omitted.
0 commit comments