Skip to content

Commit bae0c0a

Browse files
ci(deps): update ingress dependencies (#1564)
| datasource | package | from | to | | ---------- | ------------- | ------ | ------ | | helm | ingress-nginx | 4.12.3 | 4.13.0 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 96275e5 commit bae0c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ingress/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ templates:
158158
version: {{ .Values | get "ingress-nginx" | get "chartVersion" }}
159159
{{- end }}
160160
{{- if (not (or ( .Values | get "ingress-nginx" dict | get "chartVersion" false ) ( .Values | get "ingress-nginx" dict | get "chartUrl" false ) )) }}
161-
version: "4.12.3"
161+
version: "4.13.0"
162162
{{- end }}
163163

164164
cert-manager:

src/schemas/ingress.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ package LaunchpadNamespaces
5353
"ingress-nginx": {
5454
chart: {_repositories["ingress-nginx"].charts["ingress-nginx"]}
5555
feature: #features.#ingress
56-
_template: {version: "4.12.3"}
56+
_template: {version: "4.13.0"}
5757
}
5858
"cert-manager": {
5959
chart: {_repositories.jetstack.charts["cert-manager"]}

0 commit comments

Comments
 (0)