Skip to content

Commit 0a361fd

Browse files
committed
🚀 release helm chart 0.9.0
1 parent 48eb81b commit 0a361fd

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ helm-docs: helm-doc
289289
$(HELM_DOCS) --chart-search-root ./deploy/charts
290290

291291
HELM_DOCS := $(LOCALBIN)/helm-docs
292-
HELM_DOCS_VERSION := v1.14.1
292+
HELM_DOCS_VERSION := v1.14.2
293293
HELM_DOCS_LOOKUP := norwoodj/helm-docs
294294
helm-doc:
295295
@test -s $(HELM_DOCS) || $(call go-install-tool,$(HELM_DOCS),github.com/$(HELM_DOCS_LOOKUP)/cmd/helm-docs@$(HELM_DOCS_VERSION))

deploy/charts/s3-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.9.0-rc1
16+
version: 0.9.0
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v0.13.0-rc1"
21+
appVersion: "v0.12.0"

deploy/charts/s3-operator/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# s3-operator
22

3-
![Version: 0.9.0-rc1](https://img.shields.io/badge/Version-0.9.0--rc1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.0-rc1](https://img.shields.io/badge/AppVersion-v0.13.0--rc1-informational?style=flat-square)
3+
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.0](https://img.shields.io/badge/AppVersion-v0.12.0-informational?style=flat-square)
44

55
A Helm chart for deploying an operator to manage S3 resources (eg buckets, policies)
66

@@ -25,7 +25,4 @@ A Helm chart for deploying an operator to manage S3 resources (eg buckets, polic
2525
| crds.keep | bool | `true` | Keep CRDs on chart uninstall |
2626
| kubernetes.clusterDomain | string | `"cluster.local"` | |
2727
| kubernetes.overrideExistingSecret | bool | `false` | |
28-
| s3 | object | `{"default":{"accessKey":"accessKey","createNamespace":true,"deletion":{"bucket":true,"path":false,"policy":false,"s3user":false},"enabled":false,"namespace":"s3-operator","region":"us-east-1","s3Provider":"minio","secretKey":"secretKey","url":"https://localhost:9000"}}` | Default S3 Instance |
29-
30-
----------------------------------------------
31-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
28+
| s3 | object | `{"default":{"accessKey":"accessKey","createNamespace":true,"deletion":{"bucket":true,"path":false,"policy":false,"s3user":false},"enabled":false,"namespace":"s3-operator","region":"us-east-1","s3Provider":"minio","secretKey":"secretKey","url":"https://localhost:9000"}}` | Default S3 Instance |

0 commit comments

Comments
 (0)