Nathanael Liechti
Nathanael Liechti
Signed-off-by: the-technat ([email protected]) Fixes #8272 Note on DCO: If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on...
Given the following `deployment.yaml`: ```yaml apiVersion: apps/v1 kind: Deployment metadata: labels: app.kubernetes.io/instance: kubeinvaders app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: kubeinvaders argocd.argoproj.io/instance: kubeinvaders helm.sh/chart: kubeinvaders-1.9.2 name: kubeinvaders namespace: kubeinvaders spec: replicas: 1 selector: matchLabels:...
Hi there First of all thank you very much for podinfo! It's such a nice app and I used it heavily in the last couple of days to check app...
### Issue Sort of related to #3565 ### Description The recently merged #3591 contained a bug where on large clusters the initial reconcile loop after startup would take hours instead...
Hey there! I started using gokrazy some time ago and definitely love it. One thing I came across and I think it could be very useful, is a WiFi Kiosk...
# Summary Add a `no_proxy` field to repo-creds that will be respected when working with a repository matching the repo-cred. # Motivation ## Use-case 1 - internal helm charts We...
This adds support for Hetzner Cloud as provider for object storage. Hcloud S3 is currently in beta and not yet officially announced. However there are already official [docs](https://docs.hetzner.com/storage/object-storage/) about it...
This PR adds support for Argo CD 2.12 and go 1.22. go 1.21 is unsupported according to the [Release Policy](https://go.dev/doc/devel/release#policy). Argo CD 2.12 is the current stable release and according...
There are different frameworks for building a Terraform provider. Currently the following two are in use within this provider: - [terraform-plugin-sdkv2](https://developer.hashicorp.com/terraform/plugin/sdkv2) - [terraform-plugin-framework](https://developer.hashicorp.com/terraform/plugin/framework) Hashicorp [recommends](https://developer.hashicorp.com/terraform/plugin/framework-benefits) migrating from the SDKv2 to...