ops: reduce prices #309

Merged
talksik merged 1 commits from reduce-prices into main 2026-07-03 02:22:00 +00:00
talksik commented 2026-07-03 02:20:23 +00:00 (Migrated from github.com)

Summary by CodeRabbit

  • Bug Fixes
    • Updated the app’s Pro subscription pricing references for both monthly and annual plans, ensuring the correct pricing is used in production.
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Updated the app’s Pro subscription pricing references for both monthly and annual plans, ensuring the correct pricing is used in production. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
coderabbitai[bot] commented 2026-07-03 02:20:33 +00:00 (Migrated from github.com)

Review Change Stack

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 9fd38f87-96a5-45ff-9730-cf8634f5198d

📥 Commits

Reviewing files that changed from the base of the PR and between d60b948262 and 79824baaa6.

📒 Files selected for processing (1)
  • go/k8s/prod/orion.yaml

📝 Walkthrough

Walkthrough

This change updates two Stripe price environment variable values (STRIPE_PRICE_PRO_MONTHLY and STRIPE_PRICE_PRO_ANNUAL) in the orion Kubernetes Deployment configuration file, replacing existing price IDs with new ones.

Changes

Orion Stripe Price Update

Layer / File(s) Summary
Update Stripe price environment variables
go/k8s/prod/orion.yaml
Updated STRIPE_PRICE_PRO_MONTHLY and STRIPE_PRICE_PRO_ANNUAL environment variables to new Stripe price identifiers.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Related issues: None provided.

Related PRs: None provided.

Suggested labels: None

Suggested reviewers: None

Poem:
A rabbit hops through YAML fields so neat,
Two price IDs swapped, a tidy little feat,
No logic bent, no code astray,
Just fresh digits for Stripe to play,
Hop on, deploy — the update's complete! 🐰


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

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

<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/flowy-live/llink/pull/309?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <details> <summary>ℹ️ Recent review info</summary> <details> <summary>⚙️ Run configuration</summary> **Configuration used**: defaults **Review profile**: CHILL **Plan**: Free **Run ID**: `9fd38f87-96a5-45ff-9730-cf8634f5198d` </details> <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between d60b9482621cf1c6a8219f5167b04b651ea5fafc and 79824baaa68b65431b3b45490150ab09a8e40a0b. </details> <details> <summary>📒 Files selected for processing (1)</summary> * `go/k8s/prod/orion.yaml` </details> </details> --- <!-- walkthrough_start --> <details> <summary>📝 Walkthrough</summary> ## Walkthrough This change updates two Stripe price environment variable values (STRIPE_PRICE_PRO_MONTHLY and STRIPE_PRICE_PRO_ANNUAL) in the orion Kubernetes Deployment configuration file, replacing existing price IDs with new ones. ### Changes **Orion Stripe Price Update** |Layer / File(s)|Summary| |---|---| |**Update Stripe price environment variables** <br> `go/k8s/prod/orion.yaml`|Updated `STRIPE_PRICE_PRO_MONTHLY` and `STRIPE_PRICE_PRO_ANNUAL` environment variables to new Stripe price identifiers.| **Estimated code review effort:** 1 (Trivial) | ~2 minutes **Related issues:** None provided. **Related PRs:** None provided. **Suggested labels:** None **Suggested reviewers:** None **Poem:** A rabbit hops through YAML fields so neat, Two price IDs swapped, a tidy little feat, No logic bent, no code astray, Just fresh digits for Stripe to play, Hop on, deploy — the update's complete! 🐰 </details> <!-- walkthrough_end --> <!-- tips_start --> --- > [!NOTE] > <details> > <summary>🎁 Summarized by CodeRabbit Free</summary> > > Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting <https://app.coderabbit.ai/login>. > > </details> <sub>Comment `@coderabbitai help` to get the list of available commands.</sub> <!-- tips_end -->
Sign in to join this conversation.