Skip to content

Commit

Permalink
Merge pull request #41 from MaikuMori/SimonWoidig/master
Browse files Browse the repository at this point in the history
#40 + changes
  • Loading branch information
MaikuMori authored Jul 18, 2024
2 parents 2854221 + 688a18b commit bbe7c54
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions charts/gotenberg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.5.1

- Bump `gotenberg` version `8.7.0` -> `8.8.1`.
- Fix [#39](https://github.com/MaikuMori/helm-charts/issues/39) (Thanks to Šimon Woidig | [@SimonWoidig](https://github.com/SimonWoidig))

## 1.5.0

- Bump `gotenberg` version `8.5.1` -> `8.7.0`.
Expand Down
4 changes: 2 additions & 2 deletions charts/gotenberg/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "1.5.0"
version: "1.5.1"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "8.7.0"
appVersion: "8.8.1"

keywords:
- gotenberg
Expand Down
2 changes: 1 addition & 1 deletion charts/gotenberg/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gotenberg

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/gotenberg)](https://artifacthub.io/packages/helm/maikumori/gotenberg)
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.7.0](https://img.shields.io/badge/AppVersion-8.7.0-informational?style=flat-square)
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.8.1](https://img.shields.io/badge/AppVersion-8.8.1-informational?style=flat-square)

This is a HELM chart for Gotenberg.

Expand Down
4 changes: 2 additions & 2 deletions charts/gotenberg/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ spec:
{{- with .Values.volumes }}
volumes:
{{- toYaml . | nindent 8 }}
{{- if .Values.api.tlsSecretName }}
{{- if $.Values.api.tlsSecretName }}
- name: tls
secret:
secretName: {{ .Values.api.tlsSecretName }}
secretName: {{ $.Values.api.tlsSecretName }}
{{- end }}
{{- end }}

0 comments on commit bbe7c54

Please sign in to comment.