Spirit-act

Results 7 issues of Spirit-act

Hello, we encountered an error if we tried to remove all resources and providers related to flux. **Environment:** - Kubernetes: 1.25.6 - Flux: 0.41.2 - Terraform Provider Version: 0.25.3 -...

Replace apt_key with an get_url and modified repo sources ## Description The apt-key functionality was deprecated and will be removed after ubuntu 24.04 and debian 12. The simple solution is...

This merge request is a follow up to #6770 and issue #6769. ## Changes It adds a build arg to specify the PHP Version you want to build. I also...

In php8.4 stream_context_set_option no longer supports the signature with two arguments. Therefor the alternative function stream_context_set_options needs to be used. source: https://www.php.net/manual/en/function.stream-context-set-option.php > ## ~The Change is only slightly backwards...

This pull request adds an option to enable or disable the multitenancy feature. Adresses #374

This pull request builds on top of #461 Add a new variable to mimir to allow to configure what components should be used. I choose a list for better readability....

If mimir_version is set to `latest` the version is determined from the latest tag on github. Afterwards the download fails because the download link would include mimir two times: ```...