mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Upgraded artifactory version to 4.16.0 (#430)
This commit is contained in:
committed by
Lachlan Evenson
parent
08bed3c934
commit
cfa7ce9dcf
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user