Skip to content

Commit

Permalink
release: 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead authored and David Ko committed Jul 19, 2023
1 parent 6afe9a4 commit 3b57266
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 62 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.5.1-rc1
appVersion: v1.5.1-rc1
version: 1.5.1
appVersion: v1.5.1
kubeVersion: ">=1.21.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
Expand Down
12 changes: 6 additions & 6 deletions charts/longhorn/questions.yaml
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.5.1-rc1
default: v1.5.1
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.5.1-rc1
default: v1.5.1
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.5.1-rc1
default: v1.5.1
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.5.1-rc1
default: v1.5.1
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.5.1-rc1
default: v1.5.1
description: "Specify Longhorn Share Manager Image Tag"
type: string
label: Longhorn Share Manager Image Tag
Expand All @@ -77,7 +77,7 @@ questions:
label: Longhorn Backing Image Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.backingImageManager.tag
default: v1.5.1-rc1
default: v1.5.1
description: "Specify Longhorn Backing Image Manager Image Tag"
type: string
label: Longhorn Backing Image Manager Image Tag
Expand Down
60 changes: 6 additions & 54 deletions charts/longhorn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ image:
longhorn:
engine:
repository: longhornio/longhorn-engine
tag: v1.5.1-rc1
tag: v1.5.1
manager:
repository: longhornio/longhorn-manager
tag: v1.5.1-rc1
tag: v1.5.1
ui:
repository: longhornio/longhorn-ui
tag: v1.5.1-rc1
tag: v1.5.1
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1.5.1-rc1
tag: v1.5.1
shareManager:
repository: longhornio/longhorn-share-manager
tag: v1.5.1-rc1
tag: v1.5.1
backingImageManager:
repository: longhornio/backing-image-manager
tag: v1.5.1-rc1
tag: v1.5.1
supportBundleKit:
repository: longhornio/support-bundle-kit
tag: v0.0.25
Expand Down Expand Up @@ -228,54 +228,6 @@ longhornUI:
# label-key1: "label-value1"
# label-key2: "label-value2"

longhornConversionWebhook:
replicas: 2
priorityClass: ~
tolerations: []
## If you want to set tolerations for Longhorn conversion webhook Deployment, delete the `[]` in the line above
## and uncomment this example block
# - key: "key"
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
nodeSelector: {}
## If you want to set node selector for Longhorn conversion webhook Deployment, delete the `{}` in the line above
## and uncomment this example block
# label-key1: "label-value1"
# label-key2: "label-value2"

longhornAdmissionWebhook:
replicas: 2
priorityClass: ~
tolerations: []
## If you want to set tolerations for Longhorn admission webhook Deployment, delete the `[]` in the line above
## and uncomment this example block
# - key: "key"
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
nodeSelector: {}
## If you want to set node selector for Longhorn admission webhook Deployment, delete the `{}` in the line above
## and uncomment this example block
# label-key1: "label-value1"
# label-key2: "label-value2"

longhornRecoveryBackend:
replicas: 2
priorityClass: ~
tolerations: []
## If you want to set tolerations for Longhorn recovery backend Deployment, delete the `[]` in the line above
## and uncomment this example block
# - key: "key"
# operator: "Equal"
# value: "value"
# effect: "NoSchedule"
nodeSelector: {}
## If you want to set node selector for Longhorn recovery backend Deployment, delete the `{}` in the line above
## and uncomment this example block
# label-key1: "label-value1"
# label-key2: "label-value2"

ingress:
## Set to true to enable ingress record generation
enabled: false
Expand Down

0 comments on commit 3b57266

Please sign in to comment.