Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/spring-cloud-data-flow] Move chart to distributed bitnami rep…
Browse files Browse the repository at this point in the history
…ository (#23295)

* [stable/spring-cloud-data-flow] Move chart to distributed bitnami repository

Signed-off-by: Alexey Zhokhov <[email protected]>

* [stable/spring-cloud-data-flow] Typo: redis -> spring-cloud-data-flow

Signed-off-by: Alexey Zhokhov <[email protected]>

* Bump spring-cloud-data-flow chart version to 2.8.1.

Signed-off-by: Alexey Zhokhov <[email protected]>

* Typo.

Signed-off-by: Alexey Zhokhov <[email protected]>
  • Loading branch information
donbeave authored Aug 31, 2020
1 parent 5835174 commit 7bab8b5
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 9 deletions.
14 changes: 5 additions & 9 deletions stable/spring-cloud-data-flow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
apiVersion: v1
description: Toolkit for building data processing pipelines.
description: DEPRECATED Toolkit for building data processing pipelines.
name: spring-cloud-data-flow
version: 2.8.0
version: 2.8.1
appVersion: 2.6.0
# The spring-cloud-data-flow chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file.
deprecated: true
home: http://cloud.spring.io/spring-cloud-dataflow/
sources:
- https://github.com/spring-cloud/spring-cloud-dataflow
- https://github.com/spring-cloud/spring-cloud-skipper
icon: https://raw.githubusercontent.com/spring-io/dataflow.spring.io/master/src/images/dataflow-icon.png
maintainers:
- name: trisberg
email: [email protected]
- name: chrisjs
email: [email protected]
- name: sabbyanandan
email: [email protected]
maintainers: []
21 changes: 21 additions & 0 deletions stable/spring-cloud-data-flow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@

Data processing pipelines consist of [Spring Boot](https://projects.spring.io/spring-boot/) apps, built using the [Spring Cloud Stream](https://cloud.spring.io/spring-cloud-stream/) or [Spring Cloud Task](https://cloud.spring.io/spring-cloud-task/) microservice frameworks. This makes Spring Cloud Data Flow suitable for a range of data processing use cases, from import/export to event streaming and predictive analytics.

## This Helm chart is deprecated

Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Spring Cloud Data Flow Helm chart is now located at [bitnami/charts](https://github.com/bitnami/charts/).

The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/<chart>` instead of `stable/<chart>`)

```bash
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/<chart> # Helm 3
$ helm install --name my-release bitnami/<chart> # Helm 2
```

To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute

```bash
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm upgrade my-release bitnami/<chart>
```

Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in [this issue](https://github.com/helm/charts/issues/20969) created as a common place for discussion.

## Chart Details
This chart will provision a fully functional and fully featured Spring Cloud Data Flow installation
that can deploy and manage data processing pipelines in the cluster that it is deployed to.
Expand Down
20 changes: 20 additions & 0 deletions stable/spring-cloud-data-flow/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
This Helm chart is deprecated

Given the `stable` deprecation timeline (https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Spring Cloud Data Flow Helm chart is now located at bitnami/charts (https://github.com/bitnami/charts/).

The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/<chart>` instead of `stable/<chart>`)

```bash
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/<chart> # Helm 3
$ helm install --name my-release bitnami/<chart> # Helm 2
```

To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute
```bash $ helm
repo add bitnami https://charts.bitnami.com/bitnami
$ helm upgrade my-release bitnami/<chart>
```

Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in this issue (https://github.com/helm/charts/issues/20969) created as a common place for discussion.

1. Get the application URL by running these commands:
{{- if eq true .Values.ingress.enabled }}
export SERVICE_URL={{ .Values.ingress.protocol }}://{{ .Values.ingress.server.host }}:{{ .Values.server.service.externalPort }}
Expand Down

0 comments on commit 7bab8b5

Please sign in to comment.