File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 15
15
description : Limitador version
16
16
default : latest
17
17
type : string
18
+ replacesVersion :
19
+ description : Limitador Operator replaced version
20
+ default : 0.0.0-alpha
21
+ type : string
18
22
channels :
19
23
description : Bundle and catalog channels, comma separated
20
24
default : preview
33
37
description : Limitador version
34
38
default : latest
35
39
type : string
40
+ replacesVersion :
41
+ description : Limitador Operator replaced version
42
+ default : 0.0.0-alpha
43
+ type : string
36
44
channels :
37
45
description : Bundle and catalog channels, comma separated
38
46
default : preview
@@ -104,6 +112,7 @@ jobs:
104
112
VERSION=${{ env.VERSION }} \
105
113
IMAGE_TAG=${{ inputs.operatorTag }} \
106
114
LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \
115
+ REPLACES_VERSION=${{ inputs.replacesVersion }} \
107
116
CHANNELS=${{ inputs.channels }}
108
117
- name : Build Image
109
118
id : build-image
@@ -145,6 +154,7 @@ jobs:
145
154
REGISTRY=${{ env.IMG_REGISTRY_HOST }} ORG=${{ env.IMG_REGISTRY_ORG }} \
146
155
VERSION=${{ env.VERSION }} IMAGE_TAG=${{ inputs.operatorTag }} \
147
156
LIMITADOR_VERSION=${{ inputs.limitadorVersion }} \
157
+ REPLACES_VERSION=${{ inputs.replacesVersion }} \
148
158
CHANNELS=${{ inputs.channels }}
149
159
- name : Install qemu dependency
150
160
run : |
You can’t perform that action at this time.
0 commit comments