Skip to content

Commit

Permalink
Update manifests for 1.4.0 dev purpose and use master-head images
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <dko@suse.com>
  • Loading branch information
innobead committed Jul 22, 2022
1 parent 0a275ab commit 91fa3bb
Showing 7 changed files with 65 additions and 66 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: longhorn
version: 1.3.0
appVersion: v1.3.0
version: 1.4.0-dev
appVersion: v1.4.0-dev
kubeVersion: ">=1.18.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
6 changes: 3 additions & 3 deletions chart/questions.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ questions:
label: Longhorn Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.manager.tag
default: v1.3.0
default: master-head
description: "Specify Longhorn Manager Image Tag"
type: string
label: Longhorn Manager Image Tag
@@ -29,7 +29,7 @@ questions:
label: Longhorn Engine Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.engine.tag
default: v1.3.0
default: master-head
description: "Specify Longhorn Engine Image Tag"
type: string
label: Longhorn Engine Image Tag
@@ -41,7 +41,7 @@ questions:
label: Longhorn UI Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.ui.tag
default: v1.3.0
default: master-head
description: "Specify Longhorn UI Image Tag"
type: string
label: Longhorn UI Image Tag
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@ image:
longhorn:
engine:
repository: longhornio/longhorn-engine
tag: v1.3.0
tag: master-head
manager:
repository: longhornio/longhorn-manager
tag: v1.3.0
tag: master-head
ui:
repository: longhornio/longhorn-ui
tag: v1.3.0
tag: master-head
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1_20220611
6 changes: 3 additions & 3 deletions deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ longhornio/csi-resizer:v1.2.0
longhornio/csi-snapshotter:v3.0.3
longhornio/csi-node-driver-registrar:v2.5.0
longhornio/backing-image-manager:v3_20220609
longhornio/longhorn-engine:v1.3.0
longhornio/longhorn-engine:master-head
longhornio/longhorn-instance-manager:v1_20220611
longhornio/longhorn-manager:v1.3.0
longhornio/longhorn-manager:master-head
longhornio/longhorn-share-manager:v1_20220531
longhornio/longhorn-ui:v1.3.0
longhornio/longhorn-ui:master-head
Loading

0 comments on commit 91fa3bb

Please sign in to comment.