Michael McLeroy

Results 29 issues of Michael McLeroy

The following dependencies are outdated. Several have vulnerabilities that have been fixed. - scala - kafka - zookeeper - netty - jetty - checkstyle - spotbugs - com.nimbusds:nimbus-jose-jwt - io.swagger.parser.v3:swagger-parser-v3...

To demonstrate using a service account for holding image pull secrets on a private repo, add `serviceAccount.imagePullSecrets: []` to the values and ```yaml {{- with .Values.serviceAccount.imagePullSecrets }} imagePullSecrets: {{- toYaml...

Current release uses client_golang 1.11.0. Update it to 1.11.1 (or higher) to eliminate the vulnerability found here: https://nvd.nist.gov/vuln/detail/CVE-2022-21698. Suggest moving to latest version of library.

The last release of kafka_exporter used Go 1.17.1. Go 1.17.8 has been released, patching several bugs and vulnerabilities. Strimzi Kafka uses the kafka_exporter release binaries in their containers. I don't...

Okio 2.10.0 is [currently using Kotlin 1.4.20](https://github.com/square/okio/blob/parent-2.10.0/build.gradle#L9). This version of Kotlin has a security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2020-29582, which was fixed in 1.4.21. Update the dependency to 1.4.21 and release a security...

Use case: I am using a tool like [flux](https://fluxcd.io/) or [argo](https://argoproj.github.io/argo-cd/) to manage deployments into a Kubernetes cluster. The Gatekeeper system is in one Helm deployment and the Gatekeeper constraints...

bug

In the Helm chart, labels are hard to maintain because they are repeated everywhere and do not use [helm best practices](https://helm.sh/docs/chart_best_practices/labels/#standard-labels). This enhancement would do the following: 1. Create a...

enhancement
helm

All throughout the Helm chart, the label for `chart` is using `gatekeeper.name` rather than `gatekeeper.chart`. This prevents can cause problems on selection during a rolling upgrade when a new chart...

bug
helm

### Problem Statement Kyverno currently supports a fixed number of replicas for HA. But, it does not scale up (or down) based on load in the system. In heavily loaded...

enhancement
good first issue
helm

Use case: We have around 25 Helm charts we deploy in our cluster with Flux using Helm Resources. In about 80% of the dependencies we put into place, we are...