diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index 89860e8ba8..02e89d607a 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -1,4 +1,4 @@ -CURRENT_RELEASE = "2023.11.1" +CURRENT_RELEASE = "2023.12.1" # NOTE: Terraform cannot be upgraded further due to Hashicorp licensing changes # implemented in August 2023. diff --git a/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml b/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml index 2721baef5c..94359cf451 100644 --- a/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml +++ b/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml @@ -33,7 +33,7 @@ extraInitContainers: | chown 1000:1000 /data/keycloak-metrics-spi-2.5.3.jar && chmod 777 /data/keycloak-metrics-spi-2.5.3.jar fi - image: busybox:1.31 + image: busybox:1.36 name: initialize-spi-metrics-jar securityContext: runAsUser: 0