- Moved Go module files to the `src` directory. - Updated Dockerfile to copy source files from `src` and adjusted build context. - Introduced a multi-stage build process for better image management. - Added Helm chart files and CI configurations for automated builds and releases. - Removed obsolete Makefile and unnecessary files. - Updated README to reflect project changes and usage instructions. - Added initial versioning and metadata for the Helm chart.
10 lines
173 B
YAML
10 lines
173 B
YAML
---
|
|
app: cert-manager-webhook-domeneshop
|
|
semver: false
|
|
channels:
|
|
- name: stable
|
|
platforms: [ "linux/amd64" ]
|
|
stable: false
|
|
tests:
|
|
enabled: false
|
|
type: webhook
|