Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sandbox/image-inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Nov 4, 2024
2 parents 58fca6d + c854631 commit 89c5e93
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: testkube-api
description: A Helm chart for Testkube api
type: application
version: 2.1.52
appVersion: 2.1.52
version: 2.1.56
appVersion: 2.1.56
dependencies:
- name: global
version: 0.1.2
Expand Down
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: 2.1.21
appVersion: 2.1.21
version: 2.1.22
appVersion: 2.1.22
dependencies:
- name: global
version: 0.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,14 @@ spec:
type: string
description: annotations to attach to the cron job
type: object
config:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
description: configuration to pass for the workflow
type: object
cron:
description: cron schedule to run a test workflow
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3508,6 +3508,14 @@ spec:
type: string
description: annotations to attach to the cron job
type: object
config:
additionalProperties:
anyOf:
- type: integer
- type: string
x-kubernetes-int-or-string: true
description: configuration to pass for the workflow
type: object
cron:
description: cron schedule to run a test workflow
type: string
Expand Down
6 changes: 3 additions & 3 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: 2.1.69
version: 2.1.75
dependencies:
- name: testkube-operator
version: 2.1.21
version: 2.1.22
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../testkube-operator"
condition: testkube-operator.enabled
Expand All @@ -18,7 +18,7 @@ dependencies:
version: 1.2.6-1
repository: "file://./charts/nats"
- name: testkube-api
version: 2.1.52
version: 2.1.56
#repository: https://kubeshop.github.io/helm-charts
repository: "file://../testkube-api"
- name: testkube-logs
Expand Down

0 comments on commit 89c5e93

Please sign in to comment.