kubeapps: bump chart version to 3.4.5

This commit is contained in:
kubernetes-bitnami
2020-03-16 05:28:07 +00:00
parent 3f6eb3bccc
commit 21484d9088
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1
name: kubeapps
version: 3.4.6
version: 3.4.5
appVersion: v1.8.2
description: Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm
icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png

View File

@@ -32,7 +32,7 @@ helm install kubeapps --namespace kubeapps bitnami/kubeapps --set useHelm3=true
This chart bootstraps a [Kubeapps](https://kubeapps.com) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
It also packages the [Bitnami MongoDB chart](https://github.com/bitnami/charts/tree/master/bitnami/mongodb) or the [Bitnami PostgreSQL chart](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) which is required for bootstrapping a deployment for the database requirements of the Kubeapps application.
It also packages the [Bitnami MongoDB chart](https://github.com/helm/charts/tree/master/stable/mongodb) or the [Bitnami PostgreSQL chart](https://github.com/helm/charts/tree/master/stable/postgresql) which is required for bootstrapping a deployment for the database requirements of the Kubeapps application.
## Prerequisites

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: https://kubernetes-charts.storage.googleapis.com
version: 7.8.8
version: 7.8.7
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com
version: 8.6.2
digest: sha256:485abcf3ee427a96a8dc425b738843bef5aed937c65071fde33584e0bae2ea51
generated: "2020-03-11T14:15:17.22787622Z"
version: 8.6.1
digest: sha256:11a7b8e79e9182b04cd4ca1b70634085515aa6a1090839a1e320de6c1477228b
generated: "2020-03-09T11:14:46.301696723+01:00"

View File

@@ -16,5 +16,5 @@ spec:
command:
- sh
- -c
- curl -o /tmp/output $ASSETSVC_HOST:$ASSETSVC_PORT/v1/charts && cat /tmp/output && cat /tmp/output | grep wordpress
- curl -o /tmp/output $ASSETSVC_HOST:$ASSETSVC_PORT/v1/ns/{{ .Release.Namespace }}/charts && cat /tmp/output && cat /tmp/output | grep wordpress
restartPolicy: Never

View File

@@ -457,7 +457,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/kubeapps-dashboard
tag: 1.8.2-debian-10-r20
tag: 1.8.2-debian-10-r25
## Dashboard service parameters
##
service:
@@ -506,7 +506,7 @@ dashboard:
tolerations: {}
## MongoDB chart configuration
## ref: https://github.com/bitnami/charts/blob/master/bitnami/mongodb/values.yaml
## ref: https://github.com/helm/charts/blob/master/stable/mongodb/values.yaml
##
mongodb:
## Whether to deploy a mongodb server to satisfy the applications database requirements.
@@ -539,7 +539,7 @@ mongodb:
memory: 256Mi
## PostgreSQL chart configuration
## ref: https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
## ref: https://github.com/helm/charts/blob/master/stable/postgresql/values.yaml
##
postgresql:
## Whether to deploy a postgresql server to satisfy the applications database requirements.