Skip to content

Commit

Permalink
ci(deps): update ingress dependencies
Browse files Browse the repository at this point in the history
| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| helm       | ingress-nginx | 4.11.1 | 4.11.2 |
  • Loading branch information
graphops-renovate[bot] committed Aug 16, 2024
1 parent 19e3ea4 commit 1266e45
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 @@ -158,7 +158,7 @@ templates:
version: {{ .Values | get "ingress-nginx" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "ingress-nginx" dict | get "chartVersion" false ) ( .Values | get "ingress-nginx" dict | get "chartUrl" false ) )) }}
version: "4.11.1"
version: "4.11.2"
{{- end }}

cert-manager:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ingress.cue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ package LaunchpadNamespaces
"ingress-nginx": {
chart: {_repositories["ingress-nginx"].charts["ingress-nginx"]}
feature: #features.#ingress
_template: {version: "4.11.1"}
_template: {version: "4.11.2"}
}
"cert-manager": {
chart: {_repositories.jetstack.charts["cert-manager"]}
Expand Down

0 comments on commit 1266e45

Please sign in to comment.