Skip to content

Commit

Permalink
docs(*): add note about Helm classic deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Dec 5, 2016
1 parent 0fbd407 commit de94939
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Deis Chart Repository

NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Workflow v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.

This repository contains Helm Classic Charts for Deis, the open source PaaS company. Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes][k8s-home] cluster, making it easy to deploy and manage applications on your own servers.

For more information about Deis Workflow, please visit the main project page at https://github.com/deis/workflow. For more general-purpose Helm Classic Charts, visit the [Helm Classic Chart repository](https://github.com/helm/charts). To learn more about Helm Classic, visit the [Helm Classic repository](https://github.com/helm/helm-classic).
Expand Down
6 changes: 6 additions & 0 deletions router-v2.9.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ details: |-
Router works by regularly querying the Kubernetes API for services labeled with
`router.deis.io/routable: "true"`. Such services are compared to known services resident in
memory. If there are differences, new Nginx configuration is generated and Nginx is reloaded.
NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Router v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.
6 changes: 6 additions & 0 deletions router-v2.9.0/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Deis Router v2.9.0

Please report any issues to https://github.com/deis/router

NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Router v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.
6 changes: 6 additions & 0 deletions workflow-v2.9.0-e2e/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ details: |-
Deis (pronounced DAY-iss) Workflow is an open source PaaS that makes it easy to deploy
and manage applications on your own servers. Workflow builds on Kubernetes to provide a
lightweight, Heroku-inspired workflow.
NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Workflow v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.
6 changes: 6 additions & 0 deletions workflow-v2.9.0-e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

End-to-end tests for the Deis Workflow open source PaaS, executed in parallel.

NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Workflow v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.

NOTE: This assumes a fresh `helmc install` of Deis v2. The test suite creates
an initial user with admin privileges (who is deleted when tests complete).
See https://github.com/deis/workflow-e2e for more detail.
Expand Down
6 changes: 6 additions & 0 deletions workflow-v2.9.0/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ maintainers:
details: |-
Workflow is an open source PaaS that makes it easy to deploy and manage applications on your own
servers. Workflow builds on Kubernetes to provide a lightweight, Heroku-inspired workflow.
NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Workflow v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.
6 changes: 6 additions & 0 deletions workflow-v2.9.0/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Workflow v2.9.0

NOTE: Kubernetes Helm has replaced Helm classic, so these charts are deprecated.
Workflow v2.9.0 will be the last release installable with Helm classic (helmc).
See https://github.com/deis/workflow-migration#workflow-migration for help upgrading
to Kubernetes Helm, and see https://deis.com/docs/workflow/installing-workflow/ for
general installation instructions.

Please report any issues you find in testing Workflow to the appropriate GitHub repository:
- builder: https://github.com/deis/builder
- chart: https://github.com/deis/charts
Expand Down
6 changes: 3 additions & 3 deletions workflow-v2.9.0/tpl/generate_params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@ builder_container = "your-builder-container-name"
[builder]
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.6.0"
dockerTag = "v2.6.1"
# limits_cpu = "100m"
# limits_memory = "50Mi"

[slugbuilder]
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.4.6"
dockerTag = "v2.4.7"

[dockerbuilder]
org = "deis"
pullPolicy = "IfNotPresent"
dockerTag = "v2.5.1"
dockerTag = "v2.5.2"

[controller]
org = "deis"
Expand Down

0 comments on commit de94939

Please sign in to comment.