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

[bitnami/valkey-cluster] Add valkey cluster chart #27737

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

rafariossaa
Copy link
Contributor

Description of the change

Adds chart for valkey-cluster

Benefits

Possible drawbacks

Applicable issues

  • fixes #

Additional information

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

@bitnami-bot bitnami-bot added the verify Execute verification workflow for these changes label Jul 3, 2024
@github-actions github-actions bot requested a review from fmulero July 3, 2024 15:25
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
bitnami-bot and others added 3 commits July 3, 2024 15:28
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
bitnami-bot and others added 2 commits July 4, 2024 07:31
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
@carrodher carrodher added the new-product Request new product to be added into the catalog label Jul 4, 2024
@carrodher carrodher changed the title Draft: [bitnami/valkey-cluster] Add valkey cluster chart [bitnami/valkey-cluster] Add valkey cluster chart Jul 4, 2024
Copy link
Collaborator

@fmulero fmulero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @rafariossaa !!

I left some comments, could you give it a glance?

bitnami/valkey-cluster/templates/psp.yaml Outdated Show resolved Hide resolved
bitnami/valkey-cluster/templates/psp.yaml Outdated Show resolved Hide resolved
bitnami/valkey-cluster/templates/headless-svc.yaml Outdated Show resolved Hide resolved
bitnami/valkey-cluster/templates/metrics-svc.yaml Outdated Show resolved Hide resolved
bitnami/valkey-cluster/templates/scripts-configmap.yaml Outdated Show resolved Hide resolved
bitnami/valkey-cluster/templates/valkey-role.yaml Outdated Show resolved Hide resolved
Comment on lines +46 to +48
{{- if semverCompare ">= 1.13" (include "common.capabilities.kubeVersion" .) }}
enableServiceLinks: false
{{- end }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to our README file, we support versions 1.23+. I think this condition is not needed and we could allow users change this value

bitnami/valkey-cluster/Chart.yaml Outdated Show resolved Hide resolved
bitnami/valkey-cluster/Chart.yaml Show resolved Hide resolved
rafariossaa and others added 4 commits July 4, 2024 16:55
Co-authored-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
Signed-off-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
fmulero
fmulero previously approved these changes Jul 4, 2024
Copy link
Collaborator

@fmulero fmulero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Copy link
Contributor

@jotamartos jotamartos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion, the PR LGTM

@@ -0,0 +1,57 @@
module test-redis-chart
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
module test-redis-chart
module test-valkey-cluster-chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bitnami new-product Request new product to be added into the catalog valkey-cluster verify Execute verification workflow for these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants