Florian Buchmeier
Florian Buchmeier
Hi folks, I've enabled the kraken-proxy server required for preheat (e.g. with Harbor) on port 81. Also, I've added the option to override the `allowed_cidrs` from the helm values, this...
Hi, you can find the following changes in this PR: (1) I've added a new configuration parameter in the OIDC config `HttpMethod` that can be set to POST (default) and...
[FEATURE] Allow include/exclude of Labels that should be converted to Tags as a regular expression
Greetings! ## Background we are happily using the sbom-operator with DependencyTrack in multiple Kubernetes (Kops & EKS) clusters. We want to scan as much workloads as possible so we keep...
### What were you trying to accomplish? I'm trying to delete a eksctl managed cluster that contains AWS Application Loadbalancers managed by the aws-lb-controller (https://kubernetes-sigs.github.io/aws-load-balancer-controller). ### What happened? Cluster deletion...
Hi! I've just tried out the new `bitbucketserver` with the following configuration: ``` apiVersion: notification.toolkit.fluxcd.io/v1beta3 kind: Provider metadata: name: bitbucket namespace: flux-system spec: type: bitbucketserver address: ssh://git@mybitbucketserver:2222/ap/fluxcd-sandbox.git secretRef: name: bitbucket-token...
### Describe the bug We are currently using `canaries` with `autoscalerRef` and HPA enabled as described in the docs. ``` apiVersion: flagger.app/v1beta1 kind: Canary ... spec: autoscalerRef: apiVersion: autoscaling/v2beta2 kind:...
`--registry-mirror` and `--registry-map` do not work when the remapped repository contains dots '.'
Dear maintainers, **Actual behavior** I have a private mirror of `index.docker.io` hosted in [Harbor](goharbor.io). The address of the mirror is `harbor.example.com/docker-hub`. I can successfully pull images through this mirror with...