feat: major version bump for auth / keycloak
This commit is contained in:
parent
4330cb0dad
commit
56e85246ab
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezero-auth
|
name: kubezero-auth
|
||||||
description: KubeZero umbrella chart for all things Authentication and Identity management
|
description: KubeZero umbrella chart for all things Authentication and Identity management
|
||||||
type: application
|
type: application
|
||||||
version: 0.4.7
|
version: 0.5.0
|
||||||
appVersion: 22.0.5
|
appVersion: 22.0.5
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||||
@ -16,8 +16,7 @@ dependencies:
|
|||||||
- name: kubezero-lib
|
- name: kubezero-lib
|
||||||
version: ">= 0.1.6"
|
version: ">= 0.1.6"
|
||||||
repository: https://cdn.zero-downtime.net/charts/
|
repository: https://cdn.zero-downtime.net/charts/
|
||||||
- #! renovate: datasource=docker
|
- name: keycloak
|
||||||
name: keycloak
|
|
||||||
repository: "oci://registry-1.docker.io/bitnamicharts"
|
repository: "oci://registry-1.docker.io/bitnamicharts"
|
||||||
version: 22.1.1
|
version: 22.1.1
|
||||||
condition: keycloak.enabled
|
condition: keycloak.enabled
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# kubezero-auth
|
# kubezero-auth
|
||||||
|
|
||||||
![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.5](https://img.shields.io/badge/AppVersion-22.0.5-informational?style=flat-square)
|
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 22.0.5](https://img.shields.io/badge/AppVersion-22.0.5-informational?style=flat-square)
|
||||||
|
|
||||||
KubeZero umbrella chart for all things Authentication and Identity management
|
KubeZero umbrella chart for all things Authentication and Identity management
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Kubernetes: `>= 1.26.0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
||||||
| oci://registry-1.docker.io/bitnamicharts | keycloak | 18.7.1 |
|
| oci://registry-1.docker.io/bitnamicharts | keycloak | 22.1.1 |
|
||||||
|
|
||||||
# Keycloak
|
# Keycloak
|
||||||
|
|
||||||
@ -41,6 +41,7 @@ https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keyc
|
|||||||
| keycloak.auth.existingSecret | string | `"kubezero-auth"` | |
|
| keycloak.auth.existingSecret | string | `"kubezero-auth"` | |
|
||||||
| keycloak.auth.passwordSecretKey | string | `"admin-password"` | |
|
| keycloak.auth.passwordSecretKey | string | `"admin-password"` | |
|
||||||
| keycloak.enabled | bool | `false` | |
|
| keycloak.enabled | bool | `false` | |
|
||||||
|
| keycloak.hostnameStrict | bool | `true` | |
|
||||||
| keycloak.istio.admin.enabled | bool | `false` | |
|
| keycloak.istio.admin.enabled | bool | `false` | |
|
||||||
| keycloak.istio.admin.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
| keycloak.istio.admin.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
||||||
| keycloak.istio.admin.url | string | `""` | |
|
| keycloak.istio.admin.url | string | `""` | |
|
||||||
@ -57,7 +58,5 @@ https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keyc
|
|||||||
| keycloak.postgresql.primary.persistence.size | string | `"1Gi"` | |
|
| keycloak.postgresql.primary.persistence.size | string | `"1Gi"` | |
|
||||||
| keycloak.postgresql.readReplicas.replicaCount | int | `0` | |
|
| keycloak.postgresql.readReplicas.replicaCount | int | `0` | |
|
||||||
| keycloak.production | bool | `true` | |
|
| keycloak.production | bool | `true` | |
|
||||||
| keycloak.proxy | string | `"edge"` | |
|
| keycloak.proxyHeaders | string | `"xforwarded"` | |
|
||||||
| keycloak.replicaCount | int | `1` | |
|
| keycloak.replicaCount | int | `1` | |
|
||||||
| keycloak.resources.requests.cpu | string | `"100m"` | |
|
|
||||||
| keycloak.resources.requests.memory | string | `"512Mi"` | |
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
keycloak:
|
keycloak:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
proxy: edge
|
|
||||||
production: true
|
production: true
|
||||||
|
hostnameStrict: true
|
||||||
|
proxyHeaders: xforwarded
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
adminUser: admin
|
adminUser: admin
|
||||||
@ -15,14 +16,18 @@ keycloak:
|
|||||||
create: false
|
create: false
|
||||||
minAvailable: 1
|
minAvailable: 1
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
#cpu: 750m
|
||||||
|
memory: 768Mi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 512Mi
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: false
|
enabled: false
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 512Mi
|
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
|
Loading…
Reference in New Issue
Block a user