StackStorm / stackstorm-k8s

K8s Helm Chart that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
https://helm.stackstorm.com/
Apache License 2.0
105 stars 107 forks source link

Customize pip versions #295

Closed simonli866 closed 2 years ago

simonli866 commented 2 years ago

How to customize pip versions in StackStorm HA, or upgrade pip versions ?

cognifloyd commented 2 years ago

pip is pinned in StackStorm itself. see: https://github.com/StackStorm/st2/blob/master/Makefile#L59

The StackStorm HA helm chart does not create the docker images (or the debs used to install ST2 on those docker images), so this is not the right layer to change that aspect of StackStorm.

What seems to be the problem with the "pip versions in StackStorm HA"?

cognifloyd commented 2 years ago

I'm closing this for now. If there's something the chart needs to change to help you, then feel free to comment so we can discuss further.