Marcel Richter

Results 26 issues of Marcel Richter

### Summary It's actually possible to use the `onepassword_vault` data source to read the `uuid` of a vault per `name`. But the code check (IntelliJ in my case) shows the...

#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...

enhancement

### Name and Version bitnami/wordpress 22.1.7 ### What is the problem this feature will solve? Currently, it is only possible to set the parameter `wordpressEmail`. This is used both as...

triage
feature-request
wordpress

### Describe the problem to be solved Hi, I would like to use spegel as a pull through cache in my pipeline. There images are often specified as follows: ```...

enhancement

https://platform.openai.com/docs/assistants/overview/agents I think especially for code analysis and commit message generation the new assistant feature can work very well. It would be great if this were supported.

enhancement

> It is not up to you how the consumer sets up the module and the hcloud provider, They may source it through a env var to avoid having it...

enhancement

Introduced conditional logic for enabling an alias IP for the control plane, improving network configuration flexibility. This change includes the addition of a new variable `enable_alias_ip` and updates to network...

The limit cannot be removed in parent charts and is therefore always set. ``` resources: limits: # cpu: "1" memory: 200Mi ``` It should be removed completely so that it...

I tried to upgrade from v26 to v27. I want to use docker dind in a github actions runner scale set with the following config: ```yaml image: docker:27.0.2-dind name: dind...