Skip to content

chore(release): adds proper configurations for testnet#2079

Merged
ygrishajev merged 1 commit intomainfrom
feature/sdk53-deploy
Oct 17, 2025
Merged

chore(release): adds proper configurations for testnet#2079
ygrishajev merged 1 commit intomainfrom
feature/sdk53-deploy

Conversation

@ygrishajev
Copy link
Contributor

@ygrishajev ygrishajev commented Oct 17, 2025

Summary by CodeRabbit

  • Chores
    • Streamlined testnet deployment workflow by removing an intermediary deployment step, reducing dependencies and complexity.
    • Updated testnet configuration for console web service hostname.
    • Added configuration updates for testnet indexer service.

@ygrishajev ygrishajev requested a review from a team as a code owner October 17, 2025 14:50
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 17, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The PR removes the deploy-indexer job from the testnet deployment workflow and updates downstream job dependencies. Two new Helm configuration files are added to specify testnet values for console-web and indexer deployments.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/all-deploy-testnet.yml
Removed deploy-indexer job entirely. Updated deploy-console-api to no longer depend on deploy-indexer. Updated deploy-console-web to depend only on deploy-console-api and deploy-notifications, removing the deploy-indexer dependency.
Helm Configuration
.helm/console-web-testnet-values.yaml
New file created with single configuration entry: hostName: console-beta-testnet.akash.network.
Helm Configuration
.helm/indexer-prod-testnet-values.yaml
Added two configuration entries: chain: testnet and nodePort: 30002.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • baktun14

Poem

🐰 The indexer job takes its bow,
No longer needed, here and now,
The workflow streams now swift and lean,
Console flows where indexer's been,
Testnet values find their place,
Deployment simplified with grace! 🚀

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/sdk53-deploy

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4b3e777 and c515008.

📒 Files selected for processing (3)
  • .github/workflows/all-deploy-testnet.yml (1 hunks)
  • .helm/console-web-testnet-values.yaml (1 hunks)
  • .helm/indexer-prod-testnet-values.yaml (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

@ygrishajev ygrishajev merged commit 52dba89 into main Oct 17, 2025
63 of 64 checks passed
@ygrishajev ygrishajev deleted the feature/sdk53-deploy branch October 17, 2025 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments