diff --git a/Changelog.md b/Changelog.md index 8aed3ae..fcee9af 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.22.1](https://github.com/AtomiCloud/sulfoxide.gold/compare/v1.22.0...v1.22.1) (2024-02-20) + + +### 🐛 Bug Fixes + +* ipv4 load balancer ([e5fcc8b](https://github.com/AtomiCloud/sulfoxide.gold/commit/e5fcc8bf845f5b11995e66c3e8cf469ec85af700)) + ## [1.22.0](https://github.com/AtomiCloud/sulfoxide.gold/compare/v1.21.0...v1.22.0) (2024-02-20) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 039e95e..47bcaf3 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-gold description: Helm chart to deploy Nginx as external ingress for AtomiCloud's Infrastructure type: application -version: 1.22.0 +version: 1.22.1 appVersion: "4.9.1" dependencies: - name: ingress-nginx diff --git a/chart/README.md b/chart/README.md index c217b0b..7c40bd8 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-gold -![Version: 1.22.0](https://img.shields.io/badge/Version-1.22.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.1](https://img.shields.io/badge/AppVersion-4.9.1-informational?style=flat-square) +![Version: 1.22.1](https://img.shields.io/badge/Version-1.22.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.9.1](https://img.shields.io/badge/AppVersion-4.9.1-informational?style=flat-square) Helm chart to deploy Nginx as external ingress for AtomiCloud's Infrastructure