Skip to content

Commit

Permalink
Merge pull request #211 from cloudbees-oss/obser-upgrade
Browse files Browse the repository at this point in the history
Bumping helm releases and EKS addons to latest version
  • Loading branch information
carlosrodlop authored Nov 14, 2024
2 parents afa0d4d + f15946f commit b4f7683
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blueprints/.k8s.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ vK8=1.29
vCBCI_Helm=3.19313.0+1afe0458111d
# AWS Terraform EKS Blueprint Addons Module https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/releases
# Note: Validate cluster_autoscaler_image_tag contains the version of vK8
vEKSBpAddonsTFMod=1.17.0
vEKSBpAddonsTFMod=1.19.0
2 changes: 1 addition & 1 deletion blueprints/01-getting-started/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module "ebs_csi_driver_irsa" {
module "eks_blueprints_addons" {
source = "aws-ia/eks-blueprints-addons/aws"
#vEKSBpAddonsTFMod#
version = "1.17.0"
version = "1.19.0"

cluster_name = module.eks.cluster_name
cluster_endpoint = module.eks.cluster_endpoint
Expand Down
14 changes: 7 additions & 7 deletions blueprints/02-at-scale/main.k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ module "ebs_csi_driver_irsa" {
module "eks_blueprints_addons" {
source = "aws-ia/eks-blueprints-addons/aws"
#vEKSBpAddonsTFMod#
version = "1.17.0"
version = "1.19.0"
depends_on = [module.eks]

cluster_name = module.eks.cluster_name
Expand Down Expand Up @@ -260,7 +260,7 @@ module "eks_blueprints_addons" {
cbciAppsTolerationValue = local.mng["cbci_apps"]["taints"].value
})]
kubelet_monitoring = true
chart_version = "0.1.28"
chart_version = "0.1.34"
s3_bucket_arns = [
module.cbci_s3_bucket.s3_bucket_arn,
"${local.fluentbit_s3_location}/*"
Expand All @@ -283,7 +283,7 @@ module "eks_blueprints_addons" {
helm_releases = {
openldap-stack = {
chart = "openldap-stack-ha"
chart_version = "4.2.2"
chart_version = "4.3.1"
namespace = "auth"
create_namespace = true
repository = "https://jp-gouin.github.io/helm-openldap/"
Expand All @@ -307,7 +307,7 @@ module "eks_blueprints_addons" {
namespace = local.vault_ns
create_namespace = true
chart = "vault"
chart_version = "0.28.0"
chart_version = "0.28.1"
repository = "https://helm.releases.hashicorp.com"
values = [file("k8s/vault-values.yml")]
}
Expand All @@ -316,7 +316,7 @@ module "eks_blueprints_addons" {
namespace = local.observability_ns
create_namespace = true
chart = "opentelemetry-collector"
chart_version = "0.105.1"
chart_version = "0.108.0"
repository = "https://open-telemetry.github.io/opentelemetry-helm-charts"
values = [file("k8s/otel-collector-values.yml")]
}
Expand All @@ -325,7 +325,7 @@ module "eks_blueprints_addons" {
namespace = local.observability_ns
create_namespace = true
chart = "tempo"
chart_version = "1.7.2"
chart_version = "1.10.3"
repository = "https://grafana.github.io/helm-charts"
values = [file("k8s/grafana-tempo-values.yml")]
}
Expand All @@ -334,7 +334,7 @@ module "eks_blueprints_addons" {
namespace = local.observability_ns
create_namespace = true
chart = "loki"
chart_version = "6.12.0"
chart_version = "6.18.0"
repository = "https://grafana.github.io/helm-charts"
values = [file("k8s/grafana-loki-values.yml")]
}
Expand Down

0 comments on commit b4f7683

Please sign in to comment.