Chris Bartholomew
Chris Bartholomew
@michaeljmarshall Helm has a built-in variable that can tell you whether it is doing an install or an upgrade. For example, you can do something like this: ``` {{- if...
Does the script update all Helm chart versions? How does it work if only 1 chart has changed?
@ming, in the latest release process we have a single release branch and up version the charts in that branch after rebasing from master. Given that, does this script still...
Hi @rehevkor5. This Helm chart has been deprecated. Can you please take a look at its replacement to see if that will meet your needs: https://github.com/datastax/pulsar-helm-chart
Where can I find the list of valid class names?
@lhotari To support the upgrade path, can you switch the purpose of the services? So you don't have to modify the StatefulSet, use the existing name for the service that...
I was thinking the same thing, @ddieruf. I am working on examples and blog posts with examples and need a good place to store those. I think we need to...
This is the configuration of my web crawler and normalizer: ``` - name: "Crawl the WebSite" type: "webcrawler-source" configuration: seed-urls: "{{{globals.seedUrls}}}" allowed-domains: "{{globals.allowedUrls}}" min-time-between-requests: 500 max-unflushed-pages: 100 user-agent: "langstream.ai-webcrawler/1.0" bucketName:...