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

Sentry: support TLS for Redis #21

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

maciejp-ro
Copy link
Contributor

This builds on top of import from #20 and makes it possible to configure a TLS connection to Redis

@maciejp-ro maciejp-ro force-pushed the sentry-redis-tls-support branch from 6614ce9 to 14301b6 Compare November 15, 2023 19:06
@github-actions github-actions bot added size/M and removed size/XXL labels Nov 15, 2023
@@ -39,4 +39,4 @@ maintainers:
- name: sentry-kubernetes
name: sentry
type: application
version: 19.4.0
version: 19.4.0+1
Copy link
Member

Choose a reason for hiding this comment

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

i'm not totally sure how helm will take to that versioning but we can check

Copy link
Contributor Author

@maciejp-ro maciejp-ro Nov 15, 2023

Choose a reason for hiding this comment

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

Helm doesn't complain (docs say it uses semver 2.0, which specifies -prerelease and +metadata suffix). I used metadata to indicate local changes.

Linter complains about it, though, and I checked semver spec - it says that metadata should be ignored when comparing versions (it's for things like build id). Using prerelease suffix (9.4.0-plural1) might calm the linter down. I'm on mobile now but feel free to push an update to check - I allowed maintainer pushes on this PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Managed to push the change, linter's still unhappy - and AFAIR Helm doesn't like it when you try to deploy changed chart without a version bump. I'm not sure how to proceed here, feel free to update this branch

Copy link
Member

Choose a reason for hiding this comment

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

I think it's probably fine, just wanted to confirm helm won't bork on it

@michaeljguarino michaeljguarino merged commit d579bc2 into pluralsh:main Nov 15, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants