From ada50bc062a7f35de73c2557c750885625c476b5 Mon Sep 17 00:00:00 2001 From: Jaan Jahilo Date: Fri, 15 Dec 2023 08:53:19 +0200 Subject: [PATCH] Fix: Imaginary template seccret_tls.yaml -> secret_tls.yaml typo (#88) --- charts/imaginary/Chart.yaml | 4 ++-- charts/imaginary/README.md | 2 +- .../imaginary/templates/{seccret_tls.yaml => secret_tls.yaml} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename charts/imaginary/templates/{seccret_tls.yaml => secret_tls.yaml} (100%) diff --git a/charts/imaginary/Chart.yaml b/charts/imaginary/Chart.yaml index db50f21..5aadc23 100644 --- a/charts/imaginary/Chart.yaml +++ b/charts/imaginary/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "1.2.4" description: Deploy imaginary to process pictures on the fly name: imaginary -version: 0.2.1 +version: 0.2.2 home: https://github.com/h2non/imaginary sources: - https://github.com/ricardo-ch/helm-charts/tree/main/charts/imaginary @@ -15,7 +15,7 @@ keywords: - h2non annotations: artifacthub.io/changes: | - - Make TopologySpreadConstraints fully configurable + - "Rename templates/seccret_tls.yaml to templates/secret_tls.yaml" artifacthub.io/images: | - name: imaginary image: h2non/imaginary:1.2.4 diff --git a/charts/imaginary/README.md b/charts/imaginary/README.md index dcab6c1..50f37f0 100644 --- a/charts/imaginary/README.md +++ b/charts/imaginary/README.md @@ -1,6 +1,6 @@ # imaginary -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![AppVersion: 1.2.4](https://img.shields.io/badge/AppVersion-1.2.4-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE) This chart installs [Imaginary](https://github.com/h2non/imaginary). diff --git a/charts/imaginary/templates/seccret_tls.yaml b/charts/imaginary/templates/secret_tls.yaml similarity index 100% rename from charts/imaginary/templates/seccret_tls.yaml rename to charts/imaginary/templates/secret_tls.yaml