Commit graph

4 commits

Author SHA1 Message Date
bf223853cb
chore: Update app version in Helm chart
Some checks failed
Validate and Release Chart / Lint (push) Successful in 3s
Validate and Release Chart / Audit (push) Successful in 3s
Validate and Release Chart / Outdated APIs (push) Successful in 3s
Validate and Release Chart / Publish Helm Chart (push) Failing after 4s
- Change appVersion from 2.1.0 to 2.0.0 in Chart.yaml to reflect the correct application version.
2025-03-16 10:26:25 +01:00
a77c4b65f1
chore: Update Helm chart version and RBAC permissions
All checks were successful
Validate and Release Chart / Lint (push) Successful in 3s
Validate and Release Chart / Audit (push) Successful in 4s
Validate and Release Chart / Outdated APIs (push) Successful in 3s
Validate and Release Chart / Publish Helm Chart (push) Successful in 4s
- Bump chart version to 2.1.0 and app version to 2.1.0.
- Add 'delete' permission to ClusterRole for enhanced resource management.
- Update Role permissions to include 'list' for better access control.
2025-03-16 10:25:26 +01:00
62037568ff
feat: Enhance Dockerfile, add permissions and add tests
All checks were successful
Validate and Release Chart / Lint (push) Successful in 3s
Validate and Release Chart / Audit (push) Successful in 4s
Validate and Release Chart / Outdated APIs (push) Successful in 4s
Validate and Release Chart / Publish Helm Chart (push) Successful in 4s
Build and Push Image / build-and-push (push) Successful in 2m18s
- Testing stage in the Dockerfile
- Updated RBAC configuration with additional resource permissions.
- Unit tests for the domeneshop DNS provider
- Mock client for testing the Domeneshop API
2025-03-16 09:48:18 +01:00
6bf4a93fe3
feat: Refactor Dockerfile and project structure for cert-manager-webhook-domeneshop
- 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.
2025-03-15 22:29:27 +01:00
Renamed from deploy/domeneshop-webhook/Chart.yaml (Browse further)