fix: minor upgrade tweaks
This commit is contained in:
parent
0179c335a0
commit
9eba23bcd5
@ -10,7 +10,12 @@ def migrate(values):
|
||||
|
||||
# 1.32
|
||||
values["network"]["enabled"] = True
|
||||
values["addons"]["enabled"] = True
|
||||
|
||||
try:
|
||||
values["addons"]["enabled"] = True
|
||||
except KeyError:
|
||||
values["addons"] = {}
|
||||
values["addons"]["enabled"] = True
|
||||
|
||||
try:
|
||||
values["policy"] = {"enabled": True}
|
||||
|
@ -1,6 +1,6 @@
|
||||
# kubezero-auth
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
KubeZero umbrella chart for all things Authentication and Identity management
|
||||
|
||||
@ -19,7 +19,7 @@ Kubernetes: `>= 1.30.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | 0.2.1 |
|
||||
| oci://registry-1.docker.io/bitnamicharts | keycloak | 24.7.1 |
|
||||
| oci://registry-1.docker.io/bitnamicharts | keycloak | 24.7.4 |
|
||||
|
||||
# Keycloak
|
||||
|
||||
@ -64,4 +64,4 @@ https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keyc
|
||||
| keycloak.replicaCount | int | `1` | |
|
||||
| keycloak.resources.limits.memory | string | `"1024Mi"` | |
|
||||
| keycloak.resources.requests.cpu | string | `"100m"` | |
|
||||
| keycloak.resources.requests.memory | string | `"512Mi"` | |
|
||||
| keycloak.resources.requests.memory | string | `"640Mi"` | |
|
||||
|
Loading…
x
Reference in New Issue
Block a user