Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jessebot/argocd-appset-secret-plugin Docker tag to v0.7.0 + update helm-docs automations and renovate bot automerge for github actions #44

Merged
merged 4 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Generate helm docs
on:
pull_request:
paths:
- 'charts/matrix/**'
- 'charts/**'

permissions:
contents: write
pull-requests: write
Expand All @@ -22,5 +22,5 @@ jobs:
- name: Render helm docs inside the README.md and push changes back to PR branch
uses: netfoundry/helm-docs-action@v1
with:
working-dir: charts/matrix
working-dir: charts/appset-secret-plugin
git-push: "true"
4 changes: 2 additions & 2 deletions charts/appset-secret-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintainers:
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

version: 0.8.0
version: 0.9.0

# renovate: image=jessebot/argocd-appset-secret-plugin
appVersion: "v0.6.0"
appVersion: "v0.7.0"
4 changes: 2 additions & 2 deletions charts/appset-secret-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# appset-secret-plugin

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.6.0](https://img.shields.io/badge/AppVersion-v0.6.0-informational?style=flat-square)
![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.7.0](https://img.shields.io/badge/AppVersion-v0.7.0-informational?style=flat-square)

A Helm chart for adding a K8s Secret Plugin Generator to Argo CD ApplicationSets

Expand Down Expand Up @@ -43,4 +43,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.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"executionMode": "branch"
}
},
{
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": ["patch", "minor"],
"automerge": true
}
]
Expand Down
Loading