Micah Nagel
Micah Nagel
### Is your feature request related to a problem? Please describe. In uds-core we have a custom resource named `Package` that we watch for create/update events: https://github.com/defenseunicorns/uds-core/blob/main/src/pepr/operator/index.ts#L57-L62 Each event is...
### Is your feature request related to a problem? Please describe. When building operators with Pepr and other tools it is often useful to add a [finalizer](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/) to custom resources...
### Is your feature request related to a problem? Please describe. [`zarf dev deploy`](https://docs.zarf.dev/commands/zarf_dev_deploy/) is useful for fast developer iterations on a package, leveraging "yolo" mode. However if a package...
## Description Adds a new flag `--registry-url` which can be used on dev deploy (yolo only) to set the value to use for `ZARF_REGISTRY`. ## Related Issue Fixes https://github.com/zarf-dev/zarf/issues/2713 ##...
### Environment Device and OS: macOS, with Ubuntu over SSH App version: 0.38.3 Kubernetes distro being used: N/A ### Steps to reproduce 1. Setup docker daemon on a remote box...
**What this PR does / why we need it**: This sets the `appProtocol` of the headless backend service grpc port in the loki helm chart to `tcp`. This is in...
**What type of PR is this?** /kind documentation **What this PR does / why we need it**: Updates the docs around install commands to clarify these are copy/paste command lines,...