diff --git a/charts/document-engine/CHANGELOG.md b/charts/document-engine/CHANGELOG.md index 097b27f..29b9763 100644 --- a/charts/document-engine/CHANGELOG.md +++ b/charts/document-engine/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog - [Changelog](#changelog) - - [3.2.8 (2024-11-15)](#328-2024-11-15) + - [3.2.9 (2024-11-15)](#329-2024-11-15) - [Changed](#changed) - [3.2.7 (2024-11-15)](#327-2024-11-15) - [Added](#added) @@ -72,11 +72,11 @@ - [2.0.0](#200) - [Changed](#changed-18) -## 3.2.8 (2024-11-15) +## 3.2.9 (2024-11-15) ### Changed -* Common labels (e.g. `helm.sh/chart`) added to pods. +* More labels (e.g. `helm.sh/chart`) added to pods. ## 3.2.7 (2024-11-15) diff --git a/charts/document-engine/Chart.yaml b/charts/document-engine/Chart.yaml index 985f266..89c2e34 100644 --- a/charts/document-engine/Chart.yaml +++ b/charts/document-engine/Chart.yaml @@ -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.8 +version: 3.2.9 appVersion: "1.5.3" keywords: diff --git a/charts/document-engine/README.md b/charts/document-engine/README.md index 512b374..aa33dd2 100644 --- a/charts/document-engine/README.md +++ b/charts/document-engine/README.md @@ -1,6 +1,6 @@ # Document Engine Helm chart -![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) +![Version: 3.2.9](https://img.shields.io/badge/Version-3.2.9-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. diff --git a/charts/document-engine/templates/deployment.yaml b/charts/document-engine/templates/deployment.yaml index 8ae78ae..d9867cb 100644 --- a/charts/document-engine/templates/deployment.yaml +++ b/charts/document-engine/templates/deployment.yaml @@ -31,7 +31,6 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: - {{- include "document-engine.selectorLabels" . | nindent 8 }} {{- include "document-engine.labels" . | nindent 8 }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} diff --git a/charts/document-engine/templates/storage-migration.Job.yaml b/charts/document-engine/templates/storage-migration.Job.yaml index e9228c6..9e3943f 100644 --- a/charts/document-engine/templates/storage-migration.Job.yaml +++ b/charts/document-engine/templates/storage-migration.Job.yaml @@ -21,7 +21,6 @@ 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 }}