Skip to content

Commit

Permalink
Correct previous bad attempt to get more labels (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoldbear authored Nov 15, 2024
1 parent fe25eb4 commit 0253ad5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/document-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)

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.8
version: 3.2.9
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.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.

Expand Down
1 change: 0 additions & 1 deletion charts/document-engine/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0253ad5

Please sign in to comment.