generated from argoproj-labs/applicationset-hello-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade chart version and app version (#27)
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name: appset-secret-plugin | |
description: A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets | ||
maintainers: | ||
- name: "jessebot" | ||
email: "[email protected]" | ||
url: "https://github.com/jessebot/" | ||
|
||
# A chart can be either an 'application' or a 'library' chart. | ||
|
@@ -16,7 +15,7 @@ maintainers: | |
# pipeline. Library charts do not define any templates and therefore cannot be deployed. | ||
type: application | ||
|
||
version: 0.5.0 | ||
version: 0.6.0 | ||
|
||
# renovate: image=jessebot/argocd-appset-secret-plugin | ||
appVersion: "v0.3.0" | ||
appVersion: "v0.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# appset-secret-plugin | ||
|
||
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) | ||
![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: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square) | ||
|
||
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| jessebot | <[email protected]> | <https://github.com/jessebot/> | | ||
| jessebot | | <https://github.com/jessebot/> | | ||
|
||
## Values | ||
|
||
|
@@ -42,4 +42,4 @@ A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets | |
| tolerations | list | `[]` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) | ||
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3) |