Skip to content

Breaking Change: Moves Broker Image settings#197

Merged
ChrisJBurns merged 4 commits intomasterfrom
image-settings
Oct 26, 2025
Merged

Breaking Change: Moves Broker Image settings#197
ChrisJBurns merged 4 commits intomasterfrom
image-settings

Conversation

@ChrisJBurns
Copy link
Copy Markdown
Contributor

@ChrisJBurns ChrisJBurns commented Oct 26, 2025

⚠️ Breaking Change ⚠️

Key Changes

  1. Image URL Format: The separate registry, repository, and tag fields have been consolidated into a single image field containing the full image URL to make automated dependency bumps easier.

  2. Field Renaming:

    • pullPolicyimagePullPolicy
    • pullSecretsimagePullSecrets
  3. Location: All image-related settings are now nested under the broker object instead of being at the top level.

If you used any of the fields below, make sure you change them to the new variants.

Before:

image:
  registry: docker.io
  repository: pactfoundation/pact-broker
  tag: 2.124.0-pactbroker2.112.0
  pullPolicy: IfNotPresent
  pullSecrets: []

After:

broker:
   image: docker.io/pactfoundation/pact-broker:2.124.0-pactbroker2.112.0
   imagePullPolicy: IfNotPresent
   imagePullSecrets: []

More information on the v5 migration guide

Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
@ChrisJBurns ChrisJBurns merged commit ebfc81f into master Oct 26, 2025
7 checks passed
@ChrisJBurns ChrisJBurns deleted the image-settings branch October 26, 2025 20:45
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.

1 participant