Skip to content

Commit

Permalink
Generate Artifact Hub chart package v0.8.0 (#780)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Oct 23, 2020
1 parent 231b474 commit 1eb36aa
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 8 deletions.
12 changes: 6 additions & 6 deletions charts/artifact-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: artifact-hub
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
type: application
version: 0.7.9
appVersion: 0.7.0
version: 0.8.0
appVersion: 0.8.0
home: https://artifacthub.io
icon: https://artifacthub.github.io/hub/chart/logo.png
keywords:
Expand All @@ -25,12 +25,12 @@ dependencies:
annotations:
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v0.7.0
image: artifacthub/db-migrator:v0.8.0
- name: hub
image: artifacthub/hub:v0.7.0
image: artifacthub/hub:v0.8.0
- name: tracker
image: artifacthub/tracker:v0.7.0
image: artifacthub/tracker:v0.8.0
- name: scanner
image: artifacthub/scanner:v0.7.0
image: artifacthub/scanner:v0.8.0
- name: trivy
image: aquasec/trivy:0.12.0
2 changes: 1 addition & 1 deletion docs/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Artifact Hub
description: "Find, install and publish Kubernetes packages"
version: 0.7.0
version: 0.8.0
servers:
- url: "https://artifacthub.io/api/v1"
description: Main production server
Expand Down
Binary file added docs/chart/artifact-hub-0.8.0.tgz
Binary file not shown.
44 changes: 43 additions & 1 deletion docs/chart/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
apiVersion: v1
entries:
artifact-hub:
- annotations:
artifacthub.io/images: |
- name: db-migrator
image: artifacthub/db-migrator:v0.8.0
- name: hub
image: artifacthub/hub:v0.8.0
- name: tracker
image: artifacthub/tracker:v0.8.0
- name: scanner
image: artifacthub/scanner:v0.8.0
- name: trivy
image: aquasec/trivy:0.12.0
apiVersion: v2
appVersion: 0.8.0
created: "2020-10-22T15:14:46.305552+02:00"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.2.1
description:
Artifact Hub is a web-based application that enables finding, installing,
and publishing Kubernetes packages.
digest: 0a4ca745a250b9132ef09ba91360af70e44d91416f8142a31e46e087f873dab8
home: https://artifacthub.io
icon: https://artifacthub.github.io/hub/chart/logo.png
keywords:
- kubernetes
- helm
- falco
- opa
- olm
maintainers:
- email: [email protected]
name: Sergio
- email: [email protected]
name: Cintia
name: artifact-hub
type: application
urls:
- https://artifacthub.github.io/hub/chart/artifact-hub-0.8.0.tgz
version: 0.8.0
- annotations:
artifacthub.io/images: |
- name: db-migrator
Expand Down Expand Up @@ -190,4 +232,4 @@ entries:
urls:
- https://artifacthub.github.io/hub/chart/artifact-hub-0.2.0.tgz
version: 0.2.0
generated: "2020-10-14T14:03:47.409648+02:00"
generated: "2020-10-22T15:14:46.284112+02:00"

0 comments on commit 1eb36aa

Please sign in to comment.