MLE-30475/BUGFix-upgrade HAProxy docker image to 3.4.0#170
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the MarkLogic Operator’s default HAProxy container image tag from haproxytech/haproxy-alpine:3.2 to haproxytech/haproxy-alpine:3.4.0 to keep the operator’s API defaults, generated CRDs, Helm chart CRD template, and local/e2e minikube setup aligned.
Changes:
- Bumped the HAProxy default image tag in the API type default (
api/v1/common_types.go). - Updated the default HAProxy image in the generated CRD YAML (
config/crd/bases/...) and the Helm chart CRD template. - Updated minikube e2e setup targets to preload the HAProxy 3.4.0 image.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Makefile | Updates minikube e2e setup to preload HAProxy image tag 3.4.0. |
| config/crd/bases/marklogic.progress.com_marklogicclusters.yaml | Updates CRD default HAProxy image tag to 3.4.0. |
| charts/marklogic-operator-kubernetes/templates/marklogiccluster-crd.yaml | Updates Helm chart CRD template default HAProxy image tag to 3.4.0. |
| api/v1/common_types.go | Updates kubebuilder default for HAProxy image tag to 3.4.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
Jenkins pipeline is failing but it is expected as fix will come with PR #169 |
vitalykorolev
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the default HAProxy image version used throughout the project from 3.2 to 3.4.0. The change ensures consistency across the codebase, documentation, and deployment configurations, and will affect both local development setups and cluster deployments.
HAProxy Image Version Update:
haproxytech/haproxy-alpine:3.2tohaproxytech/haproxy-alpine:3.4.0in theHAProxystruct documentation inapi/v1/common_types.go.charts/marklogic-operator-kubernetes/templates/marklogiccluster-crd.yamlandconfig/crd/bases/marklogic.progress.com_marklogicclusters.yaml) tohaproxytech/haproxy-alpine:3.4.0. [1] [2]Development and E2E Setup:
Makefileto loadhaproxytech/haproxy-alpine:3.4.0instead of 3.2 for both standard and Istio-based Minikube E2E environments. [1] [2]