Skip to content

Commit

Permalink
chore: releasing v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Aug 10, 2024
1 parent 3b4fe02 commit fd18b07
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
23 changes: 20 additions & 3 deletions charts/kamaji-etcd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -27,7 +27,24 @@ home: https://github.com/clastix/kamaji-etcd
sources: ["https://github.com/clastix/kamaji-etcd"]
kubeVersion: ">=1.22.0-0"
maintainers:
- email: me@bsctl.io
- email: adriano@clastix.io
name: Adriano Pezzuto
- email: [email protected]
url: https://clastix.io
- email: [email protected]
name: Dario Tranchitella
url: https://clastix.io
annotations:
artifacthub.io/links: |
- name: CLASTIX
url: https://clastix.io
- name: Kamaji
url: https://kamaji.clastix.io
- name: support
url: https://clastix.io/support
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: "full lifecycle"
artifacthub.io/changes: |
- chore(gh): ci for helm-docs
- feat: config datastore name
- feat: add support for imagePullSecrets
- fix: fullnameOverride in values
6 changes: 3 additions & 3 deletions charts/kamaji-etcd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kamaji-etcd

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square)
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square)

Helm chart for deploying a multi-tenant `etcd` cluster.

Expand Down Expand Up @@ -130,8 +130,8 @@ Here the values you can override:

| Name | Email | Url |
| ---- | ------ | --- |
| Adriano Pezzuto | <me@bsctl.io> | |
| Dario Tranchitella | <dario@tranchitella.eu> | |
| Adriano Pezzuto | <adriano@clastix.io> | <https://clastix.io> |
| Dario Tranchitella | <dario@clastix.io> | <https://clastix.io> |

## Source Code

Expand Down

0 comments on commit fd18b07

Please sign in to comment.