Skip to content

Commit

Permalink
chore(version): add 2.10.0 to upgrade matrix (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Jun 7, 2021
1 parent a525241 commit a64304d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ci/upgrade/cstor/cstor-operator.tmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ spec:
- name: cvc-operator
imagePullPolicy: IfNotPresent
image: imageorg/cvc-operator:testimage
args:
- "--v=2"
- "--leader-election=false"
- "--bind=$(OPENEBS_CVC_POD_IP)"
env:
# OPENEBS_IO_BASE_DIR is used to configure base directory for openebs on host path.
# Where OpenEBS can store required files. Default base path will be /var/openebs
Expand All @@ -118,6 +122,10 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: OPENEBS_CVC_POD_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: OPENEBS_SERVICEACCOUNT_NAME
valueFrom:
fieldRef:
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
"1.10.0": true, "1.11.0": true, "1.12.0": true,
"2.0.0": true, "2.1.0": true, "2.2.0": true, "2.3.0": true,
"2.4.0": true, "2.4.1": true, "2.5.0": true, "2.6.0": true,
"2.7.0": true, "2.8.0": true, "2.9.0": true,
"2.7.0": true, "2.8.0": true, "2.9.0": true, "2.10.0": true,
}
validDesiredVersion = strings.Split(GetVersion(), "-")[0]
)
Expand Down

0 comments on commit a64304d

Please sign in to comment.