giantswarm / happa

Web user interface for Giant Swarm – Beyond managed Kubernetes
https://www.giantswarm.io/
Apache License 2.0
21 stars 5 forks source link

Prepare Happa for k8s 1.25 #4568

Closed allanger closed 9 months ago

allanger commented 10 months ago

What does this PR do?

I'm removing PSP and replacing it with PSS, so the chart is compatible with k8s 1.25

What is the effect of this change to users?

Users will be able to install it on k8s 1.25

What is needed from the reviewers?

Reviewers should check that I've set PSS as we expect them to be set

gusevda commented 9 months ago

@allanger There is also a chart for frontend documentation, should it be also addressed?

marians commented 9 months ago

CI fails with this error

helm/happa/values.yaml
  101:1     error    duplication of key "registry" in mapping  (key-duplicates)

because .registry was in fact already set in the values.yaml file.

allanger commented 9 months ago

CI fails with this error

helm/happa/values.yaml
  101:1     error    duplication of key "registry" in mapping  (key-duplicates)

because .registry was in fact already set in the values.yaml file.

Yes, I see, but before it was failing with another error, probably because of an outdated archorb version

UPD: I've added regs in an attempt of fixing another error

gusevda commented 9 months ago

@allanger tests sometime can fail on CI. Try to restart the job in this case.