You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry cypress Helm chart bundles MinIO v8.0.9 which does not support Ingresses version networking.k8s.io/v1 for Kubernetes 1.24+
This is caused by the following block in the MinIO _helpers.tpl:
{{/*
Return the appropriate apiVersion for ingress.
*/}}
{{- define "minio.ingress.apiVersion" -}}
{{- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion -}}
{{- print "extensions/v1beta1" -}}
{{- else -}}
{{- print "networking.k8s.io/v1beta1" -}}
{{- end -}}
{{- end -}}
Environment
sorry-cypress version: 2.4.2
cypress version: various
helm chart version: 1.7.10
The text was updated successfully, but these errors were encountered:
boomaker
changed the title
MinIO bundle chart does not support Ingress networking.k8s.io/v1
MinIO bundled chart does not support Ingress networking.k8s.io/v1
Dec 5, 2022
I think the chart needs to update the dependencies and use the new minio chart, that should solve the issues "permanently" and in a more "best-practice" oriented manner...
Summary
Sorry cypress Helm chart bundles MinIO v8.0.9 which does not support Ingresses version networking.k8s.io/v1 for Kubernetes 1.24+
This is caused by the following block in the MinIO _helpers.tpl:
Environment
2.4.2
various
1.7.10
The text was updated successfully, but these errors were encountered: