Skip to content

Commit

Permalink
Added common labels to pods for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoldbear committed Nov 15, 2024
1 parent ee0b6bd commit b2d8c90
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
44 changes: 26 additions & 18 deletions charts/document-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,62 +1,64 @@
# Changelog

- [Changelog](#changelog)
- [3.2.8 (2024-11-15)](#328-2024-11-15)
- [Changed](#changed)
- [3.2.7 (2024-11-15)](#327-2024-11-15)
- [Added](#added)
- [Changed](#changed)
- [Changed](#changed-1)
- [3.2.6 (2024-10-29)](#326-2024-10-29)
- [Added](#added-1)
- [Changed](#changed-1)
- [3.2.5 (2024-10-24)](#325-2024-10-24)
- [Changed](#changed-2)
- [3.2.5 (2024-10-24)](#325-2024-10-24)
- [Changed](#changed-3)
- [3.2.4 (2024-10-17)](#324-2024-10-17)
- [Fixed](#fixed)
- [3.2.3 (2024-10-16)](#323-2024-10-16)
- [Fixed](#fixed-1)
- [3.2.2 (2024-10-09)](#322-2024-10-09)
- [Changed](#changed-3)
- [3.2.1 (2024-09-20)](#321-2024-09-20)
- [Changed](#changed-4)
- [3.2.0 (2024-08-29)](#320-2024-08-29)
- [3.2.1 (2024-09-20)](#321-2024-09-20)
- [Changed](#changed-5)
- [3.1.2 (2024-08-23)](#312-2024-08-23)
- [3.2.0 (2024-08-29)](#320-2024-08-29)
- [Changed](#changed-6)
- [3.1.2 (2024-08-23)](#312-2024-08-23)
- [Changed](#changed-7)
- [3.1.1 (2024-08-23)](#311-2024-08-23)
- [Fixed](#fixed-2)
- [3.1.0 (2024-08-22)](#310-2024-08-22)
- [Added](#added-2)
- [3.0.6 (2024-08-22)](#306-2024-08-22)
- [Changed](#changed-7)
- [Changed](#changed-8)
- [3.0.5 (2024-08-21)](#305-2024-08-21)
- [Fixed](#fixed-3)
- [3.0.4 (2024-08-21)](#304-2024-08-21)
- [Changed](#changed-8)
- [Changed](#changed-9)
- [Added](#added-3)
- [2.9.3 (2024-08-16)](#293-2024-08-16)
- [Fixed](#fixed-4)
- [2.9.2 (2024-08-13)](#292-2024-08-13)
- [Changed](#changed-9)
- [Changed](#changed-10)
- [2.9.1 (2024-08-10)](#291-2024-08-10)
- [Added](#added-4)
- [Changed](#changed-10)
- [Changed](#changed-11)
- [2.9.0 (2024-08-01)](#290-2024-08-01)
- [Added](#added-5)
- [Changed](#changed-11)
- [Changed](#changed-12)
- [Fixed](#fixed-5)
- [2.8.0](#280)
- [Added](#added-6)
- [Changed](#changed-12)
- [Changed](#changed-13)
- [Fixed](#fixed-6)
- [2.7.3](#273)
- [Changed](#changed-13)
- [Changed](#changed-14)
- [Fixed](#fixed-7)
- [2.7.2](#272)
- [Fixed](#fixed-8)
- [2.7.0](#270)
- [Changed](#changed-14)
- [Changed](#changed-15)
- [2.6.2](#262)
- [Added](#added-7)
- [Changed](#changed-15)
- [Changed](#changed-16)
- [2.6.0](#260)
- [Added](#added-8)
- [2.4.0](#240)
Expand All @@ -66,9 +68,15 @@
- [2.2.0](#220)
- [Added](#added-11)
- [2.1.0](#210)
- [Changed](#changed-16)
- [2.0.0](#200)
- [Changed](#changed-17)
- [2.0.0](#200)
- [Changed](#changed-18)

## 3.2.8 (2024-11-15)

### Changed

* Common labels (e.g. `helm.sh/chart`) added to pods.

## 3.2.7 (2024-11-15)

Expand Down
2 changes: 1 addition & 1 deletion charts/document-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: application
description: Document Engine is a backend software for processing documents and powering automation workflows.
home: https://www.nutrient.io/sdk/document-engine
icon: https://cdn.prod.website-files.com/65fdb7696055f07a05048833/66e58e33c3880ff24aa34027_nutrient-logo.png
version: 3.2.7
version: 3.2.8
appVersion: "1.5.3"

keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/document-engine/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Document Engine Helm chart

![Version: 3.2.7](https://img.shields.io/badge/Version-3.2.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.3](https://img.shields.io/badge/AppVersion-1.5.3-informational?style=flat-square)
![Version: 3.2.8](https://img.shields.io/badge/Version-3.2.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.3](https://img.shields.io/badge/AppVersion-1.5.3-informational?style=flat-square)

Document Engine is a backend software for processing documents and powering automation workflows.

Expand Down
1 change: 1 addition & 0 deletions charts/document-engine/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
{{- end }}
labels:
{{- include "document-engine.selectorLabels" . | nindent 8 }}
{{- include "document-engine.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "document-engine.labels" . | nindent 8 }}
{{- include "document-engine.migrationSelectorLabels" . | nindent 8 }}
{{- with .Values.database.migrationJob.podLabels }}
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit b2d8c90

Please sign in to comment.