Skip to content

Commit

Permalink
1.3.0 is not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent 221e219 commit a905497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ locals {
################
# Karpenter
################
karpenter_helm_chart = "1.3.0"
karpenter_tag = "1.3.0"
karpenter_helm_chart = "1.2.2"
karpenter_tag = "1.2.2"

################
# Keycloak
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ inputs = {
cluster_endpoint = dependency.eks.outputs.cluster_endpoint
cluster_name = dependency.eks.outputs.cluster_name
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
vpc_id = dependency.eks.outputs.vpc_id

# Karpenter Configuration
karpenter_tag = include.root.inputs.karpenter_tag
Expand Down

0 comments on commit a905497

Please sign in to comment.