Skip to content

Commit

Permalink
Feat: Add kuberhealthy as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akash4sh committed Apr 4, 2024
1 parent 3b15b3f commit a8d2e7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ 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: 1.1.16
version: 1.1.17

# 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.
appVersion: "v1.1.5"
dependencies:
- name: kuberhealthy
condition: kuberhealthy.enabled
version: 1.x.x
repository: https://kube-tarian.github.io/helmrepo-supporting-tools/

0 comments on commit a8d2e7d

Please sign in to comment.