Skip to content

Commit

Permalink
use main
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2025
1 parent 918871e commit f821a2a
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ locals {
# EKS Config
#####################

################
# k8s-dashboard
################
dashboard_hostname = "dashboard"
k8s_dashboard_metrics_scraper = "1.0.8"
k8s_dashboard_version = "6.0.6"

################
# Cert-Manager
################
Expand Down Expand Up @@ -86,12 +93,6 @@ locals {
k8s_dashboard_metrics_scraper = "1.0.8"
k8s_dashboard_version = "6.0.6"

################
# k8s-dashboard
################
dashboard_hostname = "k8s-dashboard"
k8s_dashboard_version = "6.0.6"

################
# Karpenter
################
Expand All @@ -109,17 +110,6 @@ locals {
keycloak_password = "this is my very secure and totally random password horse battery staple now"
postgresql_tag = "17.4.0-debian-12-r2"

################
# keycloak
################
keycloak_tag = "26.1.2"
keycloak_chart_version = "24.4.10"
keycloak_hostname = "keycloak"
keycloak_namespace = "keycloak"
postgresql_tag = "17.4.0"
postgres_exporter_tag = "0.17.1"
os_shell_tag = "12"

################
# Kiali
################
Expand Down

0 comments on commit f821a2a

Please sign in to comment.