Skip to content

Commit

Permalink
upgrade chart version and app version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot authored Nov 8, 2023
1 parent 59cb3da commit 4e72230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions charts/appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"
6 changes: 3 additions & 3 deletions charts/appset-secret-plugin/README.md
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

Expand Down Expand Up @@ -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)

0 comments on commit 4e72230

Please sign in to comment.