Skip to content

Commit

Permalink
Update Chart.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
kubeshop-bot committed Jan 25, 2024
1 parent c8991e9 commit b65bd09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-operator
description: A Helm chart for the testkube-operator (installs needed CRDs only for now)
type: application
version: 1.16.21
appVersion: 1.16.21
version: 1.16.25
appVersion: 1.16.25
dependencies:
- name: global
version: 0.1.2
Expand Down
9 changes: 2 additions & 7 deletions charts/testkube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ 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.29
version: 1.16.30
dependencies:
- name: testkube-operator
version: 1.16.21
version: 1.16.25
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../testkube-operator"
condition: testkube-operator.enabled
Expand All @@ -26,11 +26,6 @@ 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 b65bd09

Please sign in to comment.