Skip to content

Commit

Permalink
doc: use latest version for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jun 14, 2023
1 parent 25145b2 commit 85d14bc
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 59 deletions.
98 changes: 49 additions & 49 deletions charts/index.yaml

Large diffs are not rendered by default.

Binary file added charts/latest/azuredisk-csi-driver-v0.0.0.tgz
Binary file not shown.
Binary file removed charts/latest/azuredisk-csi-driver-v1.28.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/latest/azuredisk-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v1.28.0
appVersion: latest
description: Azure disk Container Storage Interface (CSI) Storage Plugin
name: azuredisk-csi-driver
version: v1.28.0
version: v0.0.0
4 changes: 2 additions & 2 deletions charts/latest/azuredisk-csi-driver/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: /oss/kubernetes-csi/azuredisk-csi
tag: v1.28.0
repository: /k8s/csi/azuredisk-csi
tag: latest
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.0
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: CSIDriver
metadata:
name: disk.csi.azure.com
annotations:
csiDriver: v1.28.0
csiDriver: latest
snapshot: v6.2.1
spec:
attachRequired: true
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-azuredisk-node-windows-hostprocess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
hostNetwork: true
initContainers:
- name: init
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.0-windows-hp
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest-windows-hp
imagePullPolicy: IfNotPresent
command:
- "powershell.exe"
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
cpu: 30m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.0-windows-hp
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest-windows-hp
imagePullPolicy: IfNotPresent
command:
- "azurediskplugin.exe"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
cpu: 30m
memory: 40Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.0
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-azuredisk-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azuredisk
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.0
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
imagePullPolicy: IfNotPresent
args:
- "--v=5"
Expand Down

0 comments on commit 85d14bc

Please sign in to comment.