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 Oct 13, 2023
1 parent 0eaf8a5 commit 38ddd5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/testkube-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: testkube-api
description: A Helm chart for Testkube api
type: application
version: 1.14.7
appVersion: 1.14.7
version: 1.15.0
appVersion: 1.15.0
dependencies:
- name: global
version: 0.1.2
version: 0.1.1
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../global"
8 changes: 4 additions & 4 deletions 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.14.11
version: 1.15.0
dependencies:
- name: testkube-operator
version: 1.14.0
Expand All @@ -11,14 +11,14 @@ dependencies:
condition: testkube-operator.enabled
- name: mongodb
condition: mongodb.enabled
version: 13.10.1
version: 12.1.31
repository: https://charts.bitnami.com/bitnami
- name: nats
condition: testkube-api.nats.enabled
version: 0.19.1
repository: https://nats-io.github.io/k8s/helm/charts/
- name: testkube-api
version: 1.14.7
version: 1.15.0
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../testkube-api"
- name: testkube-dashboard
Expand All @@ -27,6 +27,6 @@ dependencies:
repository: "file://../testkube-dashboard"
condition: testkube-dashboard.enabled
- name: global
version: 0.1.2
version: 0.1.1
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../global"

0 comments on commit 38ddd5a

Please sign in to comment.