stijnbrouwers opened a new pull request, #9:
URL: https://github.com/apache/tika-helm/pull/9

   With K8s v1.25 being available, the HPA apiVersion has changed.
   ```
   apiVersion: autoscaling/v2beta1
   ```
    is deprecated in favour of
   ```
   apiVersion: autoscaling/v2
   ```
   The change still uses the same default value for the apiVersion as before 
(since not everyone will have migrated to v1.25 yet) but it's now possible to 
change the value through the values-file


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to