From 5771f1d4ad70d5b6ff776292993394d556eb00dc Mon Sep 17 00:00:00 2001 From: Max Williams <8859277+max-rocket-internet@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:55:37 +0100 Subject: [PATCH] [stable/aws-s3-proxy] test change for new helm repo publish (#644) * [stable/aws-s3-proxy] test change for new helm repo publish * update chart readme --------- Co-authored-by: Max Williams --- stable/aws-s3-proxy/Chart.yaml | 6 +++++- stable/aws-s3-proxy/README.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/stable/aws-s3-proxy/Chart.yaml b/stable/aws-s3-proxy/Chart.yaml index b4827369..2ed313cf 100644 --- a/stable/aws-s3-proxy/Chart.yaml +++ b/stable/aws-s3-proxy/Chart.yaml @@ -6,7 +6,11 @@ description: | See here for configuration via environment variables: https://github.com/pottava/aws-s3-proxy#usage name: aws-s3-proxy home: https://github.com/pottava/aws-s3-proxy -version: 0.1.5 +version: 0.1.6 maintainers: - name: max-rocket-internet email: no-reply@deliveryhero.com +annotations: + artifacthub.io/links: | + - name: Helm chart source + url: https://github.com/deliveryhero/helm-charts/tree/master/stable/aws-s3-proxy diff --git a/stable/aws-s3-proxy/README.md b/stable/aws-s3-proxy/README.md index 7933396f..ce099f53 100644 --- a/stable/aws-s3-proxy/README.md +++ b/stable/aws-s3-proxy/README.md @@ -1,6 +1,6 @@ # aws-s3-proxy -![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square) Reverse proxy for AWS S3 with basic authentication. @@ -19,7 +19,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-s3-proxy To install a specific version of this chart: ```console -helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-s3-proxy --version 0.1.5 +helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/aws-s3-proxy --version 0.1.6 ``` To install the chart with the release name `my-release`: