Skip to content

Commit 687410d

Browse files
authored
changing chart name after repo transfer (#16)
* Update Chart.yaml - changing chart name after repo transfer * changing chart directory names * update chart version and readme for chart
1 parent 09c7966 commit 687410d

File tree

15 files changed

+6
-6
lines changed

15 files changed

+6
-6
lines changed
File renamed without changes.

charts/argocd-appset-secret-plugin/Chart.yaml renamed to charts/appset-secret-plugin/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
name: argocd-appset-secret-plugin
3-
description: A Helm chart for adding a K8s Secret Plugin Generator to ApplicationSets
2+
name: appset-secret-plugin
3+
description: A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
44
maintainers:
55
- name: "jessebot"
66
email: "jessebot@linux.com"
@@ -16,7 +16,7 @@ maintainers:
1616
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
1717
type: application
1818

19-
version: 0.4.0
19+
version: 0.5.0
2020

2121
# renovate: image=jessebot/argocd-appset-secret-plugin
2222
appVersion: "v0.3.0"

charts/argocd-appset-secret-plugin/README.md renamed to charts/appset-secret-plugin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# argocd-appset-secret-plugin
1+
# appset-secret-plugin
22

3-
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.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)
3+
![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)
44

5-
A Helm chart for adding a K8s Secret Plugin Generator to ApplicationSets
5+
A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets
66

77
## Maintainers
88

File renamed without changes.

charts/argocd-appset-secret-plugin/templates/_helpers.tpl renamed to charts/appset-secret-plugin/templates/_helpers.tpl

File renamed without changes.

charts/argocd-appset-secret-plugin/templates/configmap.yaml renamed to charts/appset-secret-plugin/templates/configmap.yaml

File renamed without changes.

charts/argocd-appset-secret-plugin/templates/deployment.yaml renamed to charts/appset-secret-plugin/templates/deployment.yaml

File renamed without changes.
File renamed without changes.

charts/argocd-appset-secret-plugin/templates/secret-token.yaml renamed to charts/appset-secret-plugin/templates/secret-token.yaml

File renamed without changes.

charts/argocd-appset-secret-plugin/templates/service.yaml renamed to charts/appset-secret-plugin/templates/service.yaml

File renamed without changes.

0 commit comments

Comments
 (0)