Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update zookeeper-operator defaults for zookeeper image. #8

Merged
merged 2 commits into from
Jan 10, 2024

Conversation

kaiwalyajoshi
Copy link

Change log description

When a Zookeeper Cluster is created, it uses the upstream pravega/zookeeper:0.2.15 image which has known vulnerabilities.

This PR changes the default for the operator to use the patched ghcr.io/mesosphere/zookeeper:0.2.15-d2iq image.

The defaults proposed here can still be overridden via the following when ZookeeperClusters are created:

apiVersion: "zookeeper.pravega.io/v1beta1"
kind: "ZookeeperCluster"
metadata:
  name: "example"
spec:
  replicas: 3        
  image:
    repository: ghcr.io/mesosphere/zookeeper
    tag: 0.2.15-d2iq

Purpose of the change

(e.g., Fixes #666, Closes #1234)

What the code does

(Detailed description of the code changes)

How to verify it

(Steps to verify that the changes are effective)

@kaiwalyajoshi kaiwalyajoshi requested a review from a team as a code owner January 10, 2024 01:45
@kaiwalyajoshi kaiwalyajoshi merged commit 45dffc2 into master Jan 10, 2024
2 checks passed
@mikolajb mikolajb deleted the kjoshi/update-zookeeper-defaults branch January 10, 2024 15:33
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.

4 participants