Skip to content

Commit

Permalink
Update longhorn-instance-manager to v2_20221115
Browse files Browse the repository at this point in the history
Longhorn 4491

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Nov 15, 2022
1 parent 7ad77e1 commit 7b27a9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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_20220920
default: v2_20221115
description: "Specify Longhorn Instance Manager Image Tag"
type: string
label: Longhorn Instance Manager Image Tag
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ image:
tag: master-head
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1_20220920
tag: v2_20221115
shareManager:
repository: longhornio/longhorn-share-manager
tag: v1_20220914
Expand Down
2 changes: 1 addition & 1 deletion deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ longhornio/csi-snapshotter:v5.0.1
longhornio/csi-node-driver-registrar:v2.5.0
longhornio/backing-image-manager:v3_20220808
longhornio/longhorn-engine:master-head
longhornio/longhorn-instance-manager:v1_20220920
longhornio/longhorn-instance-manager:v2_20221115
longhornio/longhorn-manager:master-head
longhornio/longhorn-share-manager:v1_20220914
longhornio/longhorn-ui:master-head
2 changes: 1 addition & 1 deletion deploy/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ spec:
- --engine-image
- "longhornio/longhorn-engine:master-head"
- --instance-manager-image
- "longhornio/longhorn-instance-manager:v1_20220920"
- "longhornio/longhorn-instance-manager:v2_20221115"
- --share-manager-image
- "longhornio/longhorn-share-manager:v1_20220914"
- --backing-image-manager-image
Expand Down

0 comments on commit 7b27a9a

Please sign in to comment.