Skip to content

Commit cc22ac7

Browse files
committed
Fix version in docker build args and readme
1 parent 0a5bfff commit cc22ac7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cluster/images/controller-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static-debian11:latest
2727
FROM ${GOLANG_IMAGE} as builder
2828

2929
# This build arg is the version to embed in the CPI binary
30-
ARG VERSION=1.33.0
30+
ARG VERSION=1.34.0
3131

3232
# This build arg controls the GOPROXY setting
3333
ARG GOPROXY

releases/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Note that YAML files from [manifests/controller-manager repo](https://github.com
88

99
## Example workflow
1010

11-
In this tutorial, we will be installing the latest version of cloud provider vsphere(v1.33.0) freshly. If you have an older version of CPI already installed, the steps to deploy and upgrade CPI stay the same. With our `RollingUpdate` update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically.
11+
In this tutorial, we will be installing the latest version of cloud provider vsphere(v1.34.0) freshly. If you have an older version of CPI already installed, the steps to deploy and upgrade CPI stay the same. With our `RollingUpdate` update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically.
1212

1313
### Step 1: find the kubernetes major version you are using
1414

15-
For example, the major version of '1.33.x' is '1.33', then run:
15+
For example, the major version of '1.34.x' is '1.34', then run:
1616

1717
```bash
18-
VERSION=1.33
18+
VERSION=1.34
1919
wget https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/release-$VERSION/releases/v$VERSION/vsphere-cloud-controller-manager.yaml
2020
```
2121

0 commit comments

Comments
 (0)