Skip to content

Commit

Permalink
ci(deps): update ingress dependencies (#53)
Browse files Browse the repository at this point in the history
| datasource | package      | from    | to      |
| ---------- | ------------ | ------- | ------- |
| helm       | cert-manager | v1.12.2 | v1.12.3 |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Aug 8, 2023
1 parent 981b2e6 commit 6e47021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingress/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ templates:

cert-manager:
chart: jetstack/cert-manager
version: v1.12.2
version: v1.12.3
inherit:
- template: defaults

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ingress.cue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ package LaunchpadNamespaces
"cert-manager": {
chart: {_repositories.jetstack.charts["cert-manager"]}
feature: #features.#certManager
_template: {version: "v1.12.2"}
_template: {version: "v1.12.3"}
}
"cert-manager-resources": {
chart: {_repositories.graphops.charts["resource-injector"]}
Expand Down

0 comments on commit 6e47021

Please sign in to comment.