Skip to content

Update the API version to avoid errors #3938

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

shezaan-hashgraph
Copy link
Contributor

@shezaan-hashgraph shezaan-hashgraph commented Jul 15, 2025

Update API verison of HPA.
This change is required otherwise the deployment of HPA or the enablement of autoscaling fails with this error

The Kubernetes API could not find version "v2beta1" of autoscaling/HorizontalPodAutoscaler for requested resource integration-docker/integration-docker-websocket. Version "v2" of autoscaling/HorizontalPodAutoscaler is installed on the destination cluster.

This api is already in use by the hedera-json-rpc-relay chart but it seems to have been left out of the the websocket chart hedera-json-rpc-relay-websocket

Fixes #3940

@shezaan-hashgraph shezaan-hashgraph requested review from a team as code owners July 15, 2025 18:33
@quiet-node quiet-node added the internal For changes that affect the project's internal workings but not its outward-facing functionality. label Jul 15, 2025
@quiet-node quiet-node added this to the 0.70.0 milestone Jul 15, 2025
Copy link
Contributor

@quiet-node quiet-node left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@acuarica acuarica merged commit 261b565 into hiero-ledger:main Jul 15, 2025
60 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal For changes that affect the project's internal workings but not its outward-facing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the API version to avoid errors
3 participants