File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 tags :
1111 - " v*.*.*"
1212 pull_request :
13+ workflow_dispatch :
14+ inputs :
15+ dir_chart_version :
16+ required : false
17+ type : string
18+ description : " Override the version of the dir Helm chart to install for the tests."
19+ dirctl_image_tag :
20+ required : false
21+ type : string
22+ description : " Override the tag of the dir-ctl Docker image to use in the tests."
1323
1424permissions :
1525 contents : write
7888 - changes
7989 uses : ./.github/workflows/reusable-test-sdk.yaml
8090 with :
81- dir_chart_version : v1.3.0
82- dirctl_image_tag : v1.3.0
91+ dir_chart_version : ${{ inputs.dir_chart_version }}
92+ dirctl_image_tag : ${{ inputs.dirctl_image_tag }}
8393
8494 release :
8595 name : Release
Original file line number Diff line number Diff line change 77 workflow_call :
88 inputs :
99 dir_chart_version :
10- required : true
10+ required : false
1111 type : string
12- description : " The version of the dir Helm chart to install for the tests."
12+ description : " Override the version of the dir Helm chart to install for the tests."
1313 dirctl_image_tag :
14- required : true
14+ required : false
1515 type : string
16- description : " The tag of the dir-ctl Docker image to use in the tests."
16+ description : " Override the tag of the dir-ctl Docker image to use in the tests."
1717
1818permissions :
1919 id-token : write
Original file line number Diff line number Diff line change 44version : " 3"
55
66vars :
7- DIR_CHART_VERSION : ' {{ .DIR_CHART_VERSION | default "0.0.0-latest " }}'
8- DIRCTL_IMAGE_TAG : ' {{ .DIRCTL_IMAGE_TAG | default "latest " }}'
7+ DIR_CHART_VERSION : ' {{ .DIR_CHART_VERSION | default "v1.4.0 " }}'
8+ DIRCTL_IMAGE_TAG : ' {{ .DIRCTL_IMAGE_TAG | default "v1.4.0 " }}'
99 RENOVATE_VERSION : " 43.89.5"
1010 BIN_DIR : " {{ .ROOT_DIR }}/.bin"
1111 HELM_VERSION : " 4.1.3"
You can’t perform that action at this time.
0 commit comments