Skip to content

Fixed Operator (Closes Issue #2895) - #2921

Closed
caffeine-rohit wants to merge 1 commit into
secureCodeBox:mainfrom
caffeine-rohit:SecureCodeBox2
Closed

Fixed Operator (Closes Issue #2895)#2921
caffeine-rohit wants to merge 1 commit into
secureCodeBox:mainfrom
caffeine-rohit:SecureCodeBox2

Conversation

@caffeine-rohit

Copy link
Copy Markdown

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).

fix(operator): Set MinIO image to a fixed stable version
This PR addresses issue secureCodeBox#2895
Signed-off-by: caffeine-rohit <sharmarohit11506@gmail.com>
@sonarqubecloud

Copy link
Copy Markdown

@netlify

netlify Bot commented Feb 24, 2025

Copy link
Copy Markdown

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit 4718046
🔍 Latest deploy log https://app.netlify.com/sites/docs-securecodebox/deploys/67bc8812db69600008c4e843

@J12934

J12934 commented Feb 25, 2025

Copy link
Copy Markdown
Member

Hi @caffeine-rohit

this doesn't work.
Not only doesn't it fix the problem, the image referenced doesn't even exist... So its breaking everything.

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.
I don't cherrish having to read through that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right spam

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants