Results 14 issues of yyvess

Allow to define a container security context on KubernetesPodOperator. Why: On clusters restricted with strong security policy, pods cannot be executed without disable privilege escalation. About test : I successfully...

area:providers
area:kubernetes

Fix #2087 Add a field "path/value" on the annotation @RepositoryRestController to be able to set a root path at class level.

status: waiting-for-triage

On latest version @RequestMapping isn't more allowed at class level due to this change => https://github.com/spring-projects/spring-data-rest/commit/46dc6e03fcd13cadfafeab22ba813c12a8dc9688 @RequestMapping is now only allowed on method level but that isn't an valid option...

Introduced a annotation @Cron derived from 'jakarta.validation' [#3270. ](https://github.com/jmrozanec/cron-utils/issues/618) Also spent some time updating project dependencies and performing minor cleanup. Each modification is in a separate commit to simplify the...

@Cron validation expression depending on depreciated package `javax.validation` As result that cannot be use on recent framework like Quarkus that use `jakarta.validation` https://medium.com/@ovinduuu/difference-between-javax-validation-and-jakarta-validation-df0c6dbe5cb3 ``` Due to Oracle’s decision to move...

Set RunAsNonRoot on securityContext of Postgres statfullset Fix [(#2081)](https://github.com/zalando/postgres-operator/issues/2081)

When a filename is passed as arguments but file is missing or Trivy cannot be read, Trivy action must log an error or fail. Note that configuration file cannot be...

Based on recent activity, it appears that this project may no longer be a priority for the ArgoCD team. Will this project continue to be maintained by ArgoCD ? If...

Add support to install from tarball binary. Target in first from Redhat system that do not provide any ActiveMq RPM. Improvement of PR https://github.com/puppetlabs/puppetlabs-activemq/pull/44 - Fix conflicts - Keep defaults...

A module can declare a list of exported value. On _timoni.cue_ we should able to declare exported value like ``` // Define how Timoni should build, validate and // apply...