feat: rename keyvalue module to cache

This commit is contained in:
Stefan Reimer 2025-01-14 15:58:39 +00:00
parent 4377c89182
commit e4cc39705f
15 changed files with 9 additions and 9 deletions

View File

@ -3,7 +3,7 @@
{{- /* v1.28: PodAndContainerStatsFromCRI still not working */ -}}
{{- /* v1.28: UnknownVersionInteroperabilityProxy requires StorageVersionAPI which is still alpha in 1.30 */ -}}
{{- define "kubeadm.featuregates" }}
{{- $gates := list "CustomCPUCFSQuotaPeriod" "AuthorizeWithSelectors" "AuthorizeNodeWithSelectors" "ConsistentListFromCache" "VolumeAttributesClass"}}
{{- $gates := list "CustomCPUCFSQuotaPeriod" "AuthorizeWithSelectors" "AuthorizeNodeWithSelectors" "ConsistentListFromCache" "VolumeAttributesClass" "WatchList"}}
{{- if eq .return "csv" }}
{{- range $key := $gates }}
{{- $key }}=true,

View File

@ -1,6 +1,6 @@
apiVersion: v2
name: kubezero-keyvalue
description: KubeZero KeyValue Module
name: kubezero-cache
description: KubeZero Cache module
type: application
version: 0.1.0
home: https://kubezero.com
@ -14,7 +14,7 @@ maintainers:
email: stefan@zero-downtime.net
dependencies:
- name: kubezero-lib
version: ">= 0.1.6"
version: ">= 0.2.1"
repository: https://cdn.zero-downtime.net/charts/
- name: redis
version: 20.0.3
@ -25,4 +25,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: redis-cluster.enabled
kubeVersion: ">= 1.26.0"
kubeVersion: ">= 1.29.0-0"

View File

@ -1,8 +1,8 @@
# kubezero-keyvalue
# kubezero-cache
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
KubeZero KeyValue Module
KubeZero Cache module
**Homepage:** <https://kubezero.com>
@ -14,11 +14,11 @@ KubeZero KeyValue Module
## Requirements
Kubernetes: `>= 1.26.0`
Kubernetes: `>= 1.29.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.2.1 |
| https://charts.bitnami.com/bitnami | redis | 20.0.3 |
| https://charts.bitnami.com/bitnami | redis-cluster | 11.0.2 |