Skip to content

Commit

Permalink
release: 1.4.2-rc1 with fixed image versions
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 May 8, 2023
1 parent 01e17bd commit 5901cb8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions chart/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ questions:
label: Longhorn Instance Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.instanceManager.tag
default: v1.4.1
default: v1.4.2-rc1
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.4.1
default: v1.4.2-rc1
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.4.1
default: v1.4.2-rc1
description: "Specify Longhorn Backing Image Manager Image Tag"
type: string
label: Longhorn Backing Image Manager Image Tag
Expand Down
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ image:
tag: v1.4.2-rc1
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1.4.1
tag: v1.4.2-rc1
shareManager:
repository: longhornio/longhorn-share-manager
tag: v1.4.1
tag: v1.4.2-rc1
backingImageManager:
repository: longhornio/backing-image-manager
tag: v1.4.1
tag: v1.4.2-rc1
supportBundleKit:
repository: longhornio/support-bundle-kit
tag: v0.0.24
Expand Down
6 changes: 3 additions & 3 deletions deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ longhornio/csi-resizer:v1.3.0
longhornio/csi-snapshotter:v5.0.1
longhornio/csi-node-driver-registrar:v2.5.0
longhornio/livenessprobe:v2.8.0
longhornio/backing-image-manager:v1.4.1
longhornio/backing-image-manager:v1.4.2-rc1
longhornio/longhorn-engine:v1.4.2-rc1
longhornio/longhorn-instance-manager:v1.4.1
longhornio/longhorn-instance-manager:v1.4.2-rc1
longhornio/longhorn-manager:v1.4.2-rc1
longhornio/longhorn-share-manager:v1.4.1
longhornio/longhorn-share-manager:v1.4.2-rc1
longhornio/longhorn-ui:v1.4.2-rc1
longhornio/support-bundle-kit:v0.0.24
6 changes: 3 additions & 3 deletions deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3894,11 +3894,11 @@ spec:
- --engine-image
- "longhornio/longhorn-engine:v1.4.2-rc1"
- --instance-manager-image
- "longhornio/longhorn-instance-manager:v1.4.1"
- "longhornio/longhorn-instance-manager:v1.4.2-rc1"
- --share-manager-image
- "longhornio/longhorn-share-manager:v1.4.1"
- "longhornio/longhorn-share-manager:v1.4.2-rc1"
- --backing-image-manager-image
- "longhornio/backing-image-manager:v1.4.1"
- "longhornio/backing-image-manager:v1.4.2-rc1"
- --support-bundle-manager-image
- "longhornio/support-bundle-kit:v0.0.24"
- --manager-image
Expand Down

0 comments on commit 5901cb8

Please sign in to comment.