Skip to content

Commit

Permalink
Merge pull request #67 from ndustrialio/bump-nio-api
Browse files Browse the repository at this point in the history
Update Chart.yaml
  • Loading branch information
ebloshkin authored Aug 8, 2023
2 parents 9a4804f + f18b032 commit ee59795
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
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: [email protected]
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.61
appVersion: 0.1.61
version: 0.1.62
appVersion: 0.1.62
4 changes: 4 additions & 0 deletions ndustrial/deployment/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Bumping chart

When this chart is bumped, the `nio-api` chart should also be bumped to pull in any changes.

## Parameters

### Global parameters
Expand Down
4 changes: 2 additions & 2 deletions ndustrial/nio-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- email: [email protected]
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 1.0.8
appVersion: 1.0.8
version: 1.0.9
appVersion: 1.0.9
8 changes: 8 additions & 0 deletions ndustrial/nio-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ autoscaling:
targetCPUUtilizationPercentage: 80
## @param autoscaling.targetMemoryUtilizationPercentage
targetMemoryUtilizationPercentage: 80
## @section DatadogMetric parameters
datadogmetric:
## @param datadogmetric.enabled
enabled: false
## @param datadogmetric.name
name: ""
## @param datadogmetric.query
query: ""
## @section Pod Image parameters
image:
## @skip image.debug
Expand Down

0 comments on commit ee59795

Please sign in to comment.