367 Commits

Author SHA1 Message Date
Cédric Verstraeten
b01604242f Merge pull request #25 from kerberos-io/public-release-1771807234
A new public release - 1771807234
2026-02-23 01:41:27 +01:00
uug4ai
a6101b4cf4 A new public release - 1771807234 2026-02-23 00:40:36 +00:00
Cédric Verstraeten
1b4c1f1b6c Delete PR description autofill workflow
Remove autofill PR description workflow using OpenAI.
2026-02-07 07:47:48 +01:00
Cédric Verstraeten
1911cd4d4d Merge pull request #24 from kerberos-io/public-release-1770446130
A new public release - 1770446130
2026-02-07 07:43:58 +01:00
uug4ai
b5dff01923 A new public release - 1770446130 2026-02-07 06:35:31 +00:00
Cédric Verstraeten
60cfe2e331 Merge pull request #23 from kerberos-io/fix/remove-license-from-overlays
fix/remove-license-from-overlays
2025-12-11 19:10:26 +01:00
Cédric Verstraeten
b19365e9a5 Remove license value from Kerberos Hub Helm chart
Deleted the inline 'license' value from the Kerberos Hub Helm chart configuration in the MicroK8s overlay. This change may be for security, configuration management, or to rely on default or external license provisioning.
2025-12-11 17:35:36 +01:00
cedricve
7a13391a8a Update license key in Kerberos Hub values
Replaces the existing license key with a new value in kerberos-hub-values.yaml. This may be required for license renewal, activation, or compliance.
2025-12-04 22:33:59 +01:00
Cédric Verstraeten
6bed1269de Merge pull request #22 from kerberos-io/feature/test-slack-notification
feature/test-slack-notification
2025-11-27 21:08:49 +01:00
Cédric Verstraeten
33270d2655 Refactor Slack notifications in CI workflows for K3d, Kind, Kustomize, and MicroK8s to simplify messages and improve readability 2025-11-27 10:59:35 +01:00
Cédric Verstraeten
0bb4b9c381 Remove Slack notification steps from Kustomize and PR description workflows 2025-11-27 10:52:44 +01:00
Cédric Verstraeten
ddef4397bb Remove deprecated microk8s versions from deployment matrix in microk8s.yaml 2025-11-27 10:51:20 +01:00
Cédric Verstraeten
5786c5073e Add Slack notifications to CI workflows
Slack notifications for success and failure have been added to the k3d, kind, kustomize, microk8s, and pr-description GitHub Actions workflows. This improves visibility of deployment and PR automation results by sending status updates to a configured Slack channel.
2025-11-27 10:21:20 +01:00
Cédric Verstraeten
3162d1f915 Merge pull request #21 from kerberos-io/public-release-1764168026 2025-11-26 23:23:26 +01:00
Cédric Verstraeten
6074c020f5 Merge pull request #20 from kerberos-io/feature/replace-bitnami-legacy 2025-11-26 23:22:47 +01:00
cedricve
f87467b4fa Remove Ubuntu 20.04 from the deployment matrix in kustomize.yaml for streamlined compatibility 2025-11-26 21:47:00 +01:00
cedricve
ff78886fa5 Update storage class in rabbitmq-values.yaml from openebs-hostpath to ssd-hostpath for improved performance 2025-11-26 21:46:24 +01:00
cedricve
ef95fcb752 Add sleep command before waiting for deployments in k3d, kind, and microk8s workflows for improved readiness 2025-11-26 21:36:38 +01:00
cedricve
55d8f58aa2 Replace sleep commands with kubectl wait for deployments in k3d, kind, and microk8s workflows for improved reliability and efficiency 2025-11-26 21:35:40 +01:00
cedricve
53a444849b Update storage class in mongodb-values.yaml from openebs-hostpath to ssd-hostpath for improved performance 2025-11-26 21:22:20 +01:00
cedricve
795ac2735c Increase sleep duration in hub installation step for improved resource readiness 2025-11-26 21:20:49 +01:00
cedricve
f8935c266d Remove sleep command from hub installation step for improved workflow efficiency 2025-11-26 21:11:25 +01:00
cedricve
3eb58faed1 Remove data filtering installation steps from k3d, kind, and microk8s workflows for cleanup and improved clarity 2025-11-26 20:59:06 +01:00
cedricve
1dd572a044 Refactor deployment workflow by consolidating jobs and removing unnecessary steps for improved clarity and efficiency 2025-11-26 20:45:54 +01:00
cedricve
4eca2a165a Specify namespace for data filtering deployment in k3d and microk8s workflows 2025-11-26 20:42:48 +01:00
cedricve
88b9b016a1 Refactor deployment workflows to replace sleep commands with kubectl wait for improved resource readiness 2025-11-26 20:35:12 +01:00
cedricve
8cf0c7453b Specify namespace for agent deployment in kind workflow 2025-11-26 20:26:03 +01:00
cedricve
e76fdbdc2c Increase sleep duration before waiting for Minio and Vault deployments to ensure resource readiness 2025-11-26 20:17:01 +01:00
cedricve
ac82305775 Reduce sleep duration before waiting for Minio and Vault deployments for improved efficiency 2025-11-26 20:11:41 +01:00
cedricve
e3d74865f7 Add sleep before waiting for Vault deployment to ensure readiness 2025-11-26 20:04:46 +01:00
cedricve
f3ff7c4c67 Update Vault installation to wait for available condition instead of ready for improved deployment accuracy 2025-11-26 17:02:15 +01:00
cedricve
bf6eed584e Refactor Minio installation to use kubectl wait for ready replicas and remove unnecessary sleep commands for improved deployment reliability 2025-11-26 16:49:21 +01:00
cedricve
9be4475ec0 Add wait for Minio resources and improve readiness checks for deployment reliability 2025-11-26 16:43:19 +01:00
cedricve
b7d4b8bd83 Update Minio installation to wait for ready replicas instead of specific pod status for improved reliability 2025-11-26 16:35:12 +01:00
cedricve
d78e4adcf4 Update Minio installation to wait for pod readiness instead of tenant initialization 2025-11-26 16:28:52 +01:00
cedricve
25172b8cb0 Update Minio installation command to specify namespace for kubectl wait condition 2025-11-26 16:21:51 +01:00
cedricve
088e7f3600 Refactor kind.yaml to replace sleep commands with kubectl wait for improved deployment reliability; comment out custom layout volume configurations in kerberos-hub-values.yaml 2025-11-26 16:19:18 +01:00
cedricve
f9b6c24e81 Enhance RabbitMQ and Vernemq installation commands with --wait and --timeout options for improved deployment reliability 2025-11-26 15:58:02 +01:00
cedricve
3d1d804c54 Merge branch 'feature/replace-bitnami-legacy' of github.com:kerberos-io/deployment into feature/replace-bitnami-legacy 2025-11-26 15:49:56 +01:00
cedricve
4f4512c332 Update MongoDB installation command to use --wait and --timeout options; add allowInsecureImages parameter to RabbitMQ values 2025-11-26 15:49:31 +01:00
uug4ai
18edad9b0d A new public release - 1764168026 2025-11-26 14:40:28 +00:00
Cédric Verstraeten
48975025bb Merge branch 'main' into feature/replace-bitnami-legacy 2025-11-26 15:33:11 +01:00
cedricve
48bbc7da4e Add pull_request trigger to workflow files for k3d, kind, kustomize, and microk8s 2025-11-26 13:42:35 +01:00
cedricve
c522cf1f51 Replace Bitnami images with Bitnami Legacy images for MongoDB and RabbitMQ 2025-11-26 13:38:27 +01:00
Cédric Verstraeten
2339cde1df Merge pull request #18 from kerberos-io/public-release-1756996839
A new public release - 1756996839
2025-10-16 13:31:27 +02:00
uug4ai
80fe4c2057 A new public release - 1756996839 2025-09-04 14:40:40 +00:00
Cédric Verstraeten
3df31f6914 Merge pull request #17 from kerberos-io/public-release-1754552209
A new public release - 1754552209
2025-08-07 09:44:23 +02:00
uug4ai
934429598b A new public release - 1754552209 2025-08-07 07:36:50 +00:00
Cédric Verstraeten
0d68c7be84 Refactor workflow configurations to remove deprecated OS versions for k3d, kind, and microk8s deployments 2025-07-29 06:58:44 +00:00
Cédric Verstraeten
6de19cd487 Increase sleep duration for MongoDB Helm chart installation to ensure pods are ready 2025-07-29 06:57:31 +00:00