mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Updated Artifactory version to 5.4.5 (#1596)
* 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
This commit is contained in:
committed by
Reinhard Nägele
parent
2f3d324cf3
commit
b7c2c66e2b
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
name: artifactory
|
||||
home: https://www.jfrog.com/artifactory/
|
||||
version: 5.4.1
|
||||
appVersion: 5.4.1
|
||||
version: 5.4.5
|
||||
appVersion: 5.4.5
|
||||
description: Universal Repository Manager supporting all major packaging formats, build tools and CI servers.
|
||||
keywords:
|
||||
- artifactory
|
||||
|
||||
@@ -78,7 +78,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.1` |
|
||||
| `artifactory.image.version` | Container image tag | `5.4.5` |
|
||||
| `artifactory.service.type`| Artifactory service type | `ClusterIP` |
|
||||
| `artifactory.externalPort` | Artifactory service external port | `8081` |
|
||||
| `artifactory.internalPort` | Artifactory service internal port | `8081` |
|
||||
@@ -90,7 +90,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.1` |
|
||||
| `nginx.image.version` | Container image tag | `5.4.5` |
|
||||
| `nginx.service.type`| Nginx service type | `LoadBalancer` |
|
||||
| `nginx.externalPortHttp` | Nginx service external port | `80` |
|
||||
| `nginx.internalPortHttp` | Nginx service internal port | `80` |
|
||||
|
||||
@@ -37,7 +37,7 @@ artifactory:
|
||||
image:
|
||||
#repository: "docker.bintray.io/jfrog/artifactory-oss"
|
||||
repository: "docker.bintray.io/jfrog/artifactory-pro"
|
||||
version: 5.4.2
|
||||
version: 5.4.5
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
type: ClusterIP
|
||||
@@ -55,7 +55,7 @@ nginx:
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
|
||||
version: 5.4.2
|
||||
version: 5.4.5
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
||||
|
||||
Reference in New Issue
Block a user