Skip to content

Commit

Permalink
Merge pull request #198 from cloudbees/3.19313.0
Browse files Browse the repository at this point in the history
[Core] Update CloudBees CI to 3.19313.0
  • Loading branch information
carlosrodlop authored Oct 3, 2024
2 parents 649740c + 7b0d227 commit 01e00f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blueprints/.k8s.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# K8s support: https://docs.cloudbees.com/docs/cloudbees-common/latest/supported-platforms/cloudbees-ci-cloud#_kubernetes
vK8=1.28
# CloudBees CI Chart versions: https://artifacthub.io/packages/helm/cloudbees/cloudbees-core/
vCBCI_Helm=3.18306.0+b5ad27c80a6b
vCBCI_Helm=3.19313.0+1afe0458111d
# AWS Terraform EKS Blueprint Addons Module https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/releases
vEKSBpAddonsTFMod=1.15.1
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ resource "helm_release" "cloudbees_ci" {
description = try(var.helm_config.description, null)
chart = "cloudbees-core"
#vCBCI_Helm#
version = try(var.helm_config.version, "3.18306.0+b5ad27c80a6b")
version = try(var.helm_config.version, "3.19313.0+1afe0458111d")
repository = try(var.helm_config.repository, "https://public-charts.artifacts.cloudbees.com/repository/public/")
values = local.create_secret_casc ? concat(var.helm_config.values, local.oc_secrets_mount, [templatefile("${path.module}/values.yml", local.cbci_template_values)]) : concat(var.helm_config.values, [templatefile("${path.module}/values.yml", local.cbci_template_values)])
timeout = try(var.helm_config.timeout, 1200)
Expand Down

0 comments on commit 01e00f5

Please sign in to comment.