-
Notifications
You must be signed in to change notification settings - Fork 322
feat: Clustered release 20251218-1946608 #6697
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
Conversation
|
| # This will either be the secret provided to you, if using our registry, or a secret for your own registry | ||
| # if self-hosting the images. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # This will either be the secret provided to you, if using our registry, or a secret for your own registry | |
| # if self-hosting the images. | |
| # If you use our registry, provide the secret we give you. | |
| # If you self-host images, specify the secret for your registry. |
| name: influxdb | ||
| namespace: influxdb | ||
| spec: | ||
| # One or more secrets that are used to pull the images from an authenticated registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # One or more secrets that are used to pull the images from an authenticated registry. | |
| # One or more secrets used to pull the images from an authenticated registry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jstirnaman this entire file is pulled in with the helper-scripts/influxdb3-distributed/clustered-release-artifacts.sh script, so we should modify this at the source rather than here. We can do that with the next release if you're cool with that.
| imagePullSecrets: | ||
| - name: <name of the secret> | ||
| package: | ||
| # The version of the clustered package that will be used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # The version of the clustered package that will be used. | |
| # The version of the clustered package to use. |
| # When a new version of the product is released, this version should be updated and any | ||
| # new config options should be updated below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # When a new version of the product is released, this version should be updated and any | |
| # new config options should be updated below. | |
| # When a new version of the product is released, update this version. | |
| # Also, review and update any new configuration options below. |
jstirnaman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit on clustered.md. Ignore my comments here on example-customer.yml. I'll submit a PR to the source later.
Part of https://github.com/influxdata/project-clustered/issues/811.
This adds the release notes and artifacts for the
20251218-1946608release.(if necessary)