Skip to content

Commit

Permalink
release: v1.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Ko <[email protected]>
  • Loading branch information
innobead committed Sep 4, 2024
1 parent abf6e7f commit 6278a0b
Show file tree
Hide file tree
Showing 7 changed files with 132 additions and 132 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.7.1-rc3
appVersion: v1.7.1-rc3
version: 1.7.1
appVersion: v1.7.1
kubeVersion: ">=1.21.0-0"
description: Longhorn is a distributed block storage system for Kubernetes.
keywords:
Expand Down
12 changes: 6 additions & 6 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.7.1-rc3
default: v1.7.1
description: "Tag for the Longhorn Manager image."
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.7.1-rc3
default: v1.7.1
description: "Tag for the Longhorn Engine image."
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.7.1-rc3
default: v1.7.1
description: "Tag for the Longhorn UI image."
type: string
label: Longhorn UI Image Tag
Expand All @@ -53,7 +53,7 @@ questions:
label: Longhorn Instance Manager Image Repository
group: "Longhorn Images Settings"
- variable: image.longhorn.instanceManager.tag
default: v1.7.1-rc3
default: v1.7.1
description: "Tag for the Longhorn Instance Manager image."
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.7.1-rc3
default: v1.7.1
description: "Tag for the Longhorn Share Manager image."
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.7.1-rc3
default: v1.7.1
description: "Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value."
type: string
label: Longhorn Backing Image Manager Image Tag
Expand Down
12 changes: 6 additions & 6 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,32 @@ image:
# -- Repository for the Longhorn Engine image.
repository: longhornio/longhorn-engine
# -- Tag for the Longhorn Engine image.
tag: v1.7.1-rc3
tag: v1.7.1
manager:
# -- Repository for the Longhorn Manager image.
repository: longhornio/longhorn-manager
# -- Tag for the Longhorn Manager image.
tag: v1.7.1-rc3
tag: v1.7.1
ui:
# -- Repository for the Longhorn UI image.
repository: longhornio/longhorn-ui
# -- Tag for the Longhorn UI image.
tag: v1.7.1-rc3
tag: v1.7.1
instanceManager:
# -- Repository for the Longhorn Instance Manager image.
repository: longhornio/longhorn-instance-manager
# -- Tag for the Longhorn Instance Manager image.
tag: v1.7.1-rc3
tag: v1.7.1
shareManager:
# -- Repository for the Longhorn Share Manager image.
repository: longhornio/longhorn-share-manager
# -- Tag for the Longhorn Share Manager image.
tag: v1.7.1-rc3
tag: v1.7.1
backingImageManager:
# -- Repository for the Backing Image Manager image. When unspecified, Longhorn uses the default value.
repository: longhornio/backing-image-manager
# -- Tag for the Backing Image Manager image. When unspecified, Longhorn uses the default value.
tag: v1.7.1-rc3
tag: v1.7.1
supportBundleKit:
# -- Repository for the Longhorn Support Bundle Manager image.
repository: longhornio/support-bundle-kit
Expand Down
14 changes: 7 additions & 7 deletions deploy/longhorn-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ longhornio/csi-snapshotter:v7.0.2
longhornio/csi-node-driver-registrar:v2.12.0
longhornio/livenessprobe:v2.14.0
longhornio/openshift-origin-oauth-proxy:4.15
longhornio/backing-image-manager:v1.7.1-rc3
longhornio/longhorn-engine:v1.7.1-rc3
longhornio/longhorn-instance-manager:v1.7.1-rc3
longhornio/longhorn-manager:v1.7.1-rc3
longhornio/longhorn-share-manager:v1.7.1-rc3
longhornio/longhorn-ui:v1.7.1-rc3
longhornio/longhorn-cli:v1.7.1-rc3
longhornio/backing-image-manager:v1.7.1
longhornio/longhorn-engine:v1.7.1
longhornio/longhorn-instance-manager:v1.7.1
longhornio/longhorn-manager:v1.7.1
longhornio/longhorn-share-manager:v1.7.1
longhornio/longhorn-ui:v1.7.1
longhornio/longhorn-cli:v1.7.1
longhornio/support-bundle-kit:v0.0.42
Loading

0 comments on commit 6278a0b

Please sign in to comment.