Skip to content

Commit

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

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Jan 16, 2025
1 parent f72b5bc commit 1fad809
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 @@ -173,7 +173,7 @@ templates:
version: {{ .Values | get "cert-manager" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "cert-manager" dict | get "chartVersion" false ) ( .Values | get "cert-manager" dict | get "chartUrl" false ) )) }}
version: "v1.16.2"
version: "v1.16.3"
{{- end }}
disableValidationOnInstall: true

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ingress.cue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package LaunchpadNamespaces
chart: {_repositories.jetstack.charts["cert-manager"]}
feature: #features.#certManager
_template: {
version: "v1.16.2"
version: "v1.16.3"
// so that it can be installed in the absence of the CRDs
disableValidationOnInstall: true
}
Expand Down

0 comments on commit 1fad809

Please sign in to comment.