Skip to content

Commit

Permalink
ci(deps): update sealed-secrets dependencies (#96)
Browse files Browse the repository at this point in the history
| datasource | package        | from   | to     |
| ---------- | -------------- | ------ | ------ |
| helm       | sealed-secrets | 2.12.0 | 2.13.0 |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] committed Sep 18, 2023
1 parent 16ad484 commit ecd04c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sealed-secrets/helmfile.yaml
Expand Up @@ -94,7 +94,7 @@ templates:

sealed-secrets:
chart: sealed-secrets/sealed-secrets
version: 2.12.0
version: 2.13.0
inherit:
- template: defaults

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/sealed-secrets.cue
Expand Up @@ -35,7 +35,7 @@ package LaunchpadNamespaces
releases: {
"sealed-secrets": {
chart: {_repositories["sealed-secrets"].charts["sealed-secrets"]}
_template: {version: "2.12.0"}
_template: {version: "2.13.0"}
}
}

Expand Down

0 comments on commit ecd04c3

Please sign in to comment.