From 9123c0a98754223a8bbf2e724b4653437e252c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mi=C4=99dzybrodzki?= Date: Tue, 14 Jan 2025 19:53:25 +0100 Subject: [PATCH] fix: push package to oci registry 10... --- README.md | 2 +- charts/app/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc7dfd4..9750c8c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ appVersion: 1.0.0 dependencies: - name: app - version: 0.5.0 + version: 0.5.11 repository: https://wojciechem.github.io/platformex ``` For values please see [values-example.yaml](charts/app/values-example.yaml) diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 5cd3254..953b75b 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -5,7 +5,7 @@ description: Flexible helm chart to deploy your apps to kubernetes cluster. type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.10 +version: 0.5.11 appVersion: 1.0.0