[PR #348] [MERGED] Fix deployment failure on port map #441

Closed
opened 2026-03-03 11:29:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/348
Author: @pavanbhaskardev
Created: 7/16/2025
Status: Merged
Merged: 7/16/2025
Merged by: @pavanbhaskardev

Base: mainHead: fix-deployment-failure-on-port-map


📝 Commits (3)

  • 3018d43 chore: added updatePorts method
  • 6c23551 fix: redirection issue in server-onboarding
  • 4d67dc5 chore: updated button placement in kubernetes tab

📊 Changes

10 files changed (+501 additions, -343 deletions)

View changed files

📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+2 -17)
📝 src/components/onboarding/dokkuInstallation/Step2.tsx (+6 -29)
📝 src/components/onboarding/dokkuInstallation/Step3.tsx (+82 -82)
📝 src/components/onboarding/dokkuInstallation/Step4.tsx (+18 -38)
src/components/servers/KubernetesTab.tsx (+36 -0)
📝 src/lib/dokku/ports/remove.ts (+20 -9)
📝 src/lib/dokku/ports/report.ts (+0 -2)
src/lib/updatePorts.ts (+142 -0)
📝 src/queues/app/deploy.ts (+79 -66)
📝 src/queues/app/dockerImage-deployment.ts (+116 -100)

📄 Description

  1. Fix: deployment failure when container port changed
  2. Chore: updated the kubernetes tab ui
  3. Fix: redirection to second-step after completion of first step

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/348 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 7/16/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `fix-deployment-failure-on-port-map` --- ### 📝 Commits (3) - [`3018d43`](https://github.com/dflow-sh/dflow/commit/3018d43e76232ef9605109bf77dc438dfc1c8ca1) chore: added updatePorts method - [`6c23551`](https://github.com/dflow-sh/dflow/commit/6c235519098196270330f5fb2b634a1e5baa8c6f) fix: redirection issue in server-onboarding - [`4d67dc5`](https://github.com/dflow-sh/dflow/commit/4d67dc5ef5b218bf17be9d3c7edbfaf480564a1a) chore: updated button placement in kubernetes tab ### 📊 Changes **10 files changed** (+501 additions, -343 deletions) <details> <summary>View changed files</summary> 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+2 -17) 📝 `src/components/onboarding/dokkuInstallation/Step2.tsx` (+6 -29) 📝 `src/components/onboarding/dokkuInstallation/Step3.tsx` (+82 -82) 📝 `src/components/onboarding/dokkuInstallation/Step4.tsx` (+18 -38) ➕ `src/components/servers/KubernetesTab.tsx` (+36 -0) 📝 `src/lib/dokku/ports/remove.ts` (+20 -9) 📝 `src/lib/dokku/ports/report.ts` (+0 -2) ➕ `src/lib/updatePorts.ts` (+142 -0) 📝 `src/queues/app/deploy.ts` (+79 -66) 📝 `src/queues/app/dockerImage-deployment.ts` (+116 -100) </details> ### 📄 Description 1. Fix: deployment failure when container port changed 2. Chore: updated the kubernetes tab ui 3. Fix: redirection to second-step after completion of first step --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#441
No description provided.