diff --git a/Changelog.md b/Changelog.md index e3238d4..99634d4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/AtomiCloud/sulfoxide.sulfur/compare/v1.4.0...v1.4.1) (2023-10-05) + + +### 🐛 Bug Fixes + +* remove virtual cluster values ([56ef4d1](https://github.com/AtomiCloud/sulfoxide.sulfur/commit/56ef4d18374824b584abd7a6e7ee83dc8482de4a)) + ## [1.4.0](https://github.com/AtomiCloud/sulfoxide.sulfur/compare/v1.3.1...v1.4.0) (2023-10-05) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 2787bbd..10d0bb4 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-sulfur description: Helm chart to deploy Cert Manager to issue TLS and other certificates in AtomiCloud's Infrastructure type: application -version: 1.4.0 +version: 1.4.1 appVersion: "1.9.1" dependencies: - name: cert-manager diff --git a/chart/README.md b/chart/README.md index 8a8e8df..b36a40e 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-sulfur -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square) +![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.1](https://img.shields.io/badge/AppVersion-1.9.1-informational?style=flat-square) Helm chart to deploy Cert Manager to issue TLS and other certificates in AtomiCloud's Infrastructure