Skip to content

Commit

Permalink
Update Chart.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhin committed Jan 25, 2024
1 parent a7829e0 commit 9540193
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion charts/testkube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: testkube
description: Testkube is an open-source platform that simplifies the deployment and management of automated testing infrastructure.
type: application
version: 1.16.31
version: 1.16.32
dependencies:
- name: testkube-operator
version: 1.16.25
Expand All @@ -26,6 +26,11 @@ dependencies:
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../testkube-dashboard"
condition: testkube-dashboard.enabled
- name: testkube-logs
version: 0.2.0
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../testkube-logs"
condition: global.features.logsV2
- name: global
version: 0.1.2
#repository: https://kubeshop.github.io/helm-charts
Expand Down

0 comments on commit 9540193

Please sign in to comment.