Commit graph

6 commits

Author SHA1 Message Date
Mooo[bot]
79f1a01095
chore(deps): update code.252.no/pub/cert-manager-webhook-domeneshop docker tag to v2 2025-03-17 01:00:19 +00:00
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
f5290a7852
chore: Add pluto-values.yaml
All checks were successful
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 4s
Validate and Release Chart / Publish Helm Chart (push) Successful in 4s
2025-03-15 22:45:42 +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