Upgraded artifactory version to 4.16.0 (#430)

This commit is contained in:
Jainish Shah
2017-02-03 13:49:35 -08:00
committed by Lachlan Evenson
parent 08bed3c934
commit cfa7ce9dcf
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 4.14.1
version: 4.16.0
description: Artifactory chart for Kubernetes
keywords:
- artifactory
+1 -1
View File
@@ -43,7 +43,7 @@ The following tables lists the configurable parameters of the artifactory chart
| Parameter | Description | Default |
|---------------------------|-----------------------------------|----------------------------------------------------------|
| `Image` | Container image name | `docker.bintray.io/jfrog/artifactory-oss` |
| `ImageTag` | Container image tag | `4.14.1` |
| `ImageTag` | Container image tag | `4.16.0` |
| `ImagePullPolicy` | Container pull policy | `Always` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: {{ template "fullname" . }}
image: "{{default "docker.bintray.io/jfrog/artifactory-oss" .Values.image}}:{{default "4.14.1" .Values.imageTag}}"
image: "{{default "docker.bintray.io/jfrog/artifactory-oss" .Values.image}}:{{default "4.16.0" .Values.imageTag}}"
imagePullPolicy: {{default "IfNotPresent" .Values.ImagePullPolicy}}
resources:
{{ toYaml .Values.resources | indent 10 }}
+1 -1
View File
@@ -8,7 +8,7 @@ Component: "Artifactory"
## Uncomment following line if you want to run Artifactory-Pro
#image: "docker.bintray.io/jfrog/artifactory-pro"
imageTag: "4.14.1"
imageTag: "4.16.0"
imagePullPolicy: "Always"
replicaCount: 1
httpPort: 8081