Skip to content

Commit 580b6ac

Browse files
ci(deps): update ingress dependencies (#1216)
| datasource | package | from | to | | ---------- | ------------ | ------- | ------- | | helm | cert-manager | v1.16.3 | v1.17.0 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 58a01ba commit 580b6ac

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
@@ -173,7 +173,7 @@ templates:
173173
version: {{ .Values | get "cert-manager" | get "chartVersion" }}
174174
{{- end }}
175175
{{- if (not (or ( .Values | get "cert-manager" dict | get "chartVersion" false ) ( .Values | get "cert-manager" dict | get "chartUrl" false ) )) }}
176-
version: "v1.16.3"
176+
version: "v1.17.0"
177177
{{- end }}
178178
disableValidationOnInstall: true
179179

src/schemas/ingress.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ package LaunchpadNamespaces
5959
chart: {_repositories.jetstack.charts["cert-manager"]}
6060
feature: #features.#certManager
6161
_template: {
62-
version: "v1.16.3"
62+
version: "v1.17.0"
6363
// so that it can be installed in the absence of the CRDs
6464
disableValidationOnInstall: true
6565
}

0 commit comments

Comments
 (0)