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
Made a simple change to values.yaml file to enable enableAcrossStep.
Ran the following upgrade command & received the error:
> helm upgrade concourse-ci concourse/concourse -f values.yaml --namespace=concourse
W0308 10:04:22.775295 6315 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0308 10:04:23.057213 6315 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
W0308 10:04:23.423974 6315 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget
Error: UPGRADE FAILED: cannot patch "concourse-ci-postgresql" with kind StatefulSet: StatefulSet.apps "concourse-ci-postgresql" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden
> helm version
version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.6"}
> helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
concourse-ci concourse 12 2022-03-08 10:04:14.032308 -0500 EST failed concourse-16.0.3 7.5.0
> fly -v
7.0.0
> kubectl version --short
Client Version: v1.23.4
Server Version: v1.21.5-eks-bc4871b
The text was updated successfully, but these errors were encountered:
Made a simple change to values.yaml file to enable
enableAcrossStep
.Ran the following upgrade command & received the error:
The text was updated successfully, but these errors were encountered: