Skip to content

Commit

Permalink
Merge pull request openshift-labs#1123 from ryanj/helm-47
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn authored Jun 2, 2021
2 parents ddaf834 + bdb9f2d commit 5d98027
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions developing-on-openshift/helm/00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Learn how to use the [Helm](https://helm.sh/), a package manager that helps you

[Helm](https:/helm.sh/) is a package manager for Kubernetes which helps users create templated packages called Helm Charts to include all Kubernetes resources that are required to deploy a particular application. Helm then assists with installing the Helm Chart on Kubernetes, and afterwards it can upgrade or rollback the installed package when new versions are available.

Helm 3 is GA and available on OpenShift 4.4, removing Tiller depencies like in Helm 2 which was source of major security concerns.

## Concepts

* Helm core concepts
Expand Down
5 changes: 2 additions & 3 deletions developing-on-openshift/helm/99-outro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ To learn more about Helm, the resources below can provide information on everyth

Helm Documentation: https://helm.sh

Getting Started with Helm 3 on OpenShift: https://docs.openshift.com/container-platform/4.4/cli_reference/helm_cli/getting-started-with-helm-on-openshift-container-platform.html

Getting Started with Helm 3 on OpenShift: https://docs.openshift.com/container-platform/latest/cli_reference/helm_cli/getting-started-with-helm-on-openshift-container-platform.html

Read more in the Developers blog:
https://developers.redhat.com/blog/2020/04/30/application-deployment-improvements-in-openshift-4-4/

Try it out on your workstation! Download [CodeReady Containers](https://developers.redhat.com/products/codeready-containers/overview) to have a local instance of OpenShift Container Platform 4 where to run Helm Charts: https://www.openshift.com/try
Try it out on your workstation! Download [CodeReady Containers](https://developers.redhat.com/products/codeready-containers/overview) to have a local instance of OpenShift Container Platform: https://www.openshift.com/try
2 changes: 1 addition & 1 deletion developing-on-openshift/helm/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"time": "20 minutes",
"backend": {
"autoUpgrade": true,
"imageid": "openshift-4-4"
"imageid": "openshift-4-7"
},
"environment": {
"showdashboard": true,
Expand Down

0 comments on commit 5d98027

Please sign in to comment.