diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 7355397..35c44eb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: longhorn -version: 0.8.1-rc3 -appVersion: v0.8.1-rc3 +version: 0.8.1 +appVersion: v0.8.1 kubeVersion: ">=v1.14.0-r0" description: Longhorn is a distributed block storage system for Kubernetes powered by Rancher Labs. keywords: diff --git a/chart/questions.yml b/chart/questions.yml index 8691d24..72adeee 100644 --- a/chart/questions.yml +++ b/chart/questions.yml @@ -17,7 +17,7 @@ questions: label: Longhorn Manager Image Name group: "Longhorn Images Settings" - variable: image.longhorn.managerTag - default: v0.8.1-rc3 + default: v0.8.1 description: "Specify Longhorn Manager Image Tag" type: string label: Longhorn Manager Image Tag @@ -29,7 +29,7 @@ questions: label: Longhorn Engine Image Name group: "Longhorn Images Settings" - variable: image.longhorn.engineTag - default: v0.8.1-rc3 + default: v0.8.1 description: "Specify Longhorn Engine Image Tag" type: string label: Longhorn Engine Image Tag @@ -41,7 +41,7 @@ questions: label: Longhorn UI Image Name group: "Longhorn Images Settings" - variable: image.longhorn.uiTag - default: v0.8.1-rc3 + default: v0.8.1 description: "Specify Longhorn UI Image Tag" type: string label: Longhorn UI Image Tag diff --git a/chart/values.yaml b/chart/values.yaml index 9d1b1d5..7c0b88d 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,11 +4,11 @@ image: longhorn: engine: longhornio/longhorn-engine - engineTag: v0.8.1-rc3 + engineTag: v0.8.1 manager: longhornio/longhorn-manager - managerTag: v0.8.1-rc3 + managerTag: v0.8.1 ui: longhornio/longhorn-ui - uiTag: v0.8.1-rc3 + uiTag: v0.8.1 instanceManager: longhornio/longhorn-instance-manager instanceManagerTag: v1_20200301 pullPolicy: IfNotPresent