diff --git a/Changelog.md b/Changelog.md index b603048..244e6f9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## [1.9.0](https://github.com/AtomiCloud/sulfoxide.cobalt/compare/v1.8.1...v1.9.0) (2024-08-11) + + +### 📦 Upstreams Changes + +* downgrade to 9.20 to see if it works ([1139b29](https://github.com/AtomiCloud/sulfoxide.cobalt/commit/1139b295c37f70f5e4d594dadced11a29e89b866)) + ## [1.8.1](https://github.com/AtomiCloud/sulfoxide.cobalt/compare/v1.8.0...v1.8.1) (2024-08-11) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b1e8c50..8e1e693 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sulfoxide-cobalt description: Helm Chart to install External Secrets, our secret operator, and SecretStore to AtomiCloud's Kubernetes Cluster type: application -version: 1.8.0 +version: 1.9.0 appVersion: "v0.9.20" dependencies: - name: external-secrets diff --git a/chart/README.md b/chart/README.md index 5751538..75258b4 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # sulfoxide-cobalt -![Version: 1.8.0](https://img.shields.io/badge/Version-1.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.20](https://img.shields.io/badge/AppVersion-v0.9.20-informational?style=flat-square) +![Version: 1.9.0](https://img.shields.io/badge/Version-1.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.20](https://img.shields.io/badge/AppVersion-v0.9.20-informational?style=flat-square) Helm Chart to install External Secrets, our secret operator, and SecretStore to AtomiCloud's Kubernetes Cluster