Skip to content

Commit

Permalink
Fix the thub chart by listing its sub-charts as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylervz committed Nov 16, 2023
1 parent 3e2642f commit 879540b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions charts/thub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ appVersion: 1.16.0

home: https://hypercision.github.io/helm-charts

dependencies:
- name: "assigned-item-service"
version: "1.2.3"
- name: "item-service"
version: "1.1.2"
- name: "keycloak-config"
version: "0.1.0"
- name: "lms-data-service"
version: "1.2.4"
- name: "ojt"
version: "1.2.4"
- name: "user-service"
version: "1.1.3"

sources:
- https://github.com/hypercision/masterdata-services
- https://github.com/hypercision/traininghub
Expand Down

0 comments on commit 879540b

Please sign in to comment.