File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
source_branch :
7
7
required : true
8
8
type : string
9
- default : ' main'
9
+ default : " main"
10
10
ic_version :
11
11
required : true
12
12
type : string
13
- default : ' 0.0.0'
13
+ default : " 0.0.0"
14
14
helm_chart_version :
15
15
required : true
16
16
type : string
17
- default : ' 0.0.0'
17
+ default : " 0.0.0"
18
18
19
19
defaults :
20
20
run :
@@ -36,13 +36,13 @@ jobs:
36
36
37
37
- name : Replace Versions
38
38
run : |
39
- yq -i e '.version = env(CHART_VERSION) | .appVersion = env(IC_VERSION)' kubernetes-ingress/ charts/nginx-ingress/Chart.yaml
40
- cat kubernetes-ingress/ charts/nginx-ingress/Chart.yaml
41
- cat > kubernetes-ingress/ .github/data/version.txt << EOF
39
+ yq -i e '.version = env(CHART_VERSION) | .appVersion = env(IC_VERSION)' charts/nginx-ingress/Chart.yaml
40
+ cat charts/nginx-ingress/Chart.yaml
41
+ cat > .github/data/version.txt << EOF
42
42
IC_VERSION=${IC_VERSION}
43
43
HELM_CHART_VERSION=${CHART_VERSION}
44
44
EOF
45
- cat kubernetes-ingress/ .github/data/version.txt
45
+ cat .github/data/version.txt
46
46
env :
47
47
IC_VERSION : ${{ inputs.ic_version }}
48
48
CHART_VERSION : ${{ inputs.helm_chart_version }}
You can’t perform that action at this time.
0 commit comments