Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CloudBees CI to 2.452.2.3 #168

Merged
merged 2 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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.17821.0+5cfcf804cfad
# AWS Terraform EKS Blueprint Addons Module #
vCBCI_Helm=3.18067.0+786fc831d2f0
# AWS Terraform EKS Blueprint Addons Module https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/releases
vEKSBpAddonsTFMod=1.15.1
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@ items:
}
}
}

2 changes: 1 addition & 1 deletion blueprints/02-at-scale/img/at-scale.k8s.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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.17821.0+5cfcf804cfad")
version = try(var.helm_config.version, "3.18067.0+786fc831d2f0")
repository = try(var.helm_config.repository, "https://public-charts.artifacts.cloudbees.com/repository/public/")
values = local.create_secret ? 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
Loading