[stable/grafana] update README - admin password generated (#1815)

* [stable/grafana] update README - admin password generated

* [stable/artifactory] update README - database password generated

* Bump chart versions
This commit is contained in:
Lukas
2017-08-23 11:02:59 -05:00
committed by Michael Goodness
parent a46095c2ab
commit f2acfa1b9d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 5.4.6-1
version: 5.4.6-2
appVersion: 5.4.6
description: Universal Repository Manager supporting all major packaging formats, build tools and CI servers.
keywords:
+1 -1
View File
@@ -64,7 +64,7 @@ The following tables lists the configurable parameters of the artifactory chart
| `database.env.type` | Database type | `postgresql` |
| `database.env.name` | Database name | `artifactory` |
| `database.env.user` | Database username | `artifactory` |
| `database.env.pass` | Database password | `artXifactory1973` |
| `database.env.pass` | Database password | `Randomly generated` |
| `database.image.repository` | Database container image | `docker.bintray.io/postgres` |
| `database.image.version` | Database container image tag | `9.5.2` |
| `database.image.pullPolicy` | Container pull policy | `IfNotPresent` |
+1 -1
View File
@@ -33,7 +33,7 @@ The command removes all the Kubernetes components associated with the chart and
|-------------------------------------------|-------------------------------------|---------------------------------------------------|
| `server.image` | Container image to run | grafana/grafana:latest |
| `server.adminUser` | Admin user username | admin |
| `server.adminPassword` | Admin user password | admin |
| `server.adminPassword` | Admin user password | Randomly generated |
| `server.persistentVolume.enabled` | Create a volume to store data | true |
| `server.persistentVolume.size` | Size of persistent volume claim | 1Gi RW |
| `server.persistentVolume.storageClass` | Type of persistent volume claim | `nil` (uses alpha storage class annotation) |