Skip to content

Commit

Permalink
Merge pull request jfrog#24 from jfrog/artifactory-6.3.2
Browse files Browse the repository at this point in the history
Set Artifactory version 6.3.2
  • Loading branch information
eldada authored Sep 4, 2018
2 parents 7c79709 + 0c795ac commit 4173901
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 49 deletions.
3 changes: 3 additions & 0 deletions stable/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# JFrog Artifactory-ha Chart Changelog
All notable changes to this chart will be documented in this file.

## [0.4.4] - Sep 2, 2018
* Updated Artifactory version to 6.3.2

## [0.4.0] - Aug 22, 2018
* Added support to run as non root
* Updated Artifactory version to 6.2.0
Expand Down
8 changes: 4 additions & 4 deletions stable/artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
apiVersion: v1
name: artifactory-ha
home: https://www.jfrog.com/artifactory/
version: 0.4.3
appVersion: 6.2.0
version: 0.4.4
appVersion: 6.3.2
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
keywords:
- artifactory
- jfrog
sources:
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
- https://github.com/JFrogDev
- https://github.com/jfrog/charts
maintainers:
- name: jainishshah17
email: [email protected]
- name: eldada
email: [email protected]
- name: rimusz
email: [email protected]
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
icon: https://raw.githubusercontent.com/jfrog/artifactory-dcos/master/images/jfrog_med.png
10 changes: 5 additions & 5 deletions stable/artifactory-ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,14 @@ The following table lists the configurable parameters of the artifactory chart a
| Parameter | Description | Default |
|------------------------------|-----------------------------------|-------------------------------------------------------|
| `imagePullSecrets` | Docker registry pull secret | |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `rbac.role.rules` | Rules to create | `[]` |
| `artifactory.name` | Artifactory name | `artifactory` |
| `artifactory.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `artifactory.image.repository` | Container image | `docker.bintray.io/jfrog/artifactory-pro` |
| `artifactory.image.version` | Container image tag | `6.2.0` |
| `artifactory.image.version` | Container image tag | `.Chart.AppVersion` |
| `artifactory.masterKey` | Artifactory Master Key. Can be generated with `openssl rand -hex 32` |`FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF`|
| `artifactory.license.secret` | Artifactory license secret name | |
| `artifactory.license.dataKey`| Artifactory license secret data key | |
Expand All @@ -325,7 +325,7 @@ The following table lists the configurable parameters of the artifactory chart a
| `artifactory.internalPort` | Artifactory service internal port | `8081` |
| `artifactory.internalPortReplicator` | Replicator service internal port | `6061` |
| `artifactory.externalPortReplicator` | Replicator service external port | `6061` |
| `artifactory.livenessProbe.enabled` | Enable liveness probe | `true` |
| `artifactory.livenessProbe.enabled` | Enable liveness probe | `true` |
| `artifactory.livenessProbe.initialDelaySeconds` | Delay before liveness probe is initiated | 180 |
| `artifactory.livenessProbe.periodSeconds` | How often to perform the probe | 10 |
| `artifactory.livenessProbe.timeoutSeconds` | When the probe times out | 10 |
Expand Down Expand Up @@ -387,7 +387,7 @@ The following table lists the configurable parameters of the artifactory chart a
| `nginx.uid` | Nginx User Id | `104` |
| `nginx.git` | Nginx Group Id | `107` |
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
| `nginx.image.version` | Container version | `6.2.0` |
| `nginx.image.version` | Container version | `.Chart.AppVersion` |
| `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `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) | |
Expand Down
4 changes: 2 additions & 2 deletions stable/artifactory-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ artifactory:
image:
repository: "docker.bintray.io/jfrog/artifactory-pro"
# Note that by default we use appVersion to get image tag
# version: 6.2.0
# version: 6.3.2
pullPolicy: IfNotPresent
## Artifactory requires a unique master key
## You can generate one with the command:
Expand Down Expand Up @@ -269,7 +269,7 @@ nginx:
image:
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
# Note that by default we use appVersion to get image tag
# version: 6.2.0
# version: 6.3.2
pullPolicy: IfNotPresent
service:
## For minikube, set this to NodePort, elsewhere use LoadBalancer
Expand Down
4 changes: 4 additions & 0 deletions stable/artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# JFrog Artifactory Chart Changelog
All notable changes to this chart will be documented in this file.

## [7.4.2] - Sep 2, 2018
* Updated Artifactory version to 6.3.2
* Removed unused PVC

## [7.4.0] - Aug 22, 2018
* Added support to run as non root
* Updated Artifactory version to 6.2.0
Expand Down
8 changes: 4 additions & 4 deletions stable/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
apiVersion: v1
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 7.4.1
appVersion: 6.2.0
version: 7.4.2
appVersion: 6.3.2
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
keywords:
- artifactory
- jfrog
sources:
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
- https://github.com/JFrogDev
- https://github.com/jfrog/charts
maintainers:
- name: jainishshah17
email: [email protected]
- name: eldada
email: [email protected]
- name: rimusz
email: [email protected]
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
icon: https://raw.githubusercontent.com/jfrog/artifactory-dcos/master/images/jfrog_med.png
8 changes: 4 additions & 4 deletions stable/artifactory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ The following table lists the configurable parameters of the artifactory chart a
| Parameter | Description | Default |
|---------------------------|-----------------------------------|----------------------------------------------------------|
| `imagePullSecrets` | Docker registry pull secret | |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `rbac.create` | Specifies whether RBAC resources should be created | `true` |
| `rbac.role.rules` | Rules to create | `[]` |
| `artifactory.name` | Artifactory name | `artifactory` |
| `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 tag | `6.2.0` |
| `artifactory.image.version` | Container tag | `.Chart.AppVersion` |
| `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 Down Expand Up @@ -248,7 +248,7 @@ The following table lists the configurable parameters of the artifactory chart a
| `nginx.uid` | Nginx User Id | `104` |
| `nginx.git` | Nginx Group Id | `107` |
| `nginx.image.repository` | Container image | `docker.bintray.io/jfrog/nginx-artifactory-pro` |
| `nginx.image.version` | Container tag | `6.2.0` |
| `nginx.image.version` | Container tag | `.Chart.AppVersion` |
| `nginx.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `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) | |
Expand Down
28 changes: 0 additions & 28 deletions stable/artifactory/templates/artifactory-pvc.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions stable/artifactory/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ artifactory:
# repository: "docker.bintray.io/jfrog/artifactory-oss"
repository: "docker.bintray.io/jfrog/artifactory-pro"
# Note that by default we use appVersion to get image tag
# version: 6.2.0
# version: 6.3.2
pullPolicy: IfNotPresent

## Artifactory license secret.
Expand Down Expand Up @@ -157,7 +157,7 @@ nginx:
image:
repository: "docker.bintray.io/jfrog/nginx-artifactory-pro"
# Note that by default we use appVersion to get image tag
# version: 6.2.0
# version: 6.3.2
pullPolicy: IfNotPresent
service:
## For minikube, set this to NodePort, elsewhere use LoadBalancer
Expand Down

0 comments on commit 4173901

Please sign in to comment.