Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead authored Dec 17, 2021
2 parents ad416d8 + d699089 commit ae2f26b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/longhorn/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: longhorn
version: 1.2.2
appVersion: v1.2.2
version: 1.2.3
appVersion: v1.2.3
kubeVersion: ">=1.18.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
Expand Down
20 changes: 10 additions & 10 deletions charts/longhorn/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ questions:
label: Longhorn Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.manager.tag
default: v1.2.2
default: v1.2.3
description: "Specify Longhorn Manager Image Tag"
type: string
label: Longhorn Manager Image Tag
Expand All @@ -29,7 +29,7 @@ questions:
label: Longhorn Engine Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.engine.tag
default: v1.2.2
default: v1.2.3
description: "Specify Longhorn Engine Image Tag"
type: string
label: Longhorn Engine Image Tag
Expand All @@ -41,7 +41,7 @@ questions:
label: Longhorn UI Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.ui.tag
default: v1.2.2
default: v1.2.3
description: "Specify Longhorn UI Image Tag"
type: string
label: Longhorn UI Image Tag
Expand All @@ -53,7 +53,7 @@ questions:
label: Longhorn Instance Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.instanceManager.tag
default: v1_20210731
default: v1_20211210
description: "Specify Longhorn Instance Manager Image Tag"
type: string
label: Longhorn Instance Manager Image Tag
Expand All @@ -65,7 +65,7 @@ questions:
label: Longhorn Share Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.shareManager.tag
default: v1_20210914
default: v1_20211020
description: "Specify Longhorn Share Manager Image Tag"
type: string
label: Longhorn Share Manager Image Tag
Expand All @@ -83,7 +83,7 @@ questions:
label: Longhorn Backing Image Manager Image Tag
group: "Longhorn Images Settings"
- variable: image.csi.attacher.repository
default: k8s.gcr.io/sig-storage/csi-attacher
default: longhornio/csi-attacher
description: "Specify CSI attacher image repository. Leave blank to autodetect."
type: string
label: Longhorn CSI Attacher Image Repository
Expand All @@ -95,7 +95,7 @@ questions:
label: Longhorn CSI Attacher Image Tag
group: "Longhorn CSI Driver Images"
- variable: image.csi.provisioner.repository
default: k8s.gcr.io/sig-storage/csi-provisioner
default: longhornio/csi-provisioner
description: "Specify CSI provisioner image repository. Leave blank to autodetect."
type: string
label: Longhorn CSI Provisioner Image Repository
Expand All @@ -107,7 +107,7 @@ questions:
label: Longhorn CSI Provisioner Image Tag
group: "Longhorn CSI Driver Images"
- variable: image.csi.nodeDriverRegistrar.repository
default: k8s.gcr.io/sig-storage/csi-node-driver-registrar
default: longhornio/csi-node-driver-registrar
description: "Specify CSI Node Driver Registrar image repository. Leave blank to autodetect."
type: string
label: Longhorn CSI Node Driver Registrar Image Repository
Expand All @@ -119,7 +119,7 @@ questions:
label: Longhorn CSI Node Driver Registrar Image Tag
group: "Longhorn CSI Driver Images"
- variable: image.csi.resizer.repository
default: k8s.gcr.io/sig-storage/csi-resizer
default: longhornio/csi-resizer
description: "Specify CSI Driver Resizer image repository. Leave blank to autodetect."
type: string
label: Longhorn CSI Driver Resizer Image Repository
Expand All @@ -131,7 +131,7 @@ questions:
label: Longhorn CSI Driver Resizer Image Tag
group: "Longhorn CSI Driver Images"
- variable: image.csi.snapshotter.repository
default: k8s.gcr.io/sig-storage/csi-snapshotter
default: longhornio/csi-snapshotter
description: "Specify CSI Driver Snapshotter image repository. Leave blank to autodetect."
type: string
label: Longhorn CSI Driver Snapshotter Image Repository
Expand Down
24 changes: 24 additions & 0 deletions charts/longhorn/templates/services.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
apiVersion: v1
kind: Service
metadata:
labels: {{- include "longhorn.labels" . | nindent 4 }}
name: longhorn-engine-manager
namespace: longhorn-system
spec:
clusterIP: None
selector:
longhorn.io/component: instance-manager
longhorn.io/instance-manager-type: engine
---
apiVersion: v1
kind: Service
metadata:
labels: {{- include "longhorn.labels" . | nindent 4 }}
name: longhorn-replica-manager
namespace: longhorn-system
spec:
clusterIP: None
selector:
longhorn.io/component: instance-manager
longhorn.io/instance-manager-type: replica
20 changes: 10 additions & 10 deletions charts/longhorn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@ image:
longhorn:
engine:
repository: longhornio/longhorn-engine
tag: v1.2.2
tag: v1.2.3
manager:
repository: longhornio/longhorn-manager
tag: v1.2.2
tag: v1.2.3
ui:
repository: longhornio/longhorn-ui
tag: v1.2.2
tag: v1.2.3
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1_20210731
tag: v1_20211210
shareManager:
repository: longhornio/longhorn-share-manager
tag: v1_20210914
tag: v1_20211020
backingImageManager:
repository: longhornio/backing-image-manager
tag: v2_20210820
csi:
attacher:
repository: k8s.gcr.io/sig-storage/csi-attacher
repository: longhornio/csi-attacher
tag: v3.2.1
provisioner:
repository: k8s.gcr.io/sig-storage/csi-provisioner
repository: longhornio/csi-provisioner
tag: v2.1.2
nodeDriverRegistrar:
repository: k8s.gcr.io/sig-storage/csi-node-driver-registrar
repository: longhornio/csi-node-driver-registrar
tag: v2.3.0
resizer:
repository: k8s.gcr.io/sig-storage/csi-resizer
repository: longhornio/csi-resizer
tag: v1.2.0
snapshotter:
repository: k8s.gcr.io/sig-storage/csi-snapshotter
repository: longhornio/csi-snapshotter
tag: v3.0.3
pullPolicy: IfNotPresent

Expand Down

0 comments on commit ae2f26b

Please sign in to comment.