mirror of https://github.com/openkruise/charts.git
29 lines
1005 B
YAML
29 lines
1005 B
YAML
apiVersion: v1
|
|
name: kruise
|
|
description: Helm chart for kruise components
|
|
version: 1.0.0-alpha.1
|
|
appVersion: 1.0.0-alpha.1
|
|
icon: https://openkruise.io/img/openkruise-logo-bg.jpg
|
|
keywords:
|
|
- openkruise
|
|
- kubernetes
|
|
- kruise
|
|
- workload
|
|
- statefulset
|
|
- sidecar
|
|
- job
|
|
- deployment
|
|
- cloneset
|
|
home: https://openkruise.io
|
|
sources:
|
|
- https://github.com/openkruise/kruise
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- "[Changed]: Bump CustomResourceDefinition(CRD) from v1beta1 to v1"
|
|
- "[Changed]: Bump ValidatingWebhookConfiguration/MutatingWebhookConfiguration from v1beta1 to v1"
|
|
- "[Changed]: Bump dependencies: k8s v1.18 -> v1.20, controller-runtime v0.6.5 -> v0.8.3"
|
|
- "[Removed]: No longer support Kubernetes < 1.16"
|
|
- "[Added]: In-place update with env from metadata"
|
|
- "[Added]: ContainerLaunchPriority provides a way to help users control the sequence of containers start in a Pod"
|
|
- "[Changed]: More details: https://github.com/openkruise/kruise/releases"
|