Skip to content

Commit ce30e9f

Browse files
innobeadderekbit
authored andcommitted
release: v1.8.1
Signed-off-by: David Ko <[email protected]>
1 parent 911b638 commit ce30e9f

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

charts/longhorn/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: longhorn
3-
version: 1.8.1-rc3
4-
appVersion: v1.8.1-rc3
3+
version: 1.8.1
4+
appVersion: v1.8.1
55
kubeVersion: ">=1.25.0-0"
66
description: Longhorn is a distributed block storage system for Kubernetes.
77
keywords:

charts/longhorn/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,31 +94,31 @@ The `values.yaml` contains items used to tweak a deployment of this chart.
9494
| Key | Type | Default | Description |
9595
|-----|------|---------|-------------|
9696
| 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. |
9898
| image.csi.livenessProbe.repository | string | `"longhornio/livenessprobe"` | Repository for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
9999
| image.csi.livenessProbe.tag | string | `"v2.15.0"` | Tag for the CSI liveness probe image. When unspecified, Longhorn uses the default value. |
100100
| 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. |
101101
| image.csi.nodeDriverRegistrar.tag | string | `"v2.13.0"` | Tag for the CSI Node Driver Registrar image. When unspecified, Longhorn uses the default value. |
102102
| image.csi.provisioner.repository | string | `"longhornio/csi-provisioner"` | Repository for the CSI Provisioner image. When unspecified, Longhorn uses the default value. |
103103
| image.csi.provisioner.tag | string | `"v5.2.0"` | Tag for the CSI Provisioner image. When unspecified, Longhorn uses the default value. |
104104
| 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. |
106106
| image.csi.snapshotter.repository | string | `"longhornio/csi-snapshotter"` | Repository for the CSI Snapshotter image. When unspecified, Longhorn uses the default value. |
107107
| image.csi.snapshotter.tag | string | `"v8.2.0"` | Tag for the CSI Snapshotter image. When unspecified, Longhorn uses the default value. |
108108
| 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. |
110110
| 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. |
112112
| 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. |
114114
| 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. |
116116
| 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. |
118118
| 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. |
120120
| 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. |
122122
| 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. |
123123
| 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. |
124124
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy that applies to all user-deployed Longhorn components, such as Longhorn Manager, Longhorn driver, and Longhorn UI. |

charts/longhorn/questions.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ questions:
1717
label: Longhorn Manager Image Repository
1818
group: "Longhorn Images Settings"
1919
- variable: image.longhorn.manager.tag
20-
default: v1.8.1-rc3
20+
default: v1.8.1
2121
description: "Tag for the Longhorn Manager image."
2222
type: string
2323
label: Longhorn Manager Image Tag
@@ -29,7 +29,7 @@ questions:
2929
label: Longhorn Engine Image Repository
3030
group: "Longhorn Images Settings"
3131
- variable: image.longhorn.engine.tag
32-
default: v1.8.1-rc3
32+
default: v1.8.1
3333
description: "Tag for the Longhorn Engine image."
3434
type: string
3535
label: Longhorn Engine Image Tag
@@ -41,7 +41,7 @@ questions:
4141
label: Longhorn UI Image Repository
4242
group: "Longhorn Images Settings"
4343
- variable: image.longhorn.ui.tag
44-
default: v1.8.1-rc3
44+
default: v1.8.1
4545
description: "Tag for the Longhorn UI image."
4646
type: string
4747
label: Longhorn UI Image Tag
@@ -53,7 +53,7 @@ questions:
5353
label: Longhorn Instance Manager Image Repository
5454
group: "Longhorn Images Settings"
5555
- variable: image.longhorn.instanceManager.tag
56-
default: v1.8.1-rc3
56+
default: v1.8.1
5757
description: "Tag for the Longhorn Instance Manager image."
5858
type: string
5959
label: Longhorn Instance Manager Image Tag
@@ -65,7 +65,7 @@ questions:
6565
label: Longhorn Share Manager Image Repository
6666
group: "Longhorn Images Settings"
6767
- variable: image.longhorn.shareManager.tag
68-
default: v1.8.1-rc3
68+
default: v1.8.1
6969
description: "Tag for the Longhorn Share Manager image."
7070
type: string
7171
label: Longhorn Share Manager Image Tag
@@ -77,7 +77,7 @@ questions:
7777
label: Longhorn Backing Image Manager Image Repository
7878
group: "Longhorn Images Settings"
7979
- variable: image.longhorn.backingImageManager.tag
80-
default: v1.8.1-rc3
80+
default: v1.8.1
8181
description: "Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value."
8282
type: string
8383
label: Longhorn Backing Image Manager Image Tag
@@ -89,7 +89,7 @@ questions:
8989
label: Longhorn Support Bundle Kit Image Repository
9090
group: "Longhorn Images Settings"
9191
- variable: image.longhorn.supportBundleKit.tag
92-
default: v0.0.51
92+
default: v0.0.52
9393
description: "Tag for the Longhorn Support Bundle Manager image."
9494
type: string
9595
label: Longhorn Support Bundle Kit Image Tag
@@ -101,7 +101,7 @@ questions:
101101
label: Longhorn CSI Attacher Image Repository
102102
group: "Longhorn CSI Driver Images"
103103
- variable: image.csi.attacher.tag
104-
default: v4.8.0
104+
default: v4.8.1
105105
description: "Tag for the CSI attacher image. When unspecified, Longhorn uses the default value."
106106
type: string
107107
label: Longhorn CSI Attacher Image Tag
@@ -137,7 +137,7 @@ questions:
137137
label: Longhorn CSI Driver Resizer Image Repository
138138
group: "Longhorn CSI Driver Images"
139139
- variable: image.csi.resizer.tag
140-
default: v1.13.1
140+
default: v1.13.2
141141
description: "Tag for the CSI Resizer image. When unspecified, Longhorn uses the default value."
142142
type: string
143143
label: Longhorn CSI Driver Resizer Image Tag

charts/longhorn/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,43 +37,43 @@ image:
3737
# -- Repository for the Longhorn Engine image.
3838
repository: longhornio/longhorn-engine
3939
# -- Tag for the Longhorn Engine image.
40-
tag: v1.8.1-rc3
40+
tag: v1.8.1
4141
manager:
4242
# -- Repository for the Longhorn Manager image.
4343
repository: longhornio/longhorn-manager
4444
# -- Tag for the Longhorn Manager image.
45-
tag: v1.8.1-rc3
45+
tag: v1.8.1
4646
ui:
4747
# -- Repository for the Longhorn UI image.
4848
repository: longhornio/longhorn-ui
4949
# -- Tag for the Longhorn UI image.
50-
tag: v1.8.1-rc3
50+
tag: v1.8.1
5151
instanceManager:
5252
# -- Repository for the Longhorn Instance Manager image.
5353
repository: longhornio/longhorn-instance-manager
5454
# -- Tag for the Longhorn Instance Manager image.
55-
tag: v1.8.1-rc3
55+
tag: v1.8.1
5656
shareManager:
5757
# -- Repository for the Longhorn Share Manager image.
5858
repository: longhornio/longhorn-share-manager
5959
# -- Tag for the Longhorn Share Manager image.
60-
tag: v1.8.1-rc3
60+
tag: v1.8.1
6161
backingImageManager:
6262
# -- Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value.
6363
repository: longhornio/backing-image-manager
6464
# -- Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value.
65-
tag: v1.8.1-rc3
65+
tag: v1.8.1
6666
supportBundleKit:
6767
# -- Repository for the Longhorn Support Bundle Manager image.
6868
repository: longhornio/support-bundle-kit
6969
# -- Tag for the Longhorn Support Bundle Manager image.
70-
tag: v0.0.51
70+
tag: v0.0.52
7171
csi:
7272
attacher:
7373
# -- Repository for the CSI attacher image. When unspecified, Longhorn uses the default value.
7474
repository: longhornio/csi-attacher
7575
# -- Tag for the CSI attacher image. When unspecified, Longhorn uses the default value.
76-
tag: v4.8.0
76+
tag: v4.8.1
7777
provisioner:
7878
# -- Repository for the CSI Provisioner image. When unspecified, Longhorn uses the default value.
7979
repository: longhornio/csi-provisioner
@@ -88,7 +88,7 @@ image:
8888
# -- Repository for the CSI Resizer image. When unspecified, Longhorn uses the default value.
8989
repository: longhornio/csi-resizer
9090
# -- Tag for the CSI Resizer image. When unspecified, Longhorn uses the default value.
91-
tag: v1.13.1
91+
tag: v1.13.2
9292
snapshotter:
9393
# -- Repository for the CSI Snapshotter image. When unspecified, Longhorn uses the default value.
9494
repository: longhornio/csi-snapshotter

0 commit comments

Comments
 (0)