mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
issue_5600: Update README.md (#5614)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: kubeless
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
appVersion: v1.0.0-alpha.2
|
||||
description: Kubeless is a Kubernetes-native serverless framework. It runs on top of your Kubernetes cluster and allows you to deploy small unit of code without having to build container images.
|
||||
icon: https://cloud.githubusercontent.com/assets/4056725/25480209/1d5bf83c-2b48-11e7-8db8-bcd650f31297.png
|
||||
|
||||
@@ -16,7 +16,6 @@ This chart bootstraps a [Kubeless](https://github.com/kubeless/kubeless) and a [
|
||||
## Prerequisites
|
||||
|
||||
- Kubernetes 1.7+ with Beta APIs enabled
|
||||
- PV provisioner support in the underlying infrastructure
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
@@ -94,7 +93,3 @@ The [Kubeless UI](https://github.com/kubeless/kubeless-ui) component is disabled
|
||||
```bash
|
||||
$ helm install --name my-release --set ui.enabled=true --namespace kubeless incubator/kubeless
|
||||
```
|
||||
|
||||
## Persistence
|
||||
|
||||
The Kafka and Zookeeper images stores the data and configurations at the `/bitnami/kafka` and `/bitnami/zookeeper` path of the container.
|
||||
|
||||
Reference in New Issue
Block a user