solidDoWant

Results 40 issues of solidDoWant

### Description Request: `buildx` should support pushing built manifests separately from the build process. There should be a `buildx` equivalent of `docker push`, probably `docker buildx push`. Use cases: *...

kind/enhancement
status/triage

See [here](https://github.com/fluent/helm-charts/blob/fluent-operator-3.3.0/charts/fluent-operator/values.yaml#L27). Previous releases [pointed to the correct tag](https://github.com/fluent/helm-charts/blob/fluent-operator-3.2.0/charts/fluent-operator/values.yaml#L27). The "latest" tag is currently broken due to an operator bug, so this will break/is breaking installations.

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Service-wide metrics (such as `coderd_agentstats_session_count_vscode`) are intermixed with replica-specific metrics (such...

needs-triage

**Describe the bug**: When a certificate resource contains both `cert sign` and another non-CA usage (such as `server auth`), the x509 certificate produced by cert-manager splits the usage between `X509v3...

kind/bug
lifecycle/stale

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** ObjectBucketClaim resources automatically create a secret with bucket credentials, and a configmap with endpoint/bucket...

feature

#### Database Migration NO #### Description This PR enables support for all Postgres connection string options supported by the underlying Npgsql library. It does this by allowing users to specify...

sonarr upstream
Status: Maybe One Day
Status: Don't Merge

#### Database Migration NO #### Description > [!NOTE] > I will be filing a PR upstream with Sonarr prior to pulling this out of draft. I was already setup to...

Area: UI

**Describe the feature request** When using the k8s gateway API (with Istio as a gateway controller), I'd like to be able to store authorization policies alongside applications, alongside HTTPRoutes and...

kind/enhancement
area/security
area/networking

This PR fixes https://github.com/fluxcd/source-controller/issues/1657. With this change, it should be possible to configure a `GitRepository` like so: ```yaml apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: name: example spec: # Omitting boilerplate for...

I'm attempting to map/include the a subdirectory of one repo to the root of another, [as shown here](https://github.com/solidDoWant/infra-mk3/blob/67c92ba926925b4f1a6569601baae15308247fed/cluster/gitops/flux-system/flux/sources/git/infra-mk3-repo.yaml). This fails with the following error (formatted): ``` failed to copy 'infra-mk3-actual'...