mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Artifactory version 5.5.1 (#2355)
* Upgraded artifactory version to 4.16.0 * changes as per suggestion * Added Stable Artifactory chart * removed Incubator Artifactory chart * Fixed port issue * Fixed path * fixed readme * Added Documentation for all variables. * Updated labels * Fixed Parameter names * Fixed Notes.txt * Updated Artifactory version to 5.4.1 * Fixed metadata * Fixed naming * Changes. * Added release name to selector * Nginx for Oss and Pro * Fixed readme * using secret for database password * renamed secret to postgresql-secret.yaml * updated version to 5.4.5 * Artifactory version 5.5.1
This commit is contained in:
committed by
Vic Iglesias
parent
b7518a7d2c
commit
14f3e99f8b
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
name: artifactory
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
version: 6.0.0
|
||||
appVersion: 5.4.6
|
||||
version: 6.1.0
|
||||
appVersion: 5.5.1
|
||||
description: Universal Repository Manager supporting all major packaging formats,
|
||||
build tools and CI servers.
|
||||
keywords:
|
||||
|
||||
@@ -79,7 +79,7 @@ The following tables lists the configurable parameters of the artifactory chart
|
||||
| `artifactory.replicaCount` | Replica count for Artifactory deployment| `1` |
|
||||
| `artifactory.image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `artifactory.image.repository` | Container image | `docker.bintray.io/jfrog/artifactory-pro` |
|
||||
| `artifactory.image.version` | Container image tag | `5.4.5` |
|
||||
| `artifactory.image.version` | Container image tag | `5.5.1` |
|
||||
| `artifactory.service.type`| Artifactory service type | `ClusterIP` |
|
||||
| `artifactory.externalPort` | Artifactory service external port | `8081` |
|
||||
| `artifactory.internalPort` | Artifactory service internal port | `8081` |
|
||||
@@ -91,7 +91,7 @@ The following tables lists the configurable parameters of the artifactory chart
|
||||
| `nginx.replicaCount` | Nginx replica count | `1` |
|
||||
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
|
||||
| `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
| `nginx.image.version` | Container image tag | `5.4.5` |
|
||||
| `nginx.image.version` | Container image tag | `5.5.1` |
|
||||
| `nginx.service.type`| Nginx service type | `LoadBalancer` |
|
||||
| `nginx.externalPortHttp` | Nginx service external port | `80` |
|
||||
| `nginx.internalPortHttp` | Nginx service internal port | `80` |
|
||||
|
||||
@@ -45,7 +45,7 @@ artifactory:
|
||||
image:
|
||||
#repository: "docker.bintray.io/jfrog/artifactory-oss"
|
||||
repository: "docker.bintray.io/jfrog/artifactory-pro"
|
||||
version: 5.4.6
|
||||
version: 5.5.1
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
type: ClusterIP
|
||||
@@ -71,7 +71,7 @@ nginx:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
|
||||
version: 5.4.6
|
||||
version: 5.5.1
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user