From 26acf2412a2707bde0bbda199da06c548bba991d Mon Sep 17 00:00:00 2001 From: Thomas Jungbauer Date: Fri, 17 May 2024 14:23:52 +0200 Subject: [PATCH] fixing readme --- charts/minio-configurator/Chart.yaml | 2 +- charts/minio-configurator/README.md | 12 ++++++------ charts/minio-configurator/README.md.gotmpl | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/minio-configurator/Chart.yaml b/charts/minio-configurator/Chart.yaml index 42778b04..be34f2dd 100755 --- a/charts/minio-configurator/Chart.yaml +++ b/charts/minio-configurator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: minio-configurator description: A Chart to automate the bucket creation and configuration for MINIO Object Storage -version: 1.0.1 +version: 1.0.2 maintainers: - name: tjungbauer email: tjungbau@redhat.com diff --git a/charts/minio-configurator/README.md b/charts/minio-configurator/README.md index 0abe7a37..0b6db64f 100755 --- a/charts/minio-configurator/README.md +++ b/charts/minio-configurator/README.md @@ -7,7 +7,7 @@ [![Lint and Test Charts](https://github.com/tjungbauer/helm-charts/actions/workflows/lint_and_test_charts.yml/badge.svg)](https://github.com/tjungbauer/helm-charts/actions/workflows/lint_and_test_charts.yml) [![Release Charts](https://github.com/tjungbauer/helm-charts/actions/workflows/release.yml/badge.svg)](https://github.com/tjungbauer/helm-charts/actions/workflows/release.yml) - ![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) + ![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) @@ -24,11 +24,11 @@ added some additional features, like Bucket replication and the option to ignore It should help to overcome the requirement that manual configurations are required before gitops can perform certain steps. The main use cases are: -. create a bucket -. configure the bucket (ie. quota or lifecycle) -. create a user -. create a policy and assign it to the user -. enable bucket replication +- create a bucket +- configure the bucket (ie. quota or lifecycle) +- create a user +- create a policy and assign it to the user +- enable bucket replication To achieve this, a provisioning Job is created in order to use an MC command line tool diff --git a/charts/minio-configurator/README.md.gotmpl b/charts/minio-configurator/README.md.gotmpl index 8be1a5a3..7dca651e 100755 --- a/charts/minio-configurator/README.md.gotmpl +++ b/charts/minio-configurator/README.md.gotmpl @@ -9,11 +9,11 @@ added some additional features, like Bucket replication and the option to ignore It should help to overcome the requirement that manual configurations are required before gitops can perform certain steps. The main use cases are: -. create a bucket -. configure the bucket (ie. quota or lifecycle) -. create a user -. create a policy and assign it to the user -. enable bucket replication +- create a bucket +- configure the bucket (ie. quota or lifecycle) +- create a user +- create a policy and assign it to the user +- enable bucket replication To achieve this, a provisioning Job is created in order to use an MC command line tool