Skip to content

Commit ee59795

Browse files
authored
Merge pull request #67 from ndustrialio/bump-nio-api
Update Chart.yaml
2 parents 9a4804f + f18b032 commit ee59795

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

ndustrial/deployment/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
1414
name: DevOps
1515
# Please make sure that version and appVersion are always the same.
16-
version: 0.1.61
17-
appVersion: 0.1.61
16+
version: 0.1.62
17+
appVersion: 0.1.62

ndustrial/deployment/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Bumping chart
2+
3+
When this chart is bumped, the `nio-api` chart should also be bumped to pull in any changes.
4+
15
## Parameters
26

37
### Global parameters

ndustrial/nio-api/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
1414
name: DevOps
1515
# Please make sure that version and appVersion are always the same.
16-
version: 1.0.8
17-
appVersion: 1.0.8
16+
version: 1.0.9
17+
appVersion: 1.0.9

ndustrial/nio-api/values.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,14 @@ autoscaling:
256256
targetCPUUtilizationPercentage: 80
257257
## @param autoscaling.targetMemoryUtilizationPercentage
258258
targetMemoryUtilizationPercentage: 80
259+
## @section DatadogMetric parameters
260+
datadogmetric:
261+
## @param datadogmetric.enabled
262+
enabled: false
263+
## @param datadogmetric.name
264+
name: ""
265+
## @param datadogmetric.query
266+
query: ""
259267
## @section Pod Image parameters
260268
image:
261269
## @skip image.debug

0 commit comments

Comments
 (0)