André Frimberger

Results 7 issues of André Frimberger

Bump log4j2 version to 2.6.2 and fix NullPointerException

## Changes This change is only related to the auto-merge functionality of the Gitlab platform. Before executing the auto-merge the code checks for various statuses to reduce the number of...

This PR introduces authentication for the builtin Redis. It can be enabled by setting `redis.auth.enabled=true`. The secrets are auto-generated and stored in a secret. Checklist: * [x] I have bumped...

argo-cd
size/L

The environment variable `JWT_AUTH_TOKEN_EXPIRE_DAYS` configures how many days newly generated JWT auth tokens are valid. The value defaults still to 365, what is especially for service accounts too less and...

## Summary The operator deployment already supports setting `podSecurityContext` and `securityContext`. This PR allows setting both for the cleanup Job. ## Checklist ### For Helm Chart changes - [ ]...

Create tag via Gitlab release #1115

**Current behavior** Creating a Gitlab release without previous `git push` fails with `Response code 422 (Unprocessable Entity)` even though the Gitlab [releases API](https://docs.gitlab.com/ee/api/releases/#create-a-release) can create the corresponding tag automatically if...