Skip to content

Commit

Permalink
Update 13-AppPackaging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trispera committed Sep 21, 2023
1 parent 2fe2bc7 commit 7e55ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions md/13-AppPackaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ Two commands:
### helm search hub
This command search charts from repositories on Artifact Hub
]
.col[
.col[.right[
### helm search repo
This command search charts from your Helm configuration.
Type `helm` to find the location of your config file.
]]
]]]
.center[![scale: 70%, Helm-search](../img/helm-search.png)]

---
Expand All @@ -70,7 +70,7 @@ One command: `helm install`
It may requires the installation of a repository before:
- `helm repo add ....`
- `helm repo update`
- `helm repo search ....`
- `helm search repo ....`
- `helm install [NAME] [CHART]`
After your installation, you can list your releases with the command `helm ls` (Use `-A` for all namespaces)

Expand All @@ -79,4 +79,4 @@ After your installation, you can list your releases with the command `helm ls` (
# What's next?
Helm allows you to build your own charts, more explication in the exercice [Packaging Containerized Applications](../exercises-containers/12-AppPackaging.html)

.center[![:scale 60%, Helm-exercices](../img/helmchart.jpg)]
.center[![:scale 30%, Helm-exercices](../img/helmchart.jpg)]

0 comments on commit 7e55ab5

Please sign in to comment.