From 293b56d28a83adb2132e4f7b82c2723dacee8989 Mon Sep 17 00:00:00 2001 From: Tyler VanZanten Date: Wed, 18 Mar 2026 12:20:22 -0400 Subject: [PATCH] Update default SSL policy of thub Ingress --- charts/thub/Chart.yaml | 2 +- charts/thub/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/thub/Chart.yaml b/charts/thub/Chart.yaml index 16c6caa..f79c4a1 100644 --- a/charts/thub/Chart.yaml +++ b/charts/thub/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.11.5 +version: 1.11.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/thub/values.yaml b/charts/thub/values.yaml index b3fa382..97d2d84 100644 --- a/charts/thub/values.yaml +++ b/charts/thub/values.yaml @@ -367,7 +367,7 @@ global: alb.ingress.kubernetes.io/target-type: ip # If we want to allow unencrypted access, we can change it to '[{"HTTP": 80}, {"HTTPS": 443}]' alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]' - alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS13-1-2-2021-06 + alb.ingress.kubernetes.io/ssl-policy: 'ELBSecurityPolicy-TLS13-1-2-Res-PQ-2025-09' alb.ingress.kubernetes.io/healthcheck-path: /healthCheck alb.ingress.kubernetes.io/healthcheck-timeout-seconds: '5' domain: "hcl-testcloud.com"