This commit is contained in:
Laszlo Fogas
2020-10-09 15:47:49 +02:00
parent 0fbd02bb74
commit 1485690e2d
5 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
all: lint package
all: lint kubeval test package
lint:
helm lint onechart/
+18 -8
View File
@@ -2,7 +2,17 @@ apiVersion: v1
entries:
onechart:
- apiVersion: v2
created: "2020-08-28T10:03:23.18225248+02:00"
created: "2020-10-09T15:47:36.616098955+02:00"
description: One chart to rule them all. A generic Helm chart for your application
deployments. Because no-one can remember the Kubernetes yaml syntax.
digest: 8dab33263c4e632aeb4656c666871440b589497b70e76a1d6c3a5e3db1a30bba
name: onechart
type: application
urls:
- https://onechart.github.io/onechart/onechart-0.4.0.tgz
version: 0.4.0
- apiVersion: v2
created: "2020-10-09T15:47:36.615806346+02:00"
description: A generic Helm chart for your application deployments
digest: fbaf6139e0ef8ad9a87cc1e41a97c7d25fdcf7ea17fa6364952f1a851a87480a
name: onechart
@@ -11,7 +21,7 @@ entries:
- https://onechart.github.io/onechart/onechart-0.3.2.tgz
version: 0.3.2
- apiVersion: v2
created: "2020-08-28T10:03:23.182023673+02:00"
created: "2020-10-09T15:47:36.615551444+02:00"
description: A generic Helm chart for your application deployments
digest: bd6f5b1865ab9b05fc6925c163ab8045235bd2723dba31f09d5083d24322d1f8
name: onechart
@@ -20,7 +30,7 @@ entries:
- https://onechart.github.io/onechart/onechart-0.3.1.tgz
version: 0.3.1
- apiVersion: v2
created: "2020-08-28T10:03:23.181783564+02:00"
created: "2020-10-09T15:47:36.615307465+02:00"
description: A generic Helm chart for your application deployments
digest: c79cef21eceab948144a289298cdf1e20e77a0782a883d7d65f9e709ccbbc271
name: onechart
@@ -29,7 +39,7 @@ entries:
- https://onechart.github.io/onechart/onechart-0.3.0.tgz
version: 0.3.0
- apiVersion: v2
created: "2020-08-28T10:03:23.181554196+02:00"
created: "2020-10-09T15:47:36.615056573+02:00"
description: A generic Helm chart for your application deployments
digest: dd814ac5d08d5e6163a1b769df6803f5cb0f09d906045086dfcc5be522bb1ec3
name: onechart
@@ -38,7 +48,7 @@ entries:
- https://onechart.github.io/onechart/onechart-0.2.0.tgz
version: 0.2.0
- apiVersion: v2
created: "2020-08-28T10:03:23.181306093+02:00"
created: "2020-10-09T15:47:36.614613114+02:00"
description: A generic Helm chart for your application deployments
digest: e46062df8053840cbfbba26c0a66a843a79f15a0b43a145ed019327513bd5098
name: onechart
@@ -47,7 +57,7 @@ entries:
- https://onechart.github.io/onechart/onechart-0.1.2.tgz
version: 0.1.2
- apiVersion: v2
created: "2020-08-28T10:03:23.180749008+02:00"
created: "2020-10-09T15:47:36.61438025+02:00"
description: A generic Helm chart for your application deployments
digest: a7bbc8b7dcc008e89156cd1830282b7d39c0592e82ccdcefb77a25a42eca2a3d
name: onechart
@@ -56,7 +66,7 @@ entries:
- https://onechart.github.io/onechart/onechart-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
created: "2020-08-28T10:03:23.179751141+02:00"
created: "2020-10-09T15:47:36.614141705+02:00"
description: A generic Helm chart for your application deployments
digest: 1ed8c0645abdae6c950526e9c5410dc056847a11700dc7def5f1c55eb7de0cd4
name: onechart
@@ -64,4 +74,4 @@ entries:
urls:
- https://onechart.github.io/onechart/onechart-0.1.0.tgz
version: 0.1.0
generated: "2020-08-28T10:03:23.179402951+02:00"
generated: "2020-10-09T15:47:36.613793395+02:00"
Binary file not shown.
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v2
name: onechart
description: A generic Helm chart for your application deployments
description: One chart to rule them all. A generic Helm chart for your application deployments. Because no-one can remember the Kubernetes yaml syntax.
# A chart can be either an 'application' or a 'library' chart.
#
@@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.2
version: 0.4.0
+1 -2
View File
@@ -24,8 +24,7 @@ site_name: OneChart
site_url: https://onechart.dev
site_author: Laszlo Fogas
site_description: >-
One Helm chart to rule them all. One Helm chart for your apps.
Because no-one can remember the Kubernetes yaml syntax.
One chart to rule them all. A generic Helm chart for your application deployments. Because no-one can remember the Kubernetes yaml syntax.
# Repository
repo_name: onechart/onechart
repo_url: https://github.com/onechart/onechart