Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
apiVersion: v2
name: kraken
description: P2P Docker registry capable of distributing TBs of data in seconds
version: 0.2.0
kubeVersion: ">=1.10.0"
type: application
version: 0.1.19
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did the version go down?

appVersion: "0.1.19"
kubeVersion: ">=1.19.0"
keywords:
- http
- docker
- registry
- p2p
home: https://github.com/uber/kraken/helm
- container
- image
home: https://github.com/uber/kraken
sources:
- https://github.com/uber/kraken
maintainers:
- name: Antoine Pourchet
email: antoine.pourchet@gmail.com
- name: Kraken Maintainers
url: https://github.com/uber/kraken
Loading