DefGuard / deployment

Deployment files for defguard service
Other
7 stars 5 forks source link

Helm chart deploy to https://artifacthub.io/ via docker hub #38

Open orlovmyk opened 4 months ago

orlovmyk commented 4 months ago

Helm chart now can be uploaded to Docker Hub, I think it's good way to deliver artifacts, for example: https://artifacthub.io/packages/helm/bitnami/external-dns

which can be installed like this: helm install my-release oci://registry-1.docker.io/bitnamicharts/external-dns

Thanks