Fixed Operator (Closes Issue #2895) - #2921
Closed
caffeine-rohit wants to merge 1 commit into
Closed
Conversation
fix(operator): Set MinIO image to a fixed stable version This PR addresses issue secureCodeBox#2895 Signed-off-by: caffeine-rohit <sharmarohit11506@gmail.com>
|
✅ Deploy Preview for docs-securecodebox canceled.
|
Member
|
this doesn't work. The minio version used also insn't the problem with issue. The endpoint is still fied to cluster.local in the helm template for the operator. Also even if it would be caused by the minio version, this is the wrong place to update it, it should be done via the dependency in the Chart.yaml. Also please don't spam us with long auto generated texts trying to gaslight your untestet solution. |
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.



fix(operator): Set MinIO image to a fixed stable version.
This PR closes issue #2895
The issue was caused by SecureCodeBox using the latest MinIO image tag, leading to unstable deployments due to uncontrolled updates. This PR ensures stability by locking MinIO to a fixed version (RELEASE.2024-02-15T00-21-19Z) in values.yaml.
🛠️ How We Solved It
✅ Updated values.yaml to explicitly define the MinIO image.
✅ Verified with Helm Debugging:
Used helm template --debug . to confirm MinIO now pulls the fixed version.
Ran helm lint to check for configuration errors (none found).