From 597510af8465a7c186b91d0742c5947bc39d696b Mon Sep 17 00:00:00 2001 From: Max Williams Date: Tue, 7 Jan 2025 12:55:08 +0100 Subject: [PATCH] update metadata --- stable/aws-storage-class/Chart.yaml | 2 +- stable/aws-storage-class/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/aws-storage-class/Chart.yaml b/stable/aws-storage-class/Chart.yaml index ce71b880..9295d4df 100644 --- a/stable/aws-storage-class/Chart.yaml +++ b/stable/aws-storage-class/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: aws-storage-class -version: "0.1.7" +version: "0.1.8" description: "Creates a StorageClass. From here: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/storage-class/aws/default.yaml" home: https://github.com/deliveryhero/helm-charts maintainers: diff --git a/stable/aws-storage-class/README.md b/stable/aws-storage-class/README.md index b818e194..7a039787 100644 --- a/stable/aws-storage-class/README.md +++ b/stable/aws-storage-class/README.md @@ -1,6 +1,6 @@ # aws-storage-class -![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) +![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) Creates a StorageClass. From here: https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/storage-class/aws/default.yaml @@ -17,7 +17,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-storage- To install a specific version of this chart: ```console -helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-storage-class --version 0.1.7 +helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-storage-class --version 0.1.8 ``` To install the chart with the release name `my-release`: