Skip to content

Commit

Permalink
Deprecate JFrog charts (moved to https://github.com/jfrog/charts) (he…
Browse files Browse the repository at this point in the history
…lm#7627)

* Deprecate JFrog charts (moved to https://github.com/jfrog/charts)

Signed-off-by: Eldad Assis <eldada@jfrog.com>

* Add note on where to find and get the new charts

Signed-off-by: Eldad Assis <eldada@jfrog.com>
Signed-off-by: jenkin-x <jicowan@hotmail.com>
  • Loading branch information
eldada authored and jicowan committed Oct 2, 2018
1 parent b899d72 commit 8add3b5
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 50 deletions.
14 changes: 5 additions & 9 deletions stable/artifactory-ha/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
apiVersion: v1
name: artifactory-ha
home: https://www.jfrog.com/artifactory/
version: 0.4.0
version: 0.4.1
appVersion: 6.2.0
description: Universal Repository Manager supporting all major packaging formats,
description: DEPRECATED 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/jfrog/charts
maintainers:
- name: jainishshah17
email: jainishs@jfrog.com
- name: eldada
email: eldada@jfrog.com
- name: rimusz
email: rimasm@jfrog.com
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/jfrog/charts
deprecated: true
8 changes: 7 additions & 1 deletion stable/artifactory-ha/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# JFrog Artifactory High Availability Helm Chart
# JFrog Artifactory High Availability Helm Chart - DEPRECATED
**This chart is deprecated! You can find the new chart in:**
- **Sources:** https://github.com/jfrog/charts
- **Charts repository:** https://charts.jfrog.io
```bash
helm repo add jfrog https://charts.jfrog.io
```

## Prerequisites Details

Expand Down
2 changes: 2 additions & 0 deletions stable/artifactory-ha/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Congratulations. You have just deployed JFrog Artifactory HA!

#### THIS CHART IS DEPRECATED! ####

{{- if eq .Values.artifactory.masterKey "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" }}


Expand Down
14 changes: 5 additions & 9 deletions stable/artifactory/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
apiVersion: v1
name: artifactory
home: https://www.jfrog.com/artifactory/
version: 7.3.0
version: 7.3.1
appVersion: 6.1.0
description: Universal Repository Manager supporting all major packaging formats,
description: DEPRECATED 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
maintainers:
- name: jainishshah17
email: jainishs@jfrog.com
- name: eldada
email: eldada@jfrog.com
- name: rimusz
email: rimasm@jfrog.com
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/jfrog/charts
deprecated: true
8 changes: 7 additions & 1 deletion stable/artifactory/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# JFrog Artifactory Helm Chart
# JFrog Artifactory Helm Chart - DEPRECATED
**This chart is deprecated! You can find the new chart in:**
- **Sources:** https://github.com/jfrog/charts
- **Charts repository:** https://charts.jfrog.io
```bash
helm repo add jfrog https://charts.jfrog.io
```

## Prerequisites Details

Expand Down
2 changes: 2 additions & 0 deletions stable/artifactory/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Congratulations. You have just deployed JFrog Artifactory!

#### THIS CHART IS DEPRECATED! ####

1. Get the Artifactory URL by running these commands:

{{- if .Values.ingress.enabled }}
Expand Down
14 changes: 5 additions & 9 deletions stable/distribution/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
apiVersion: v1
description: A Helm chart for JFrog Distribution
description: DEPRECATED A Helm chart for JFrog Distribution
home: https://jfrog.com/platform/
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
keywords:
- distribution
- jfrog
maintainers:
- email: jainishs@jfrog.com
name: jainishshah17
- email: eldada@jfrog.com
name: eldada
- email: rimasm@jfrog.com
name: rimusz
name: distribution
sources:
- https://bintray.com/jfrog/product/distribution/view
- https://github.com/JFrogDev
version: 0.4.1
version: 0.4.2
appVersion: 1.1.0
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/jfrog/charts
deprecated: true
8 changes: 7 additions & 1 deletion stable/distribution/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# JFrog Distribution Helm Chart
# JFrog Distribution Helm Chart - DEPRECATED
**This chart is deprecated! You can find the new chart in:**
- **Sources:** https://github.com/jfrog/charts
- **Charts repository:** https://charts.jfrog.io
```bash
helm repo add jfrog https://charts.jfrog.io
```

## Prerequisites Details

Expand Down
2 changes: 2 additions & 0 deletions stable/distribution/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Congratulations. You have just deployed JFrog Distribution!

#### THIS CHART IS DEPRECATED! ####

1. Get the Distribution URL by running these commands:

{{- if contains "NodePort" .Values.distribution.service.type }}
Expand Down
14 changes: 5 additions & 9 deletions stable/mission-control/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
apiVersion: v1
description: A Helm chart for JFrog Mission Control
description: DEPRECATED A Helm chart for JFrog Mission Control
home: https://jfrog.com/mission-control/
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
keywords:
- mission-control
- jfrog
maintainers:
- email: jainishs@jfrog.com
name: jainishshah17
- email: eldada@jfrog.com
name: eldada
- email: rimasm@jfrog.com
name: rimusz
name: mission-control
sources:
- https://bintray.com/jfrog/product/mission-control/view
- https://github.com/jfrog/charts
version: 0.4.2
version: 0.4.3
appVersion: 3.1.2
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/jfrog/charts
deprecated: true
8 changes: 7 additions & 1 deletion stable/mission-control/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# JFrog Mission-Control Helm Chart
# JFrog Mission-Control Helm Chart - DEPRECATED
**This chart is deprecated! You can find the new chart in:**
- **Sources:** https://github.com/jfrog/charts
- **Charts repository:** https://charts.jfrog.io
```bash
helm repo add jfrog https://charts.jfrog.io
```

## Prerequisites Details

Expand Down
2 changes: 2 additions & 0 deletions stable/mission-control/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Congratulations. You have just deployed JFrog Mission Control!

#### THIS CHART IS DEPRECATED! ####

1. Get the JFrog Mission Control URL by running these commands:

{{- if .Values.ingress.enabled }}
Expand Down
14 changes: 5 additions & 9 deletions stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
apiVersion: v1
name: xray
version: 0.4.1
version: 0.4.2
appVersion: 2.3.0
home: https://www.jfrog.com/xray/
description: Universal component scan for security and license inventory and impact analysis
description: DEPRECATED Universal component scan for security and license inventory and impact analysis
keywords:
- xray
- jfrog
sources:
- https://bintray.com/jfrog/product/xray/view
- https://github.com/jfrog/charts
maintainers:
- name: eldada
email: eldada@jfrog.com
- email: jainishs@jfrog.com
name: jainishshah17
- email: rimasm@jfrog.com
name: rimusz
icon: https://raw.githubusercontent.com/JFrogDev/artifactory-dcos/master/images/jfrog_med.png
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/jfrog/charts
deprecated: true
8 changes: 7 additions & 1 deletion stable/xray/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# JFrog Xray HA on Kubernetes Helm Chart
# JFrog Xray HA on Kubernetes Helm Chart - DEPRECATED
**This chart is deprecated! You can find the new chart in:**
- **Sources:** https://github.com/jfrog/charts
- **Charts repository:** https://charts.jfrog.io
```bash
helm repo add jfrog https://charts.jfrog.io
```

## Prerequisites Details

Expand Down
2 changes: 2 additions & 0 deletions stable/xray/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Congratulations! JFrog Xray services are deployed!

#### THIS CHART IS DEPRECATED! ####

{{- if eq .Values.common.masterKey "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" }}


Expand Down

0 comments on commit 8add3b5

Please sign in to comment.