vac

Results 30 issues of vac

## Bug Report init_on_free=1 is not enabled by default since a long time ago, but the docs still recommend the parameter. ### Description https://github.com/siderolabs/pkgs/pull/242 https://github.com/siderolabs/talos/blob/0359c8537c1b3b01e94394604e16fd817b986f9e/website/content/v1.7/reference/kernel.md?plain=1#L22 ### Logs ### Environment -...

**Describe the bug** Recently my external-secrets helm installation suddenly got broken: ```text Error: unknown flag: --enable-partial-cache Usage: external-secrets certcontroller [flags] Flags: --crd-names strings CRD names reconciled by the controller (default...

kind/bug
Stale

chart version: 2.3.18 There are multiple examples that demonstrate the usage of tolerations in the values file: https://github.com/percona/percona-helm-charts/blob/4d243856a0e272510a74d3c696b67c13d0702a5a/charts/pg-db/values.yaml#L118-L122 But the helm template does not support them well, passing a tolerations...

chart version: 2.3.18 entry in helm values file https://github.com/percona/percona-helm-charts/blob/4d243856a0e272510a74d3c696b67c13d0702a5a/charts/pg-db/values.yaml#L14 hard coded value in template: https://github.com/percona/percona-helm-charts/blob/4d243856a0e272510a74d3c696b67c13d0702a5a/charts/pg-db/templates/cluster.yaml#L21

### OpenTofu Version ```shell OpenTofu v1.8.0 on linux_amd64 ``` ### OpenTofu Configuration Files ```hcl variable "passphrase" { default = "changeme!changeme!" } variable "passphrase_list" { default = ["changeme!changeme!"] } terraform {...

bug
accepted

**Describe the bug** After upgrading ESO to 0.10.0, ExternalSecret fails with `SecretSyncedError` - UpdateFailed: undefined response type. ```text {"level":"error","ts":1723638585.8175535,"logger":"controllers.ExternalSecret","msg":"could not get secret data from provider","ExternalSecret":{"name ":"oci-credential","namespace":"envoy-gateway-system"},"error":"undefined response type","stacktrace":"github.com/external-secrets/external-secrets/pk g/controllers/externalsecret.(*Reconciler).markAsFailed\n\t/home/runner/work/external-secrets/external-secrets/pkg/controllers/externalsecret/external secret_controller.go:357\ngithub.com/external-secrets/external-secrets/pkg/controllers/externalsecret.(*Reconciler).Reconcile\n\t/home/runner/work/ext...

kind/bug

fix #1115 If this PR get merged we would also need to release askama 0.13.0 to crates.io.

I tried to upgrade axum from 0.7.9 to 0.8.0, but it seems that [the breaking changes introduced by axum](https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0) also break askama_axum 0.5. I managed to reproduce this issue within...

**Environmental Info:** K3s Version: ``` k3s version v1.27.2+k3s1 (213d7ad4) go version go1.20.4 ``` Node(s) CPU architecture, OS, and Version: ``` Linux kali 6.1.0-kali9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1kali1 (2023-05-12) x86_64...

priority/low

**Is your feature request related to a problem? Please describe.** Currently the SecretStore DopplerProvider will sync meta purpose secrets DOPPLER_PROJECT, DOPPLER_ENVIRONMENT and DOPPLER_CONFIG, they are not always needed and might...

kind/feature
track/providers