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
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
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
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
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
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
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
Cédric Verstraeten
fb6bf6844d
Enhance deployment workflows and Dockerfile
...
- Add Docker feature for running Docker outside of Docker in devcontainer.json
- Update pod status checks in k3d, kind, and microk8s workflows to target 'hub-frontend' instead of 'kerberos-hub'
- Improve Dockerfile to install 'kind' based on architecture
2025-05-20 11:27:38 +00:00
Cédric Verstraeten
52da738fd3
Add GitHub Actions workflow for deploying on kind using Kustomize
2025-05-20 12:55:40 +02:00
Cédric Verstraeten
93e3982c86
Add OpenEBS storage class configuration and update deployment workflow
2025-05-20 12:52:26 +02:00
Cédric Verstraeten
cfee18b876
Update Minio pod status check to verify readiness state 2/2
2025-05-20 12:48:00 +02:00
Cédric Verstraeten
4d2211b92b
Update Minio pod status check to reflect expected readiness state
2025-05-20 12:35:41 +02:00
Cédric Verstraeten
de18716508
reduce matrix with less version + fix mongodb references
2025-01-15 13:31:56 +01:00
Cedric Verstraeten
9df6e594a5
add prometheus operator
2024-11-30 18:51:54 +01:00
Cedric Verstraeten
517c553e4b
fix data filtering
2024-11-30 17:40:24 +01:00
Cedric Verstraeten
95dfd6aa7b
change execution command (--)
2024-11-30 10:43:14 +01:00
Cedric Verstraeten
c941bb06fa
increase version + different ubuntu os
2024-11-30 10:37:41 +01:00
Cedric Verstraeten
06cae4cb2c
fix data-filter + increase k3d version
2024-11-30 10:28:49 +01:00
Cedric Verstraeten
777f3d8db1
increase timeout: wait for k3d cluster to be ready
2024-11-30 10:14:59 +01:00
Cedric Verstraeten
213ffc7f47
Update k3d.yaml
2024-11-30 10:08:05 +01:00
Cedric Verstraeten
00344a52d5
add k3d workflow
2024-11-30 09:59:25 +01:00
Cedric Verstraeten
e1e537edd4
fix builds
2024-11-30 09:51:25 +01:00
Cedric Verstraeten
18e334ebe4
some more restructuring
2024-11-29 15:59:14 +01:00
Cedric Verstraeten
e4eb9befed
add ./base/ to minio-tenant
2024-11-29 15:39:44 +01:00
Cedric Verstraeten
48c6c24213
change to different folder structure to support kustomize and overlays to define deployment layer
2024-11-29 15:33:55 +01:00