mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-18 01:25:58 +10:00
* Kubeapps: bump chart to 7.8.0 Signed-off-by: Rafa Castelblanque <rcastelblanq@vmware.com> * Revert changes in versions. Update readme Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Revert some readme changes Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * Update app description Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com> * [bitnami/kubeapps] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
annotations:
|
|
category: Infrastructure
|
|
apiVersion: v2
|
|
appVersion: 2.4.3
|
|
dependencies:
|
|
- name: common
|
|
repository: https://charts.bitnami.com/bitnami
|
|
tags:
|
|
- bitnami-common
|
|
version: 1.x.x
|
|
- name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 10.x.x
|
|
# Currently redis is only used for an in-progress plugin for flux support.
|
|
# Our upstream bitnami/kubeapps chart should not include redis as a
|
|
# dependency yet, and in development we can set redis.enabled if developing
|
|
# other plugins only.
|
|
- name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 15.x.x
|
|
condition: redis.enabled
|
|
description: Kubeapps is a web-based UI for launching and managing applications on Kubernetes. It allows users to deploy trusted applications and operators to control users access to the cluster.
|
|
home: https://kubeapps.com
|
|
icon: https://raw.githubusercontent.com/kubeapps/kubeapps/main/docs/img/logo.png
|
|
keywords:
|
|
- helm
|
|
- dashboard
|
|
- service catalog
|
|
- deployment
|
|
maintainers:
|
|
- email: containers@bitnami.com
|
|
name: Bitnami
|
|
name: kubeapps
|
|
sources:
|
|
- https://github.com/kubeapps/kubeapps
|
|
version: 7.8.0
|