diff --git a/stable/artifactory/Chart.yaml b/stable/artifactory/Chart.yaml index 66c2f4345b..9ad32f13b5 100644 --- a/stable/artifactory/Chart.yaml +++ b/stable/artifactory/Chart.yaml @@ -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: diff --git a/stable/artifactory/README.md b/stable/artifactory/README.md index da1ee0bac4..f23c6d1dde 100644 --- a/stable/artifactory/README.md +++ b/stable/artifactory/README.md @@ -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` | diff --git a/stable/artifactory/values.yaml b/stable/artifactory/values.yaml index c963350d85..01b1e0452f 100644 --- a/stable/artifactory/values.yaml +++ b/stable/artifactory/values.yaml @@ -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