Skip to content

Commit

Permalink
Unified charts public release
Browse files Browse the repository at this point in the history
  • Loading branch information
chukka committed Mar 11, 2020
1 parent 694c5e1 commit 8b9dd9f
Show file tree
Hide file tree
Showing 189 changed files with 16,592 additions and 4,385 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
travis_terminate 0
fi
- echo "Run charts-testing install test!"
# https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
- travis_wait 90 ./test/e2e-github.sh
# ping stdout every 9 minutes or Travis kills the build
# https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
- while sleep 9m; do echo "=====[ $SECONDS seconds still running ]====="; done &
- ./test/e2e-github.sh

stages:
- lint-scripts
Expand Down
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,13 @@ kind: check-kind
$(eval export CHART_TESTING_ARGS=${MAC_ARGS})
$(eval export LOCAL_RUN=true)
test/e2e-kind.sh

.PHONY: rt
rt: check-helm check-kubectl
$(eval export RUN_CLEAN=false)
test/e2e-rt.sh

.PHONY: rt-clean
rt-clean: check-helm check-kubectl
$(eval export RUN_CLEAN=true)
test/e2e-rt.sh
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[![Build Status](https://travis-ci.org/jfrog/charts.svg?branch=master)](https://travis-ci.org/jfrog/charts)

# JFrog Helm Charts

This repository hosts the official **[JFrog](https://jfrog.com/) Helm Charts** for deploying **JFrog** products to [Kubernetes](https://kubernetes.io/)

For older version please refer to https://github.com/jfrog/charts/tree/pre-unified-platform

## Install Helm

Get the latest [Helm release](https://github.com/kubernetes/helm#install).
Expand Down
13 changes: 11 additions & 2 deletions stable/artifactory-cpp-ce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# JFrog Artifactory CE for C++ Chart Changelog
All changes to this chart will be documented in this file.

## [1.2.0] - Mar 1, 2020
* Update dependency Artifactory chart version to 8.5.0 (Artifactory 6.18.0)
## [2.0.11] - Mar 11, 2020
* Unified charts public release

## [2.0.10] - Mar 8, 2020
* Update dependency Artifactory chart version to 9.0.20 (Artifactory 7.2.1)

## [2.0.9] - Feb 26, 2020
* Update dependency Artifactory chart version to 9.0.15 (Artifactory 7.2.1)

## [2.0.0] - Feb 12, 2020
* Update dependency Artifactory chart version to 9.0.0 (Artifactory 7.0.0)

## [1.1.1] - Feb 3, 2020
* Update dependency Artifactory chart version to 8.4.4
Expand Down
34 changes: 18 additions & 16 deletions stable/artifactory-cpp-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
apiVersion: v1
name: artifactory-cpp-ce
home: https://www.jfrog.com/artifactory/
version: 1.2.0
appVersion: 6.18.0
version: 2.0.11
appVersion: 7.2.1
description: JFrog Artifactory CE for C++
keywords:
- artifactory
- jfrog
- container
- registry
- devops
sources:
- https://github.com/jfrog/charts
keywords:
- artifactory
- jfrog
- container
- registry
- devops
maintainers:
- name: amithins
email: [email protected]
- name: danielezer
email: [email protected]
- name: eldada
email: [email protected]
- name: rimusz
email: [email protected]
- email: [email protected]
name: amithins
- email: [email protected]
name: danielezer
- email: [email protected]
name: eldada
- email: [email protected]
name: chukka
- email: [email protected]
name: rimusz
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-cpp-ce/logo/conan.png
5 changes: 4 additions & 1 deletion stable/artifactory-cpp-ce/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ approvers:
- eldada
- rimusz
- danielezer
- amithins
- chukka
reviewers:
- eldada
- rimusz
- danielezer

- amithins
- chukka
2 changes: 1 addition & 1 deletion stable/artifactory-cpp-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ helm repo add jfrog https://charts.jfrog.io
### Install Chart
To install the chart with the release name `artifactory-cpp-ce`:
```bash
helm install --name artifactory-cpp-ce jfrog/artifactory-cpp-ce
helm install --name artifactory-cpp-ce --set postgresql.postgresqlPassword=<postgres_password> jfrog/artifactory-cpp-ce
```

### Accessing Artifactory CE for C++
Expand Down
8 changes: 4 additions & 4 deletions stable/artifactory-cpp-ce/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: artifactory
repository: https://charts.jfrog.io
version: 8.5.0
digest: sha256:a6a0ee45839812880e1d734c4e8d68fe2379225de0b10deb3dea220243ce00ca
generated: 2020-03-01T20:22:33.707821+02:00
repository: https://charts.jfrog.io/
version: 9.0.20
digest: sha256:441ed19c46d8748ad4a61315687a6bc2a9c350d90b04d58c892862447aaae2fc
generated: 2020-03-08T14:40:03.848735+02:00
4 changes: 2 additions & 2 deletions stable/artifactory-cpp-ce/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: artifactory
version: 8.5.0
repository: https://charts.jfrog.io
version: 9.0.20
repository: https://charts.jfrog.io/
5 changes: 2 additions & 3 deletions stable/artifactory-cpp-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ artifactory:
## Artifactory
## See full list of supported Artifactory options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory
artifactory:
## Default version is from the artifactory sub-chart in the requirements.yaml
image:
repository: docker.bintray.io/jfrog/artifactory-cpp-ce

## Default version is from the artifactory sub-chart in the requirements.yaml
# version:

## Uncomment the following resources definitions or pass them from command line
Expand Down Expand Up @@ -66,7 +65,7 @@ artifactory:
## If NOT using the PostgreSQL in this chart (artifactory.postgresql.enabled=false),
## specify custom database details here or leave empty and Artifactory will use embedded derby.
## See full list of database options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory
database:
# database:


## Enable the PostgreSQL sub chart
Expand Down
29 changes: 27 additions & 2 deletions stable/artifactory-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
# JFrog Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file.

## [1.5.0] - Mar 1, 2020
* Updated Artifactory version to 6.18.0
## [2.0.28] - Mar 11, 2020
* Unified charts public release

## [2.0.27] - Mar 8, 2020
* Add an optional wait for primary node to be ready with a proper test for http status

## [2.0.23] - Mar 6, 2020
* Fix path to `/artifactory_bootstrap`
* Add support for controlling the name of the ingress and allow to set more than one cname

## [2.0.22] - Mar 4, 2020
* Add support for disabling `consoleLog` in `system.yaml` file

## [2.0.21] - Feb 28, 2020
* Add support to process `valueFrom` for extraEnvironmentVariables

## [2.0.20] - Feb 26, 2020
* Store join key to secret

## [2.0.19] - Feb 26, 2020
* Updated Artifactory version to 7.2.1

## [2.0.12] - Feb 07, 2020
* Remove protection flag `databaseUpgradeReady` which was added to check internal postgres upgrade

## [2.0.0] - Feb 07, 2020
* Updated Artifactory version to 7.0.0

## [1.4.10] - Feb 13, 2020
* Add support for SSH authentication to Artifactory
Expand Down
22 changes: 12 additions & 10 deletions stable/artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: artifactory-ha
home: https://www.jfrog.com/artifactory/
version: 1.5.0
appVersion: 6.18.0
version: 2.0.28
appVersion: 7.2.1
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
keywords:
Expand All @@ -13,12 +13,14 @@ sources:
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
- https://github.com/jfrog/charts
maintainers:
- name: amithins
email: [email protected]
- name: danielezer
email: [email protected]
- name: eldada
email: [email protected]
- name: rimusz
email: [email protected]
- email: [email protected]
name: amithins
- email: [email protected]
name: danielezer
- email: [email protected]
name: eldada
- email: [email protected]
name: chukka
- email: [email protected]
name: rimusz
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-ha/logo/artifactory-logo.png
4 changes: 4 additions & 0 deletions stable/artifactory-ha/OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ approvers:
- eldada
- rimusz
- danielezer
- amithins
- chukka
reviewers:
- eldada
- rimusz
- danielezer
- amithins
- chukka
Loading

0 comments on commit 8b9dd9f

Please sign in to comment.