Skip to content

Commit

Permalink
Release 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubronzhan committed Sep 23, 2022
1 parent a990fb9 commit 21fad3e
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6 deletions.
Binary file added charts/vsphere-cpi-1.24.2.tgz
Binary file not shown.
5 changes: 4 additions & 1 deletion charts/vsphere-cpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ helm repo add vsphere-cpi https://kubernetes.github.io/cloud-provider-vsphere
helm repo update

# Package CPI Chart
VERSION=1.24.2
cd charts
helm package vsphere-cpi
helm package vsphere-cpi --version $VERSION --app-version $VERSION

# Debug by installing local helm manifest
helm upgrade --install vsphere-cpi vsphere-cpi --namespace kube-system --debug
Expand All @@ -159,6 +160,8 @@ helm upgrade --install vsphere-cpi vsphere-cpi --namespace kube-system --debug
cd ..
helm repo index . --url https://kubernetes.github.io/cloud-provider-vsphere

# Need to modify the path to the github release path

# Push to master and gh-pages
git add .
git commit -m "...."
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/controller-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static@sha256:9b60270ec0991bc4f14bda475e8
FROM ${GOLANG_IMAGE} as builder

# This build arg is the version to embed in the CPI binary
ARG VERSION=1.24.1
ARG VERSION=1.24.2

# This build arg controls the GOPROXY setting
ARG GOPROXY
Expand Down
2 changes: 1 addition & 1 deletion docs/book/tutorials/disable-node-deletion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: vsphere-cloud-controller-manager
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.1
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.2
args:
- --cloud-provider=vsphere
- --v=2
Expand Down
23 changes: 21 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
apiVersion: v1
entries:
vsphere-cpi:
- apiVersion: v2
appVersion: 1.24.2
created: "2022-09-23T14:57:24.196241-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: d0bfaf8a081128f9477b8d8ff00079f8506d4aa2ea899f55511d06400179b159
home: https://github.com/kubernetes/cloud-provider-vsphere
icon: https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/master/docs/vmware_logo.png
keywords:
- vsphere
- vmware
- cloud
- provider
- cpi
name: vsphere-cpi
sources:
- https://github.com/kubernetes/cloud-provider-vsphere
urls:
- https://github.com/kubernetes/cloud-provider-vsphere/releases/download/vsphere-cpi-chart-1.24.2/charts/vsphere-cpi-1.24.2.tgz
version: 1.24.2
- apiVersion: v2
appVersion: 1.24.1
created: "2022-08-28T11:23:51.686463-07:00"
created: "2022-09-23T14:57:24.194759-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 6e9dec3e4c6aaeed0d7f95aa2beade986d5a0a2261509b11479ceb1a51312096
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -20,4 +39,4 @@ entries:
urls:
- https://kubernetes.github.io/cloud-provider-vsphere/charts/vsphere-cpi-1.24.1.tgz
version: 1.24.1
generated: "2022-08-28T11:23:51.684555-07:00"
generated: "2022-09-23T14:57:24.192074-07:00"
2 changes: 1 addition & 1 deletion releases/v1.24/vsphere-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: vsphere-cloud-controller-manager
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.1
image: gcr.io/cloud-provider-vsphere/cpi/release/manager:v1.24.2
args:
- --cloud-provider=vsphere
- --v=2
Expand Down

0 comments on commit 21fad3e

Please sign in to comment.