You can test a feature that was not yet released using the following methods, use them at your own discretion:
values.yaml file with the following content:
```yaml
replicaCount: 1image: repository: ghcr.io/external-secrets/external-secrets pullPolicy: IfNotPresent # -- The image tag to use. The default is the chart appVersion. tag: "main"
installCRDs: false
1. Install the crds
```shell
make crds.install
helm install external-secrets external-secrets/external-secrets -f values.yaml
shell
docker build -f Dockerfile.standalone -t my-org/external-secrets:latest .
bundle.yaml
shell
kubectl apply -f deploy/crds/bundle.yaml --server-side
yaml
kind: Deployment
metadata:
name: external-secrets|external-secrets-webhook|external-secrets-cert-controller
...
image: my-org/external-secrets:latest