Skip to content

Commit

Permalink
Merge pull request #390 from RaunakShah/update_deploy_dir
Browse files Browse the repository at this point in the history
Update deploy directory structure and update sidecar releases
  • Loading branch information
k8s-ci-robot authored Jan 10, 2023
2 parents 493bcc0 + 0eb3c77 commit f2a0f7f
Show file tree
Hide file tree
Showing 26 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion deploy/kubernetes-1.23

This file was deleted.

1 change: 0 additions & 1 deletion deploy/kubernetes-1.23-test

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.9.0
args:
- --csi-address=/csi/csi.sock
- --health-port=9898
Expand All @@ -97,7 +97,7 @@ spec:
mountPath: /csi

- name: node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.7.0
args:
- --v=5
- --csi-address=/csi/csi.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
serviceAccountName: csi-provisioner
containers:
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
image: registry.k8s.io/sig-storage/csi-provisioner:v3.4.0
args:
- -v=5
- --csi-address=/csi/csi.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
serviceAccountName: csi-resizer
containers:
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
image: registry.k8s.io/sig-storage/csi-resizer:v1.7.0
args:
- -v=5
- -csi-address=/csi/csi.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
serviceAccountName: csi-snapshotter
containers:
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
args:
- -v=5
- --csi-address=/csi/csi.sock
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions deploy/kubernetes-1.25
1 change: 1 addition & 0 deletions deploy/kubernetes-1.25-test
2 changes: 1 addition & 1 deletion deploy/kubernetes-latest
2 changes: 1 addition & 1 deletion deploy/kubernetes-latest-test

0 comments on commit f2a0f7f

Please sign in to comment.