trieb-work / helm-charts

This repository hosts helm charts needed to deploy a production ready saleor backend service consisting of a celery task runner, redis DB, postgres DB and the saleor core server exposing the graphQL API
Apache License 2.0
32 stars 14 forks source link

autoscaling/v2beta2 is deprecated in k8s v1.23 #8

Open kaizendae opened 2 years ago

kaizendae commented 2 years ago

$ helm install saleor trieb.work/saleor-helm

W1103 11:44:26.121736 51122 warnings.go:70] autoscaling/v2beta2 HorizontalPodAutoscaler is deprecated in v1.23+, unavailable in v1.26+; use autoscaling/v2 HorizontalPodAutoscaler W1103 11:44:27.312753 51122 warnings.go:70] autoscaling/v2beta2 HorizontalPodAutoscaler is deprecated in v1.23+, unavailable in v1.26+; use autoscaling/v2 HorizontalPodAutoscaler NAME: saleor LAST DEPLOYED: Thu Nov 3 11:44:23 2022

prayasj10 commented 5 months ago

How did you fix this issue? @kaizendae @JannikZed