Skip to content

Commit

Permalink
Set Artifactory version 5.8 (helm#3200)
Browse files Browse the repository at this point in the history
* Better resource management for Artifactory (#1)

* Update Artifactory version
* Add resources requests and limits to all pods
* Ability to set whitelist on Nginx LoadBalancer service
* Support setting a custom artifactory service name (that will also be set in nginx config)
* Add new parameters to README
* Fix artifactory replicas reference. Hardcode database replicas to 1
* Use resource memory requests and limits in Artifactory java options
* Add readinessProbe to Artifactory
* Add readme on creating a Kubernetes Docker registry secret and passing it to helm

* Update Artifactory Chart version to 6.2.3

* Comment out the default resources and update README on how to use them

* Set Artifactory version 5.6.3

* Remove default values for Nginx resources from README

* Set Artifactory version 5.8.0

* Set a single source for Artifactory and Nginx images version

* Set Artifactory version 5.8.1

* Set Artifactory version 5.8.2

* Go back to using version from values.yaml

* Set Artifactory version 5.8.3

* Revert single quotes

* Revert consolidation of containers versions

* Empty line to trigger GitHub CI
  • Loading branch information
eldada authored and k8s-ci-robot committed Jan 14, 2018
1 parent e75eaa9 commit 2622dd8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stable/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 6.2.4
appVersion: 5.6.3
version: 6.2.5
appVersion: 5.8.3
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
keywords:
Expand Down
5 changes: 3 additions & 2 deletions stable/artifactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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.6.3` |
| `artifactory.image.version` | Container tag | `5.8.3` |
| `artifactory.service.name`| Artifactory service name to be set in Nginx configuration | `artifactory` |
| `artifactory.service.type`| Artifactory service type | `ClusterIP` |
| `artifactory.externalPort` | Artifactory service external port | `8081` |
Expand All @@ -141,8 +141,8 @@ The following tables lists the configurable parameters of the artifactory chart
| `nginx.name` | Nginx name | `nginx` |
| `nginx.replicaCount` | Nginx replica count | `1` |
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
| `nginx.image.version` | Container tag | `5.8.3` |
| `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nginx.image.version` | Container image tag | `5.6.3` |
| `nginx.service.type`| Nginx service type | `LoadBalancer` |
| `nginx.service.loadBalancerSourceRanges`| Nginx service array of IP CIDR ranges to whitelist (only when service type is LoadBalancer) | |
| `nginx.externalPortHttp` | Nginx service external port | `80` |
Expand All @@ -166,3 +166,4 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
## Useful links
https://www.jfrog.com
https://www.jfrog.com/confluence/

4 changes: 2 additions & 2 deletions stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ artifactory:
image:
# repository: "docker.bintray.io/jfrog/artifactory-oss"
repository: "docker.bintray.io/jfrog/artifactory-pro"
version: 5.6.3
version: 5.8.3
pullPolicy: IfNotPresent
service:
name: artifactory
Expand Down Expand Up @@ -98,7 +98,7 @@ nginx:
replicaCount: 1
image:
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
version: 5.6.3
version: 5.8.3
pullPolicy: IfNotPresent
service:
## For minikube, set this to NodePort, elsewhere use LoadBalancer
Expand Down

0 comments on commit 2622dd8

Please sign in to comment.