Skip to content

Commit

Permalink
release: 1.3.3
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 Apr 20, 2023
1 parent 9bdc0d0 commit f57838c
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 63 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.3-rc3
appVersion: v1.3.3-rc3
version: 1.3.3
appVersion: v1.3.3
kubeVersion: ">=1.18.0-0 <1.25.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
Expand Down
6 changes: 3 additions & 3 deletions chart/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.3.3-rc3
default: v1.3.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.3.3-rc3
default: v1.3.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.3.3-rc3
default: v1.3.3
description: "Specify Longhorn UI Image Tag"
type: string
label: Longhorn UI 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 @@ -25,13 +25,13 @@ image:
longhorn:
engine:
repository: longhornio/longhorn-engine
tag: v1.3.3-rc3
tag: v1.3.3
manager:
repository: longhornio/longhorn-manager
tag: v1.3.3-rc3
tag: v1.3.3
ui:
repository: longhornio/longhorn-ui
tag: v1.3.3-rc3
tag: v1.3.3
instanceManager:
repository: longhornio/longhorn-instance-manager
tag: v1_20230407
Expand Down
6 changes: 3 additions & 3 deletions deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ longhornio/csi-snapshotter:v3.0.3
longhornio/csi-node-driver-registrar:v2.5.0
longhornio/livenessprobe:v2.8.0
longhornio/backing-image-manager:v3_20230320
longhornio/longhorn-engine:v1.3.3-rc3
longhornio/longhorn-engine:v1.3.3
longhornio/longhorn-instance-manager:v1_20230407
longhornio/longhorn-manager:v1.3.3-rc3
longhornio/longhorn-manager:v1.3.3
longhornio/longhorn-share-manager:v1_20230320
longhornio/longhorn-ui:v1.3.3-rc3
longhornio/longhorn-ui:v1.3.3

0 comments on commit f57838c

Please sign in to comment.