Skip to content

Commit

Permalink
Merge pull request #55 from ndustrialio/add-nio-api
Browse files Browse the repository at this point in the history
Add nio api chart
  • Loading branch information
kalinon authored Sep 8, 2022
2 parents cafae86 + 28105c7 commit 6668bf8
Show file tree
Hide file tree
Showing 10 changed files with 797 additions and 58 deletions.
3 changes: 3 additions & 0 deletions ndustrial/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
exampleValue: common-chart

## @section Ndustrial metadata fields (Optional)
## @param ndustrial
## @param ndustrial.project Unique project id that this repository belongs too (Required) aka. Project slug
## @param ndustrial.name The name of the application/service. (Required)
# Should match git repository name (if able)
Expand All @@ -17,6 +18,8 @@ exampleValue: common-chart
## @param ndustrial.depends [array] List of projects/services this serivce depends on
## @param ndustrial.depends.0.project [string] The name of the project that this service depends on
## @param ndustrial.depends.0.name [string] The name of the project service

## @param contxt
## @param contxt.projectId The ID of the Contxt Stack that this object belongs to (if applicable)
## @param contxt.serviceId The ID of the Contxt Service that this object belongs to (if applicable)
## @param contxt.serviceType The type of the Contxt Service that this object belongs to (if applicable)
Expand Down
4 changes: 2 additions & 2 deletions ndustrial/deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- email: devops@ndustrial.io
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.36
appVersion: 0.1.36
version: 0.1.37
appVersion: 0.1.37
56 changes: 0 additions & 56 deletions ndustrial/deployment/values.ndustrial.yaml

This file was deleted.

1 change: 1 addition & 0 deletions ndustrial/nio-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
charts
1 change: 1 addition & 0 deletions ndustrial/nio-api/.helmignore
17 changes: 17 additions & 0 deletions ndustrial/nio-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v2
name: nio-api
description: A Helm chart for deploying k8s deployment
type: application
dependencies:
- name: common
# repository: file://../common
repository: https://ndustrialio.github.io/charts
version: ~0.2.15
tags:
- ndustrial-common
maintainers:
- email: devops@ndustrial.io
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 1.0.0
appVersion: 1.0.0
226 changes: 226 additions & 0 deletions ndustrial/nio-api/README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ndustrial/nio-api/_questions.yml
1 change: 1 addition & 0 deletions ndustrial/nio-api/templates
Loading

0 comments on commit 6668bf8

Please sign in to comment.