mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user