Skip to content

Commit

Permalink
use same version used on the offical deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucadelmonte committed Jan 18, 2024
1 parent 3674f64 commit 536f29d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions charts/csi-hostpath-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ CSI HostPath Plugin

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| images.csiAttacher | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.4.0"` | |
| images.csiProvisioner | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.6.0"` | |
| images.csiResizer | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.9.0"` | |
| images.csiSnapshotter | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1"` | |
| images.csiAttacher | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.4.3"` | |
| images.csiProvisioner | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.6.3"` | |
| images.csiResizer | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.9.3"` | |
| images.csiSnapshotter | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3"` | |
| images.externalHealthMonitorController | string | `"registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0"` | |
| images.hostPathPlugin | string | `"registry.k8s.io/sig-storage/hostpathplugin:v1.12.1"` | |
| images.livenessProbe | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.11.0"` | |
| images.nodeDriverRegistrar | string | `"registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0"` | |
| images.snapshotController | string | `"registry.k8s.io/sig-storage/snapshot-controller:v6.2.1"` | |
| images.nodeDriverRegistrar | string | `"registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.3"` | |
| images.snapshotController | string | `"registry.k8s.io/sig-storage/snapshot-controller:v6.3.1"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
12 changes: 6 additions & 6 deletions charts/csi-hostpath-plugin/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
images:
hostPathPlugin: registry.k8s.io/sig-storage/hostpathplugin:v1.12.1
snapshotController: registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
snapshotController: registry.k8s.io/sig-storage/snapshot-controller:v6.3.1
externalHealthMonitorController: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0
nodeDriverRegistrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0
nodeDriverRegistrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.3
livenessProbe: registry.k8s.io/sig-storage/livenessprobe:v2.11.0
csiAttacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.0
csiProvisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0
csiResizer: registry.k8s.io/sig-storage/csi-resizer:v1.9.0
csiSnapshotter: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
csiAttacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.3
csiProvisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.3
csiResizer: registry.k8s.io/sig-storage/csi-resizer:v1.9.3
csiSnapshotter: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.3

0 comments on commit 536f29d

Please sign in to comment.