Skip to content

Commit

Permalink
update chart depends for datadog labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinon committed Jun 17, 2021
1 parent 7033557 commit 951738a
Show file tree
Hide file tree
Showing 12 changed files with 92 additions and 15 deletions.
6 changes: 3 additions & 3 deletions ndustrial/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
dependencies:
- name: common
repository: https://ndustrialio.github.io/charts
version: 0.1.3
version: 0.1.4
tags:
- ndustrial-common
sources:
Expand All @@ -14,5 +14,5 @@ maintainers:
- email: [email protected]
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.2
appVersion: 0.1.2
version: 0.1.3
appVersion: 0.1.3
2 changes: 2 additions & 0 deletions ndustrial/cronjob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| `ndustrial.name` | The name of the application (Required) | `nil` |
| `ndustrial.organization` | The slug of the Organization that owns the application (Required) | `nil` |
| `ndustrial.owner` | The service which manages the kubernetes object Should most likely be one of: helm, contxt, fleet. (Required) | `nil` |
| `ndustrial.env` | The environment being deployed into Should most likely be one of: dev, staging, prod, or qa. (Required) | `nil` |
| `ndustrial.version` | The app version being deployed | `nil` |
| `contxt.stackId` | The ID of the Contxt Stack that this object belongs to (if applicable) | `nil` |
| `contxt.serviceId` | The ID of the Contxt Service that this object belongs to (if applicable) | `nil` |
| `contxt.serviceType` | The type of the Contxt Service that this object belongs to (if applicable) | `nil` |
Expand Down
8 changes: 8 additions & 0 deletions ndustrial/cronjob/_var_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
group: Global
default:
type:
- variable: ndustrial.env
group: Global
default:
type:
- variable: ndustrial.version
group: Global
default:
type:
- variable: contxt.stackId
group: Global
default:
Expand Down
4 changes: 4 additions & 0 deletions ndustrial/cronjob/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ndustrial:
organization:
## @param ndustrial.owner The service which manages the kubernetes object Should most likely be one of: helm, contxt, fleet. (Required)
owner:
## @param ndustrial.env The environment being deployed into Should most likely be one of: dev, staging, prod, or qa. (Required)
env:
## @param ndustrial.version The app version being deployed
version:
contxt:
## @param contxt.stackId The ID of the Contxt Stack that this object belongs to (if applicable)
stackId:
Expand Down
6 changes: 3 additions & 3 deletions ndustrial/deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ type: application
dependencies:
- name: common
repository: https://ndustrialio.github.io/charts
version: 0.1.3
version: 0.1.4
tags:
- ndustrial-common
maintainers:
- email: [email protected]
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.3
appVersion: 0.1.3
version: 0.1.4
appVersion: 0.1.4
4 changes: 3 additions & 1 deletion ndustrial/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| `ndustrial.name` | The name of the application (Required) | `nil` |
| `ndustrial.organization` | The slug of the Organization that owns the application (Required) | `nil` |
| `ndustrial.owner` | The service which manages the kubernetes object Should most likely be one of: helm, contxt, fleet. (Required) | `nil` |
| `ndustrial.env` | The environment being deployed into Should most likely be one of: dev, staging, prod, or qa. (Required) | `nil` |
| `ndustrial.version` | The app version being deployed | `nil` |
| `contxt.stackId` | The ID of the Contxt Stack that this object belongs to (if applicable) | `nil` |
| `contxt.serviceId` | The ID of the Contxt Service that this object belongs to (if applicable) | `nil` |
| `contxt.serviceType` | The type of the Contxt Service that this object belongs to (if applicable) | `nil` |
Expand Down Expand Up @@ -61,7 +63,7 @@
| ---------------------------------- | ---------------------------------------------------- | ----------- |
| `service.type` | Deployment service type | `ClusterIP` |
| `service.port` | Deployment service HTTP port | `80` |
| `service.httpsPort` | Deployment service HTTPS port | `443` |
| `service.httpsPort` | Deployment service HTTPS port | `nil` |
| `service.nodePorts.http` | Node port for HTTP | `nil` |
| `service.nodePorts.https` | Node port for HTTPS | `nil` |
| `service.clusterIP` | Deployment service Cluster IP | `nil` |
Expand Down
12 changes: 10 additions & 2 deletions ndustrial/deployment/_var_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
group: Global
default:
type:
- variable: ndustrial.env
group: Global
default:
type:
- variable: ndustrial.version
group: Global
default:
type:
- variable: contxt.stackId
group: Global
default:
Expand Down Expand Up @@ -157,8 +165,8 @@
type: number
- variable: service.httpsPort
group: Service
default: 443
type: number
default:
type:
- variable: service.nodePorts.http
group: Service
default:
Expand Down
4 changes: 4 additions & 0 deletions ndustrial/deployment/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ndustrial:
organization:
## @param ndustrial.owner The service which manages the kubernetes object Should most likely be one of: helm, contxt, fleet. (Required)
owner:
## @param ndustrial.env The environment being deployed into Should most likely be one of: dev, staging, prod, or qa. (Required)
env:
## @param ndustrial.version The app version being deployed
version:
contxt:
## @param contxt.stackId The ID of the Contxt Stack that this object belongs to (if applicable)
stackId:
Expand Down
6 changes: 3 additions & 3 deletions ndustrial/statefulset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ type: application
dependencies:
- name: common
repository: https://ndustrialio.github.io/charts
version: 0.1.3
version: 0.1.4
tags:
- ndustrial-common
maintainers:
- email: [email protected]
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.3
appVersion: 0.1.3
version: 0.1.4
appVersion: 0.1.4
11 changes: 10 additions & 1 deletion ndustrial/statefulset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| `ndustrial.name` | The name of the application (Required) | `nil` |
| `ndustrial.organization` | The slug of the Organization that owns the application (Required) | `nil` |
| `ndustrial.owner` | The service which manages the kubernetes object Should most likely be one of: helm, contxt, fleet. (Required) | `nil` |
| `ndustrial.env` | The environment being deployed into Should most likely be one of: dev, staging, prod, or qa. (Required) | `nil` |
| `ndustrial.version` | The app version being deployed | `nil` |
| `contxt.stackId` | The ID of the Contxt Stack that this object belongs to (if applicable) | `nil` |
| `contxt.serviceId` | The ID of the Contxt Service that this object belongs to (if applicable) | `nil` |
| `contxt.serviceType` | The type of the Contxt Service that this object belongs to (if applicable) | `nil` |
Expand All @@ -30,6 +32,13 @@
| Name | Description | Value |
| ------------------------------------ | -------------------------------------------------------------- | --------------- |
| `replicaCount` | Number of Controller replicas | `1` |
| `startupProbe.enabled` | Enable startupProbe | `false` |
| `startupProbe.path` | Path for startupProbe | `/` |
| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `60` |
| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` |
| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `1` |
| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `3` |
| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` |
| `livenessProbe.enabled` | Enable livenessProbe | `true` |
| `livenessProbe.path` | Path for livenessProbe | `/` |
| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `60` |
Expand All @@ -54,7 +63,7 @@
| ---------------------------------- | ----------------------------------------------------- | ----------- |
| `service.type` | StatefulSet service type | `ClusterIP` |
| `service.port` | StatefulSet service HTTP port | `80` |
| `service.httpsPort` | StatefulSet service HTTPS port | `443` |
| `service.httpsPort` | StatefulSet service HTTPS port | `nil` |
| `service.nodePorts.http` | Node port for HTTP | `nil` |
| `service.nodePorts.https` | Node port for HTTPS | `nil` |
| `service.clusterIP` | StatefulSet service Cluster IP | `nil` |
Expand Down
40 changes: 38 additions & 2 deletions ndustrial/statefulset/_var_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
group: Global
default:
type:
- variable: ndustrial.env
group: Global
default:
type:
- variable: ndustrial.version
group: Global
default:
type:
- variable: contxt.stackId
group: Global
default:
Expand Down Expand Up @@ -55,6 +63,34 @@
group: StatefulSet
default: 1
type: number
- variable: startupProbe.enabled
group: StatefulSet
default: false
type: boolean
- variable: startupProbe.path
group: StatefulSet
default: /
type: string
- variable: startupProbe.initialDelaySeconds
group: StatefulSet
default: 60
type: number
- variable: startupProbe.periodSeconds
group: StatefulSet
default: 10
type: number
- variable: startupProbe.timeoutSeconds
group: StatefulSet
default: 1
type: number
- variable: startupProbe.failureThreshold
group: StatefulSet
default: 3
type: number
- variable: startupProbe.successThreshold
group: StatefulSet
default: 1
type: number
- variable: livenessProbe.enabled
group: StatefulSet
default: true
Expand Down Expand Up @@ -129,8 +165,8 @@
type: number
- variable: service.httpsPort
group: Service
default: 443
type: number
default:
type:
- variable: service.nodePorts.http
group: Service
default:
Expand Down
4 changes: 4 additions & 0 deletions ndustrial/statefulset/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ndustrial:
organization:
## @param ndustrial.owner The service which manages the kubernetes object Should most likely be one of: helm, contxt, fleet. (Required)
owner:
## @param ndustrial.env The environment being deployed into Should most likely be one of: dev, staging, prod, or qa. (Required)
env:
## @param ndustrial.version The app version being deployed
version:
contxt:
## @param contxt.stackId The ID of the Contxt Stack that this object belongs to (if applicable)
stackId:
Expand Down

0 comments on commit 951738a

Please sign in to comment.