Skip to content

Commit

Permalink
chore: make deployer an application
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamote committed Nov 25, 2022
1 parent 6732fb3 commit a41575b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ helm package charts/deployer

Guides followed to create this repository:
- [Host your Helm Chart Repo on GitHub](https://tealfeed.com/host-helm-chart-repo-github-n1nly)

Check this template for more information: [helm-template](https://github.com/bitnami/charts/tree/main/template)
10 changes: 9 additions & 1 deletion charts/deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ description: A Helm chart for deploying API services using Kubernetes
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: library
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
#
# * We don't have an application, so we'll just use the chart version.
appVersion: "0.0.1"

0 comments on commit a41575b

Please sign in to comment.