Aurimas Navardauskas
Aurimas Navardauskas
## Detailed Description `Increment` setting to "inherit" from incoming branch. I would like my `main` branch version increased, based on the settings of the branch being merged into it. ##...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem terraform ### Package manager version _No response_ ### Language version _No...
Can't figure out a way to make it work for my terraform when I have terraform modules in Azure Repos ``` :host => "dev.azure.com" :local_address => "redacted" :local_port => 45288...
### Terraform Version >Terraform v1.1.6 provider[registry.terraform.io/cyrilgdn/postgresql] >= 1.15.0 ### Affected Resource(s) - all resources ### Terraform Configuration Files ```hcl provider "postgresql" { host = module.postgresql.postgresql_server.fqdn port = 5432 database =...
### Description I would love to have more than 4k and non 4k instances for each service, I am aware that it is possible to add many service instances already,...
### Description Most users are oblivious of radarr/sonarr and all the inner workings of arr stack as they only interact with plex and overseerr, so there are a lot of...
**Describe the bug** trying to test notifications in teams channel with the example json provided in readme results in `{"message":"Not Found"}` even though actual alerts are displayed in teams. **Version**...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] We have migrated to...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
Hi, I'm trying to deploy api-gateway with: ```yaml replicaCount: 1 existingSecret: akeyless-api-gateway-conf-secret ``` but if I check with `helm template` there are no references to this secret and the pod...