Skip to content

Commit

Permalink
Update 1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Dec 16, 2021
1 parent 79f6c62 commit b7c0b71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.1.3-rc3
appVersion: v1.1.3-rc3
version: 1.1.3
appVersion: v1.1.3
kubeVersion: ">= v1.16.0-0, < v1.22.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
Expand Down
6 changes: 3 additions & 3 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.1.3-rc3
default: v1.1.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.1.3-rc3
default: v1.1.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.1.3-rc3
default: v1.1.3
description: "Specify Longhorn UI Image Tag"
type: string
label: Longhorn UI Image Tag
Expand Down
6 changes: 3 additions & 3 deletions charts/longhorn/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ image:
longhorn:
engine:
repository: longhornio/longhorn-engine
tag: v1.1.3-rc3
tag: v1.1.3
manager:
repository: longhornio/longhorn-manager
tag: v1.1.3-rc3
tag: v1.1.3
ui:
repository: longhornio/longhorn-ui
tag: v1.1.3-rc3
tag: v1.1.3
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1_20211210
Expand Down

0 comments on commit b7c0b71

Please sign in to comment.