Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parcellab/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: common
description: A Helm chart library for parcelLab charts
type: library
version: 1.3.11
version: 1.3.12
maintainers:
- name: parcelLab
email: engineering@parcellab.com
1 change: 1 addition & 0 deletions parcellab/common/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ metadata:
{{- if and $datadog $datadog.enabled }}
{{- $_ := set $managed "tags.datadoghq.com/env" (include "common.env" . | trim) }}
{{- $_ := set $managed "tags.datadoghq.com/service" $fullname }}
{{- $_ := set $managed "tags.datadoghq.com/version" ($containerImage.image.tag | trunc 63 | trimAll "._-") }}
{{- end }}
{{- toYaml (merge $managed (.Values.podLabels | default dict)) | nindent 4 }}
spec:
Expand Down
2 changes: 1 addition & 1 deletion parcellab/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cronjob
description: Single cron job
version: 0.6.0
version: 0.6.1
dependencies:
- name: common
version: "*"
Expand Down
2 changes: 1 addition & 1 deletion parcellab/microservice/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: microservice
description: Simple microservice
version: 0.6.1
version: 0.6.2
dependencies:
- name: common
version: "*"
Expand Down
2 changes: 1 addition & 1 deletion parcellab/monolith/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: monolith
description: Application that may define multiple services and cronjobs
version: 0.6.1
version: 0.6.2
dependencies:
- name: common
version: "*"
Expand Down
2 changes: 1 addition & 1 deletion parcellab/worker-group/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: worker-group
description: Set of workers that do not expose a service
version: 0.3.5
version: 0.3.6
dependencies:
- name: common
version: "*"
Expand Down
Loading