Skip to content

Commit cb1ad3b

Browse files
authored
Merge pull request #715 from PureStorage-OpenConnect/px35
2 parents 57dd76a + bda7d0d commit cb1ad3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

defaults.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clusters: 1
44
nodes: 3
55
#ssh_pub_key: "ssh-rsa XXXXXXXXXXXXXXXXXXXXXX user@example"
66
k8s_version: 1.33.5
7-
px_version: 3.4.0.1
7+
px_version: 3.5.0
88
stop_after: 6
99
quiet: false
1010
tags: "project=pxdeploy"
@@ -56,7 +56,7 @@ vsphere_repo: "https://px-deploy.s3.eu-west-1.amazonaws.com/templates/"
5656
#vsphere_folder: ""
5757

5858
ocp4_domain: ""
59-
ocp4_version: 4.19.9
59+
ocp4_version: 4.19.17
6060
ocp4_credentials_mode: Mint
6161
ocp4_pull_secret: ""
6262

scripts/ocp-kubevirt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
channel: "stable"
3434
EOF
3535

36-
curl -Lo /usr/bin/virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.1.1/virtctl-v1.1.1-linux-amd64
36+
curl -Lo /usr/bin/virtctl https://github.com/kubevirt/kubevirt/releases/download/v1.5.3/virtctl-v1.5.3-linux-amd64
3737
chmod 755 /usr/bin/virtctl
3838

3939
echo "waiting for kubevirt-hyperconverged operator readiness"

0 commit comments

Comments
 (0)