Skip to content

Comments

v0.8.4: Add initContainers resource configuration support#63

Closed
Copilot wants to merge 1 commit intofix-0.8.3from
copilot/sub-pr-62
Closed

v0.8.4: Add initContainers resource configuration support#63
Copilot wants to merge 1 commit intofix-0.8.3from
copilot/sub-pr-62

Conversation

Copy link

Copilot AI commented Jan 13, 2026

The Helm chart lacked support for configuring resources on init containers, preventing users from setting memory/CPU limits for dependency wait operations.

Changes

  • Chart version: Bump to 0.8.4
  • Init container templates: Add conditional resource block that reads from <component>.initContainers.resources

Usage

api:
  initContainers:
    resources:
      requests:
        cpu: "100m"
        memory: "128Mi"
      limits:
        cpu: "200m"
        memory: "256Mi"

Applies to both infrastructure dependency and inter-component wait init containers.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix initContainers resource bug in version 0.8.4 v0.8.4: Add initContainers resource configuration support Jan 13, 2026
Copilot AI requested a review from cosmic-flood January 13, 2026 11:00
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