You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/longhorn/README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -94,31 +94,31 @@ The `values.yaml` contains items used to tweak a deployment of this chart.
94
94
| Key | Type | Default | Description |
95
95
|-----|------|---------|-------------|
96
96
| image.csi.attacher.repository | string |`"longhornio/csi-attacher"`| Repository for the CSI attacher image. When unspecified, Longhorn uses the default value. |
97
-
| image.csi.attacher.tag | string |`"v4.8.0"`| Tag for the CSI attacher image. When unspecified, Longhorn uses the default value. |
97
+
| image.csi.attacher.tag | string |`"v4.8.1"`| Tag for the CSI attacher image. When unspecified, Longhorn uses the default value. |
98
98
| image.csi.livenessProbe.repository | string |`"longhornio/livenessprobe"`| Repository for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
99
99
| image.csi.livenessProbe.tag | string |`"v2.15.0"`| Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
100
100
| image.csi.nodeDriverRegistrar.repository | string |`"longhornio/csi-node-driver-registrar"`| Repository for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. |
101
101
| image.csi.nodeDriverRegistrar.tag | string |`"v2.13.0"`| Tag for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. |
102
102
| image.csi.provisioner.repository | string |`"longhornio/csi-provisioner"`| Repository for the CSI Provisioner image. When unspecified, Longhorn uses the default value. |
103
103
| image.csi.provisioner.tag | string |`"v5.2.0"`| Tag for the CSI Provisioner image. When unspecified, Longhorn uses the default value. |
104
104
| image.csi.resizer.repository | string |`"longhornio/csi-resizer"`| Repository for the CSI Resizer image. When unspecified, Longhorn uses the default value. |
105
-
| image.csi.resizer.tag | string |`"v1.13.1"`| Tag for the CSI Resizer image. When unspecified, Longhorn uses the default value. |
105
+
| image.csi.resizer.tag | string |`"v1.13.2"`| Tag for the CSI Resizer image. When unspecified, Longhorn uses the default value. |
106
106
| image.csi.snapshotter.repository | string |`"longhornio/csi-snapshotter"`| Repository for the CSI Snapshotter image. When unspecified, Longhorn uses the default value. |
107
107
| image.csi.snapshotter.tag | string |`"v8.2.0"`| Tag for the CSI Snapshotter image. When unspecified, Longhorn uses the default value. |
108
108
| image.longhorn.backingImageManager.repository | string |`"longhornio/backing-image-manager"`| Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value. |
109
-
| image.longhorn.backingImageManager.tag | string |`"v1.8.0"`| Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value. |
109
+
| image.longhorn.backingImageManager.tag | string |`"v1.8.1"`| Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value. |
110
110
| image.longhorn.engine.repository | string |`"longhornio/longhorn-engine"`| Repository for the Longhorn Engine image. |
111
-
| image.longhorn.engine.tag | string |`"v1.8.0"`| Tag for the Longhorn Engine image. |
111
+
| image.longhorn.engine.tag | string |`"v1.8.1"`| Tag for the Longhorn Engine image. |
112
112
| image.longhorn.instanceManager.repository | string |`"longhornio/longhorn-instance-manager"`| Repository for the Longhorn Instance Manager image. |
113
-
| image.longhorn.instanceManager.tag | string |`"v1.8.0"`| Tag for the Longhorn Instance Manager image. |
113
+
| image.longhorn.instanceManager.tag | string |`"v1.8.1"`| Tag for the Longhorn Instance Manager image. |
114
114
| image.longhorn.manager.repository | string |`"longhornio/longhorn-manager"`| Repository for the Longhorn Manager image. |
115
-
| image.longhorn.manager.tag | string |`"v1.8.0"`| Tag for the Longhorn Manager image. |
115
+
| image.longhorn.manager.tag | string |`"v1.8.1"`| Tag for the Longhorn Manager image. |
116
116
| image.longhorn.shareManager.repository | string |`"longhornio/longhorn-share-manager"`| Repository for the Longhorn Share Manager image. |
117
-
| image.longhorn.shareManager.tag | string |`"v1.8.0"`| Tag for the Longhorn Share Manager image. |
117
+
| image.longhorn.shareManager.tag | string |`"v1.8.1"`| Tag for the Longhorn Share Manager image. |
118
118
| image.longhorn.supportBundleKit.repository | string |`"longhornio/support-bundle-kit"`| Repository for the Longhorn Support Bundle Manager image. |
119
-
| image.longhorn.supportBundleKit.tag | string |`"v0.0.51"`| Tag for the Longhorn Support Bundle Manager image. |
119
+
| image.longhorn.supportBundleKit.tag | string |`"v0.0.52"`| Tag for the Longhorn Support Bundle Manager image. |
120
120
| image.longhorn.ui.repository | string |`"longhornio/longhorn-ui"`| Repository for the Longhorn UI image. |
121
-
| image.longhorn.ui.tag | string |`"v1.8.0"`| Tag for the Longhorn UI image. |
121
+
| image.longhorn.ui.tag | string |`"v1.8.1"`| Tag for the Longhorn UI image. |
122
122
| image.openshift.oauthProxy.repository | string |`""`| Repository for the OAuth Proxy image. Specify the upstream image (for example, "quay.io/openshift/origin-oauth-proxy"). This setting applies only to OpenShift users. |
123
123
| image.openshift.oauthProxy.tag | string |`""`| Tag for the OAuth Proxy image. Specify OCP/OKD version 4.1 or later (including version 4.15, which is available at quay.io/openshift/origin-oauth-proxy:4.15). This setting applies only to OpenShift users. |
124
124
| image.pullPolicy | string |`"IfNotPresent"`| Image pull policy that applies to all user-deployed Longhorn components, such as Longhorn Manager, Longhorn driver, and Longhorn UI. |
0 commit comments