Skip to content

Commit

Permalink
Merge pull request #6 from yuvraj-squareops/feature/v1.26
Browse files Browse the repository at this point in the history
Added rancher chart version changes to support for kube version v1.26
  • Loading branch information
sunil-kumar-squareops authored Jun 30, 2023
2 parents e98c042 + 8384e34 commit 7dbb495
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions helm/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: rancher
description: Install Rancher Server to manage Kubernetes clusters across providers.
version: v2.7.2
appVersion: v2.7.2 #%APP_VERSION%
kubeVersion: < 1.26.0-0
version: v2.7.5-rc6
appVersion: v2.7.5-rc6 #%APP_VERSION%
kubeVersion: < 1.27.0-0
home: https://rancher.com
icon: https://github.com/rancher/ui/blob/master/public/assets/images/logos/welcome-cow.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ variable "namespace" {

variable "chart_version" {
type = string
default = "2.7.2"
description = "Version of the Jenkins chart that will be used to deploy Rancher application."
default = "2.7.5-rc5"
description = "Version of the Rancher chart that will be used to deploy Rancher application."
}

0 comments on commit 7dbb495

Please # to comment.