Compare commits
No commits in common. "main" and "release/v1.30" have entirely different histories.
main
...
release/v1
10
README.md
10
README.md
@ -28,15 +28,15 @@ KubeZero is distributed as a collection of versioned Helm charts, allowing custo
|
|||||||
gantt
|
gantt
|
||||||
title KubeZero Support Timeline
|
title KubeZero Support Timeline
|
||||||
dateFormat YYYY-MM-DD
|
dateFormat YYYY-MM-DD
|
||||||
|
section 1.28
|
||||||
|
beta :128b, 2024-03-01, 2024-04-30
|
||||||
|
release :after 128b, 2024-08-31
|
||||||
section 1.29
|
section 1.29
|
||||||
beta :129b, 2024-07-01, 2024-07-31
|
beta :129b, 2024-07-01, 2024-07-31
|
||||||
release :after 129b, 2024-11-30
|
release :after 129b, 2024-11-30
|
||||||
section 1.30
|
section 1.30
|
||||||
beta :130b, 2024-09-01, 2024-10-31
|
beta :130b, 2024-09-01, 2024-10-31
|
||||||
release :after 130b, 2025-02-28
|
release :after 130b, 2025-02-28
|
||||||
section 1.31
|
|
||||||
beta :131b, 2024-12-01, 2025-01-30
|
|
||||||
release :after 131b, 2025-04-30
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[Upstream release policy](https://kubernetes.io/releases/)
|
[Upstream release policy](https://kubernetes.io/releases/)
|
||||||
@ -47,7 +47,9 @@ gantt
|
|||||||
- all compute nodes are running on Alpine V3.20
|
- all compute nodes are running on Alpine V3.20
|
||||||
- 1 or 2 GB encrypted root file system
|
- 1 or 2 GB encrypted root file system
|
||||||
- no external dependencies at boot time, apart from container registries
|
- no external dependencies at boot time, apart from container registries
|
||||||
- focused on security and minimal footprint
|
- minimal attack surface
|
||||||
|
- extremely small memory footprint / overhead
|
||||||
|
- cri-o container runtime incl. AppArmor support
|
||||||
|
|
||||||
## GitOps
|
## GitOps
|
||||||
- cli / cmd line install
|
- cli / cmd line install
|
||||||
|
@ -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.6.1
|
version: 0.6.0
|
||||||
appVersion: 26.0.5
|
appVersion: 26.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
|
||||||
@ -18,6 +18,6 @@ dependencies:
|
|||||||
repository: https://cdn.zero-downtime.net/charts/
|
repository: https://cdn.zero-downtime.net/charts/
|
||||||
- name: keycloak
|
- name: keycloak
|
||||||
repository: "oci://registry-1.docker.io/bitnamicharts"
|
repository: "oci://registry-1.docker.io/bitnamicharts"
|
||||||
version: 24.2.1
|
version: 24.0.4
|
||||||
condition: keycloak.enabled
|
condition: keycloak.enabled
|
||||||
kubeVersion: ">= 1.26.0"
|
kubeVersion: ">= 1.26.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user