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       | cert-manager | v1.15.2 | v1.15.3 |
  • Loading branch information
graphops-renovate[bot] committed Aug 16, 2024
1 parent 1266e45 commit d534775
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.15.2"
version: "v1.15.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.15.2"
version: "v1.15.3"
// so that it can be installed in the absence of the CRDs
disableValidationOnInstall: true
}
Expand Down

0 comments on commit d534775

Please sign in to comment.