From adf8794348eeaca530b277a1b92b07fbb62b501a Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Thu, 18 May 2023 18:53:00 +0200 Subject: [PATCH] Fixed incorrect templating --- charts/telegram-pepperbot/Chart.yaml | 2 +- charts/telegram-pepperbot/README.md | 2 +- charts/telegram-pepperbot/templates/deployment.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/telegram-pepperbot/Chart.yaml b/charts/telegram-pepperbot/Chart.yaml index b710b1b..93d838f 100644 --- a/charts/telegram-pepperbot/Chart.yaml +++ b/charts/telegram-pepperbot/Chart.yaml @@ -27,7 +27,7 @@ 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.3.0 +version: 1.3.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 diff --git a/charts/telegram-pepperbot/README.md b/charts/telegram-pepperbot/README.md index 1e93f8d..ecc2175 100644 --- a/charts/telegram-pepperbot/README.md +++ b/charts/telegram-pepperbot/README.md @@ -1,6 +1,6 @@ # telegram-pepperbot -![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.3.1](https://img.shields.io/badge/Version-1.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) A Helm chart for deploying the telegram-pepperbot application diff --git a/charts/telegram-pepperbot/templates/deployment.yaml b/charts/telegram-pepperbot/templates/deployment.yaml index ebeb960..4901dd5 100644 --- a/charts/telegram-pepperbot/templates/deployment.yaml +++ b/charts/telegram-pepperbot/templates/deployment.yaml @@ -1,5 +1,5 @@ -{{- if .Values.pepperbot.deployments.messageQueuing -}} --- +{{- if .Values.pepperbot.deployments.messageQueuing -}} apiVersion: apps/v1 kind: Deployment metadata: @@ -69,8 +69,8 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- end }} -{{- if .Values.pepperbot.deployments.botCommands -}} --- +{{- if .Values.pepperbot.deployments.botCommands -}} apiVersion: apps/v1 kind: Deployment metadata: @@ -140,8 +140,8 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- end }} -{{- if .Values.pepperbot.deployments.botConsumer -}} --- +{{- if .Values.pepperbot.deployments.botConsumer -}} apiVersion: apps/v1 kind: Deployment metadata: @@ -211,8 +211,8 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- end }} -{{- if .Values.pepperbot.deployments.webserver -}} --- +{{- if .Values.pepperbot.deployments.webserver -}} apiVersion: apps/v1 kind: Deployment metadata: