Skip to content

Commit

Permalink
Upading kan charts to pass ct linter (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Kislenko committed Feb 21, 2019
1 parent 0ce95e8 commit 27911ba
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kanister-mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 3.5.2
version: 0.16.0
appVersion: 3.6
description: Kanister-enabled NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
profile:
create: true
defaultProfile: true
s3:
accessKey: SomeBogusTestKey=
secretKey: SomeTestSecrest==
bucket: linttestname
5 changes: 3 additions & 2 deletions examples/helm/kanister/kanister-mysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ keywords:
- kanister
maintainers:
- email: tom@kasten.io
name: Tom Manville
name: tdmanv
name: kanister-mysql
sources:
- https://github.com/kubernetes/charts
- https://github.com/docker-library/mysql
- https://kanister.io/
version: 1.1.2
version: 0.16.0
appVersion: 5.7.14
7 changes: 7 additions & 0 deletions examples/helm/kanister/kanister-mysql/ci/lint-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
profile:
create: true
defaultProfile: true
s3:
accessKey: SomeBogusTestKey=
secretKey: SomeTestSecrest==
bucket: linttestname
2 changes: 1 addition & 1 deletion examples/helm/kanister/kanister-postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sources:
- https://github.com/kansiterio/blueprint-helm-charts
- https://github.com/kubernetes/charts
- https://github.com/docker-library/postgres
version: 9.6.2
version: 0.16.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
profile:
create: true
defaultProfile: true
s3:
accessKey: SomeBogusTestKey=
secretKey: SomeTestSecrest==
bucket: linttestname

0 comments on commit 27911ba

Please sign in to comment.