Unable to install/upgrade in kubernetes 1.25.4
Please update the charts to support k8s v1.25+
Errors faced while upgrading from older version after upgrading the cluster to 1.25.4
Error: UPGRADE FAILED: unable to build kubernetes objects from current release manifest: [resource mapping not found for name: "gitlab-grafana-app" namespace: "git" from "": no matches for kind "PodSecurityPolicy" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-gitaly" namespace: "git" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-gitlab-shell" namespace: "git" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-kas" namespace: "git" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-sidekiq-all-in-1-v1" namespace: "git" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-webservice-default" namespace: "git" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-registry-v1" namespace: "git" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-gitlab-shell" namespace: "git" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-kas" namespace: "git" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-mailroom" namespace: "git" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-sidekiq-all-in-1-v2" namespace: "git" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-webservice-default" namespace: "git" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-registry" namespace: "git" from "": no matches for kind "HorizontalPodAutoscaler" in version "autoscaling/v2beta1"
ensure CRDs are installed first, resource mapping not found for name: "gitlab-toolbox-backup" namespace: "git" from "": no matches for kind "CronJob" in version "batch/v1beta1"
Notice:
Functional support for Kuberntes 1.25 appears to be complete within >= v6.3.0. If you run into problems, examine that Helm or other tooling consuming Helm is informed about the target platform. If this is not possible, follow documentation in global.* for manually overriding appropriate API versions.
Edited by Jason Plum