Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
chore(longhorn): pass Longhorn version to module; bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvensson committed Sep 2, 2023
1 parent e5f1a55 commit 848aaf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/module/storage/longhorn/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ variable "namespace" {
variable "longhorn_version" {
type = string
description = "The version of Longhorn to use."
default = "1.4.0"
}

variable "dashboard_host" {
Expand All @@ -18,4 +17,4 @@ variable "default_replicas" {
type = number
description = "The default number of replicas for the longhorn storage class."
default = 3
}
}
1 change: 1 addition & 0 deletions terraform/storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module "longhorn" {
source = "./module/storage/longhorn"
namespace = kubernetes_namespace_v1.longhorn_system.metadata[0].name

longhorn_version = "1.5.1"
dashboard_host = "longhorn.${var.domain}"
default_replicas = 1
}
Expand Down

0 comments on commit 848aaf7

Please sign in to comment.