Started by an SCM change Connecting to https://api.github.com using 2946406/****** Obtained deploy/cicd/Jenkinsfile from 8e56e6fd130565dd0ba80e608e493ae1ef20d5f4 Loading library getcrux-cicd@main Examining Crux-Labs/getcrux-cicd Attempting to resolve main as a branch Resolved main as branch main at revision d5f4ac8afec4460669f98bc0c0c396c545b48bd9 The recommended git tool is: NONE using credential getcrux-cicd-app > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/crus_ferrous_insights_app_dev@libs/f9852aa17d32281a5910b50ee340902f02119737eb09606b67df13c0b6402cc9/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/Crux-Labs/getcrux-cicd.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/Crux-Labs/getcrux-cicd.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/Crux-Labs/getcrux-cicd.git +refs/heads/main:refs/remotes/origin/main # timeout=10 Checking out Revision d5f4ac8afec4460669f98bc0c0c396c545b48bd9 (main) > git config core.sparsecheckout # timeout=10 > git checkout -f d5f4ac8afec4460669f98bc0c0c396c545b48bd9 # timeout=10 Commit message: "fix createnamesapce thing" > git rev-list --no-walk d5f4ac8afec4460669f98bc0c0c396c545b48bd9 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Running on Jenkins in /var/lib/jenkins/workspace/crus_ferrous_insights_app_dev [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE using credential getcrux-cicd-app > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/crus_ferrous_insights_app_dev/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/Crux-Labs/crus_ferrous_insights_app.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/Crux-Labs/crus_ferrous_insights_app.git > git --version # timeout=10 > git --version # 'git version 2.39.5' using GIT_ASKPASS to set credentials > git fetch --no-tags --force --progress -- https://github.com/Crux-Labs/crus_ferrous_insights_app.git +refs/heads/dev:refs/remotes/origin/dev # timeout=10 Checking out Revision 8e56e6fd130565dd0ba80e608e493ae1ef20d5f4 (dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 8e56e6fd130565dd0ba80e608e493ae1ef20d5f4 # timeout=10 Commit message: "Added handling of celery broker being down in copilot" > git rev-list --no-walk 1e5a808ab8a120d9b8e63c06e16e3b5d78e729c0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] ansiColor [Pipeline] { [Pipeline] stage [Pipeline] { (Build setup) [Pipeline] script [Pipeline] { [Pipeline] echo Branch: dev -> Environment prefix: dev [Pipeline] sh + mkdir -p python_scripts [Pipeline] libraryResource [Pipeline] writeFile [Pipeline] libraryResource [Pipeline] writeFile [Pipeline] libraryResource [Pipeline] writeFile [Pipeline] libraryResource [Pipeline] writeFile [Pipeline] libraryResource [Pipeline] writeFile [Pipeline] sh + gcloud auth configure-docker us-east4-docker.pkg.dev WARNING: Your config file at [/var/lib/jenkins/.docker/config.json] contains these credential helper entries: { "credHelpers": { "us-east4-docker.pkg.dev": "gcloud" } } Adding credentials for: us-east4-docker.pkg.dev gcloud credential helpers already registered correctly. [Pipeline] withCredentials Masking supported pattern matches of $SLACK_WEBHOOK [Pipeline] { [Pipeline] writeFile [Pipeline] sh + curl -s -X POST -H Content-type: application/json -d @slack_payload.json **** ok [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run validations) [Pipeline] script [Pipeline] { [Pipeline] sh + python3 python_scripts/stage_1_validation.py {'repo_name': 'crux_ferrous_insights_app', 'common_secrets': 'insights-app-common', 'dockerfiles': ['Dockerfile', 'Dockerfile-celery'], 'services': {'insights-app-backend': {'team': 'central', 'dockerfile': 'Dockerfile', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-api'}}, 'insights-app-celery-general': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-general', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'celery'}}, 'insights-app-celery-daily-sync': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-daily-sync', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'daily-sync', 'CURRENT_CELERY_QUEUE': 'daily-sync'}}, 'insights-app-celery-image-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-image-generation', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'image-generation'}}, 'insights-app-celery-data-pipeline': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-data-pipeline', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'data-pipeline', 'CURRENT_CELERY_QUEUE': 'data-pipeline'}}, 'insights-app-celery-copilot': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-copilot', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'copilot-queue', 'CURRENT_CELERY_QUEUE': 'copilot-queue'}}, 'insights-app-celery-brand': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-brand', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'brand-queue'}}, 'insights-app-celery-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-generation', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'generation'}}, 'insights-app-celery-beat': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-celery-flower': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-temporal-01': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-01', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-pipeline', 'TEMPORAL_ADDRESS': 'us-west1.gcp.api.temporal.io:7233', 'TEMPORAL_NAMESPACE': 'quickstart-prabhatg-c1361fd2.ughm0'}}, 'insights-app-temporal-02': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-02', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-background', 'TEMPORAL_ADDRESS': 'us-west1.gcp.api.temporal.io:7233', 'TEMPORAL_NAMESPACE': 'quickstart-prabhatg-c1361fd2.ughm0'}}}, 'services-dev': {'insights-app-backend': {'team': 'central', 'dockerfile': 'Dockerfile', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-api'}}, 'insights-app-celery-general': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-general', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'celery'}}, 'insights-app-celery-daily-sync': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-daily-sync', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'daily-sync', 'CURRENT_CELERY_QUEUE': 'daily-sync'}}, 'insights-app-celery-image-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-image-generation', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'image-generation'}}, 'insights-app-celery-data-pipeline': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-data-pipeline', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'data-pipeline', 'CURRENT_CELERY_QUEUE': 'data-pipeline'}}, 'insights-app-celery-copilot': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-copilot', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'copilot-queue', 'CURRENT_CELERY_QUEUE': 'copilot-queue'}}, 'insights-app-celery-brand': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-brand', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'brand-queue'}}, 'insights-app-celery-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-generation', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'generation'}}, 'insights-app-celery-beat': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-celery-flower': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-temporal-01': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-01', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-pipeline', 'TEMPORAL_ADDRESS': 'us-west1.gcp.api.temporal.io:7233', 'TEMPORAL_NAMESPACE': 'quickstart-prabhatg-c1361fd2.ughm0'}}, 'insights-app-temporal-02': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-02', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-background', 'TEMPORAL_ADDRESS': 'us-west1.gcp.api.temporal.io:7233', 'TEMPORAL_NAMESPACE': 'quickstart-prabhatg-c1361fd2.ughm0'}}}, 'services-ftr': {'insights-app-backend': {'team': 'central', 'dockerfile': 'Dockerfile', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-api'}}, 'insights-app-celery-general': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-general', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'celery'}}, 'insights-app-celery-daily-sync': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-daily-sync', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'daily-sync', 'CURRENT_CELERY_QUEUE': 'daily-sync'}}, 'insights-app-celery-image-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-image-generation', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'image-generation'}}, 'insights-app-celery-data-pipeline': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-data-pipeline', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'data-pipeline', 'CURRENT_CELERY_QUEUE': 'data-pipeline'}}, 'insights-app-celery-copilot': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-copilot', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'copilot-queue', 'CURRENT_CELERY_QUEUE': 'copilot-queue'}}, 'insights-app-celery-brand': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-brand', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'brand-queue'}}, 'insights-app-celery-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-generation', 'CELERY_WORKER_CONCURRENCY': 5, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'generation'}}, 'insights-app-celery-beat': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-celery-flower': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-temporal-01': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-01', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-pipeline', 'TEMPORAL_ADDRESS': 'us-west1.gcp.api.temporal.io:7233', 'TEMPORAL_NAMESPACE': 'ftr.ughm0'}}, 'insights-app-temporal-02': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-02', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-background', 'TEMPORAL_ADDRESS': 'us-west1.gcp.api.temporal.io:7233', 'TEMPORAL_NAMESPACE': 'ftr.ughm0'}}}, 'services-prd': {'insights-app-backend': {'team': 'central', 'dockerfile': 'Dockerfile', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-api'}}, 'insights-app-celery-general': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-general', 'CELERY_WORKER_CONCURRENCY': 20, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'celery'}}, 'insights-app-celery-daily-sync': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-daily-sync', 'CELERY_WORKER_CONCURRENCY': 20, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'daily-sync', 'CURRENT_CELERY_QUEUE': 'daily-sync'}}, 'insights-app-celery-image-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-image-generation', 'CELERY_WORKER_CONCURRENCY': 10, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'image-generation'}}, 'insights-app-celery-data-pipeline': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-data-pipeline', 'CELERY_WORKER_CONCURRENCY': 10, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'data-pipeline', 'CURRENT_CELERY_QUEUE': 'data-pipeline'}}, 'insights-app-celery-copilot': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-copilot', 'CELERY_WORKER_CONCURRENCY': 10, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'copilot-queue', 'CURRENT_CELERY_QUEUE': 'copilot-queue'}}, 'insights-app-celery-brand': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-brand', 'CELERY_WORKER_CONCURRENCY': 20, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'brand-queue'}}, 'insights-app-celery-generation': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-celery-generation', 'CELERY_WORKER_CONCURRENCY': 20, 'CELERY_WORKER_PREFETCH_MULTIPLIER': 1, 'CELERY_WORKER_QUEUES': 'generation'}}, 'insights-app-celery-beat': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-celery-flower': {'team': 'central', 'dockerfile': 'Dockerfile-celery'}, 'insights-app-temporal-01': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-01', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-pipeline'}}, 'insights-app-temporal-02': {'team': 'central', 'dockerfile': 'Dockerfile-celery', 'extra_config': {'ASSET_CONFIG_DATABASE_APPLICATION_NAME': 'crux-temporal-02', 'TEMPORAL_PROFILE': 'cloud', 'LABEL_V2_TASK_QUEUE': 'label-v2-background'}}}} [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build docker image) [Pipeline] script [Pipeline] { [Pipeline] sh + python3 python_scripts/stage_2_build_docker.py #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 1.67kB done #1 DONE 0.0s #2 resolve image config for docker-image://docker.io/docker/dockerfile:1 #2 DONE 0.1s #3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769 #3 resolve docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769 0.0s done #3 CACHED #4 [internal] load metadata for public.ecr.aws/docker/library/python:3.12-slim #4 DONE 0.1s #5 [internal] load .dockerignore #5 transferring context: 2.16kB done #5 DONE 0.0s #6 [builder 1/5] FROM public.ecr.aws/docker/library/python:3.12-slim@sha256:46cb7cc2877e60fbd5e21a9ae6115c30ace7a077b9f8772da879e4590c18c2e3 #6 resolve public.ecr.aws/docker/library/python:3.12-slim@sha256:46cb7cc2877e60fbd5e21a9ae6115c30ace7a077b9f8772da879e4590c18c2e3 0.0s done #6 DONE 0.0s #7 [internal] load build context #7 transferring context: 148.28kB 0.0s done #7 DONE 0.1s #8 [stage-1 2/6] RUN apt-get update && apt-get install -y --no-install-recommends libgl1 libglib2.0-0 libsm6 libxext6 libxrender1 curl jq ffmpeg nginx supervisor tesseract-ocr && rm -rf /var/lib/apt/lists/* #8 CACHED #9 [builder 2/5] RUN apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev python3-dev && rm -rf /var/lib/apt/lists/* #9 CACHED #10 [stage-1 3/6] COPY --from=builder /install /usr/local #10 CACHED #11 [builder 3/5] WORKDIR /app #11 CACHED #12 [builder 5/5] RUN pip install --no-cache-dir --prefix=/install -r requirements.txt #12 CACHED #13 [builder 4/5] COPY requirements.txt . #13 CACHED #14 [stage-1 4/6] WORKDIR /app #14 CACHED #15 [stage-1 5/6] COPY . . #15 DONE 0.1s #16 [stage-1 6/6] RUN chmod +x /app/deploy/cicd/entrypoint.sh #16 DONE 0.3s #17 exporting to image #17 exporting layers #17 exporting layers 0.7s done #17 exporting manifest sha256:00d6d36ef8b5530d21c0d2c21644be469c81d9cea6867268ba121385ad42ce43 done #17 exporting config sha256:e740407c3d3eb2766adc72167dfcdbedb572b388a8f060597fb984514bc2629d done #17 exporting attestation manifest sha256:85f858be26dbbfdd78ae7ad560005f273e32f92d1f582fb563f49c975bf69c72 0.0s done #17 exporting manifest list sha256:61193f92c8dbd2de2b36ee68036c54183e7eb29d67fcfbff1a53732beec0ce0f done #17 naming to us-east4-docker.pkg.dev/infra-devops-488018/dev-app/crux-ferrous-insights-app:8e56e6fd130565dd0ba80e608e493ae1ef20d5f4_Dockerfile done #17 unpacking to us-east4-docker.pkg.dev/infra-devops-488018/dev-app/crux-ferrous-insights-app:8e56e6fd130565dd0ba80e608e493ae1ef20d5f4_Dockerfile #17 unpacking to us-east4-docker.pkg.dev/infra-devops-488018/dev-app/crux-ferrous-insights-app:8e56e6fd130565dd0ba80e608e493ae1ef20d5f4_Dockerfile 0.2s done #17 DONE 1.0s #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile-celery #1 transferring dockerfile: 1.32kB done #1 DONE 0.0s #2 resolve image config for docker-image://docker.io/docker/dockerfile:1 #2 DONE 0.1s #3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769 #3 resolve docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769 0.0s done #3 CACHED #4 [internal] load metadata for public.ecr.aws/docker/library/python:3.12-slim #4 DONE 0.1s #5 [internal] load .dockerignore #5 transferring context: 2.16kB done #5 DONE 0.0s #6 [internal] load build context #6 DONE 0.0s #7 [builder 1/5] FROM public.ecr.aws/docker/library/python:3.12-slim@sha256:46cb7cc2877e60fbd5e21a9ae6115c30ace7a077b9f8772da879e4590c18c2e3 #7 resolve public.ecr.aws/docker/library/python:3.12-slim@sha256:46cb7cc2877e60fbd5e21a9ae6115c30ace7a077b9f8772da879e4590c18c2e3 0.0s done #7 DONE 0.0s #6 [internal] load build context #6 transferring context: 80.02kB 0.0s done #6 DONE 0.1s #8 [builder 3/5] WORKDIR /app #8 CACHED #9 [builder 5/5] RUN pip install --no-cache-dir --prefix=/install -r requirements.txt #9 CACHED #10 [stage-1 3/6] COPY --from=builder /install /usr/local #10 CACHED #11 [stage-1 2/6] RUN apt-get update && apt-get install -y --no-install-recommends libgl1 libglib2.0-0 libsm6 libxext6 libxrender1 curl jq ffmpeg cron tesseract-ocr && rm -rf /var/lib/apt/lists/* #11 CACHED #12 [builder 4/5] COPY requirements.txt . #12 CACHED #13 [builder 2/5] RUN apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev python3-dev && rm -rf /var/lib/apt/lists/* #13 CACHED #14 [stage-1 4/6] WORKDIR /app #14 CACHED #15 [stage-1 5/6] COPY . . #15 DONE 1.8s #16 [stage-1 6/6] RUN chmod +x /app/deploy/cicd/entrypoint-celery.sh #16 DONE 0.2s #17 exporting to image #17 exporting layers #17 exporting layers 0.7s done #17 exporting manifest sha256:a21d621496fa241398c77d6d1bda04e6c5b2d35f5ed29cc9e8e6510d46b0e940 done #17 exporting config sha256:a529b8748e60a8fe4a85847963e8168e5f18499bb733d75ec0426e5a566a406b done #17 exporting attestation manifest sha256:68f595fcacd0357f0b5993b567af42930ac726f937a56c01ad4acd0d2aa823c4 0.0s done #17 exporting manifest list sha256:632c4137a2847d6e8ba93655912586ba35729b79ac987653aac2ec2fddea50aa done #17 naming to us-east4-docker.pkg.dev/infra-devops-488018/dev-app/crux-ferrous-insights-app:8e56e6fd130565dd0ba80e608e493ae1ef20d5f4_Dockerfile-celery done #17 unpacking to us-east4-docker.pkg.dev/infra-devops-488018/dev-app/crux-ferrous-insights-app:8e56e6fd130565dd0ba80e608e493ae1ef20d5f4_Dockerfile-celery #17 unpacking to us-east4-docker.pkg.dev/infra-devops-488018/dev-app/crux-ferrous-insights-app:8e56e6fd130565dd0ba80e608e493ae1ef20d5f4_Dockerfile-celery 0.2s done #17 DONE 1.0s [Pipeline] echo Parsed options: [insights-app-backend, insights-app-celery-general, insights-app-celery-daily-sync, insights-app-celery-image-generation, insights-app-celery-data-pipeline, insights-app-celery-copilot, insights-app-celery-brand, insights-app-celery-generation, insights-app-celery-beat, insights-app-celery-flower, insights-app-temporal-01, insights-app-temporal-02] [Pipeline] echo Non-production environment (dev): deploying all applications [Pipeline] echo Final selected options: [insights-app-backend, insights-app-celery-general, insights-app-celery-daily-sync, insights-app-celery-image-generation, insights-app-celery-data-pipeline, insights-app-celery-copilot, insights-app-celery-brand, insights-app-celery-generation, insights-app-celery-beat, insights-app-celery-flower, insights-app-temporal-01, insights-app-temporal-02] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Update Helm Values) [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GITHUB_ACCESS_TOKEN or $ARGOCD_AUTH_TOKEN [Pipeline] { [Pipeline] sh + python3 python_scripts/stage_4_update_values.py --github-app 2946406 --github-token **** --selected-options insights-app-backend,insights-app-celery-general,insights-app-celery-daily-sync,insights-app-celery-image-generation,insights-app-celery-data-pipeline,insights-app-celery-copilot,insights-app-celery-brand,insights-app-celery-generation,insights-app-celery-beat,insights-app-celery-flower,insights-app-temporal-01,insights-app-temporal-02 --argocd-token **** Using env-specific services: services-dev Selected Groups: set() Selected Apps: {'insights-app-celery-beat', 'insights-app-celery-general', 'insights-app-celery-brand', 'insights-app-temporal-02', 'insights-app-celery-daily-sync', 'insights-app-celery-data-pipeline', 'insights-app-celery-copilot', 'insights-app-celery-flower', 'insights-app-celery-generation', 'insights-app-celery-image-generation', 'insights-app-temporal-01', 'insights-app-backend'} Finally Selected apps: {'insights-app-celery-beat', 'insights-app-celery-general', 'insights-app-celery-brand', 'insights-app-temporal-02', 'insights-app-celery-daily-sync', 'insights-app-celery-data-pipeline', 'insights-app-celery-copilot', 'insights-app-celery-flower', 'insights-app-celery-generation', 'insights-app-celery-image-generation', 'insights-app-temporal-01', 'insights-app-backend'} values/dev/central/insights-app-backend/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-backend/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-backend/values.yaml values/dev/central/insights-app-celery-general/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-general/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-general/values.yaml values/dev/central/insights-app-celery-daily-sync/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-daily-sync/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-daily-sync/values.yaml values/dev/central/insights-app-celery-image-generation/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-image-generation/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-image-generation/values.yaml values/dev/central/insights-app-celery-data-pipeline/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-data-pipeline/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-data-pipeline/values.yaml values/dev/central/insights-app-celery-copilot/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-copilot/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-copilot/values.yaml values/dev/central/insights-app-celery-brand/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-brand/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-brand/values.yaml values/dev/central/insights-app-celery-generation/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-generation/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-generation/values.yaml values/dev/central/insights-app-celery-beat/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-beat/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-beat/values.yaml values/dev/central/insights-app-celery-flower/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-celery-flower/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-celery-flower/values.yaml values/dev/central/insights-app-temporal-01/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-temporal-01/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-temporal-01/values.yaml values/dev/central/insights-app-temporal-02/values.yaml getcrux-helm https://github.com/Crux-Labs/getcrux-helm.git values/dev/central/insights-app-temporal-02/values.yaml main File updated successfully on GitHub: values/dev/central/insights-app-temporal-02/values.yaml [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Perform helm install/upgrade) [Pipeline] script [Pipeline] { [Pipeline] sh + rm -rf getcrux-helm [Pipeline] withCredentials Masking supported pattern matches of $ARGOCD_AUTH_TOKEN [Pipeline] { [Pipeline] sh + gcloud container clusters get-credentials crux-cluster-e66cb76 --region us-east4 Fetching cluster endpoint and auth data. CRITICAL: ACTION REQUIRED: gke-gcloud-auth-plugin, which is needed for continued use of kubectl, was not found or is not executable. Install gke-gcloud-auth-plugin for use with kubectl by following https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin kubeconfig entry generated for crux-cluster-e66cb76. + python3 python_scripts/stage_5_helm_apply.py --selected-options insights-app-backend,insights-app-celery-general,insights-app-celery-daily-sync,insights-app-celery-image-generation,insights-app-celery-data-pipeline,insights-app-celery-copilot,insights-app-celery-brand,insights-app-celery-generation,insights-app-celery-beat,insights-app-celery-flower,insights-app-temporal-01,insights-app-temporal-02 --argocd-token **** Using env-specific services: services-dev Selected Groups: set() Selected Apps: {'insights-app-celery-general', 'insights-app-celery-brand', 'insights-app-celery-flower', 'insights-app-celery-copilot', 'insights-app-celery-generation', 'insights-app-celery-beat', 'insights-app-backend', 'insights-app-temporal-01', 'insights-app-celery-image-generation', 'insights-app-celery-daily-sync', 'insights-app-celery-data-pipeline', 'insights-app-temporal-02'} Finally Selected apps: {'insights-app-celery-general', 'insights-app-celery-brand', 'insights-app-celery-flower', 'insights-app-celery-copilot', 'insights-app-celery-generation', 'insights-app-celery-beat', 'insights-app-backend', 'insights-app-temporal-01', 'insights-app-celery-image-generation', 'insights-app-celery-daily-sync', 'insights-app-celery-data-pipeline', 'insights-app-temporal-02'} Apps to sync: ['dev-insights-app-backend', 'dev-insights-app-celery-general', 'dev-insights-app-celery-daily-sync', 'dev-insights-app-celery-image-generation', 'dev-insights-app-celery-data-pipeline', 'dev-insights-app-celery-copilot', 'dev-insights-app-celery-brand', 'dev-insights-app-celery-generation', 'dev-insights-app-celery-beat', 'dev-insights-app-celery-flower', 'dev-insights-app-temporal-01', 'dev-insights-app-temporal-02'] [dev-insights-app-backend] Starting sync [dev-insights-app-backend] Could not find initial refresh time for dev-insights-app-backend-common-secrets: Skipping secret updation. [dev-insights-app-backend] Could not find initial refresh time for dev-insights-app-backend-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-backend Refreshed Argo CD application: dev-insights-app-backend Running Argo CD sync for application: dev-insights-app-backend TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:10+00:00 external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-secrets OutOfSync Healthy 2026-04-30T06:53:10+00:00 keda.sh ScaledObject dev-insights-app-backend keda-dev-insights-app-backend OutOfSync Healthy 2026-04-30T06:53:10+00:00 policy PodDisruptionBudget dev-insights-app-backend dev-insights-app-backend OutOfSync Healthy 2026-04-30T06:53:10+00:00 ConfigMap dev-insights-app-backend dev-insights-app-backend-pgbouncer OutOfSync 2026-04-30T06:53:10+00:00 Service dev-insights-app-backend dev-insights-app-backend OutOfSync Healthy 2026-04-30T06:53:10+00:00 ServiceAccount dev-insights-app-backend dev-insights-app-backend OutOfSync 2026-04-30T06:53:10+00:00 apps Deployment dev-insights-app-backend dev-insights-app-backend OutOfSync Healthy 2026-04-30T06:53:10+00:00 external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-common-secrets OutOfSync Healthy 2026-04-30T06:53:11+00:00 policy PodDisruptionBudget dev-insights-app-backend dev-insights-app-backend Synced Healthy 2026-04-30T06:53:11+00:00 ServiceAccount dev-insights-app-backend dev-insights-app-backend Synced 2026-04-30T06:53:11+00:00 ConfigMap dev-insights-app-backend dev-insights-app-backend-pgbouncer Synced 2026-04-30T06:53:12+00:00 Service dev-insights-app-backend dev-insights-app-backend Synced Healthy 2026-04-30T06:53:12+00:00 apps Deployment dev-insights-app-backend dev-insights-app-backend Synced Progressing 2026-04-30T06:53:12+00:00 Service dev-insights-app-backend dev-insights-app-backend Synced Healthy service/dev-insights-app-backend configured 2026-04-30T06:53:12+00:00 apps Deployment dev-insights-app-backend dev-insights-app-backend Synced Progressing deployment.apps/dev-insights-app-backend configured 2026-04-30T06:53:12+00:00 external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-backend-common-secrets configured 2026-04-30T06:53:12+00:00 external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-backend-secrets configured 2026-04-30T06:53:12+00:00 keda.sh ScaledObject dev-insights-app-backend keda-dev-insights-app-backend OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-backend configured 2026-04-30T06:53:12+00:00 policy PodDisruptionBudget dev-insights-app-backend dev-insights-app-backend Synced Healthy poddisruptionbudget.policy/dev-insights-app-backend configured 2026-04-30T06:53:12+00:00 ServiceAccount dev-insights-app-backend dev-insights-app-backend Synced serviceaccount/dev-insights-app-backend configured 2026-04-30T06:53:12+00:00 ConfigMap dev-insights-app-backend dev-insights-app-backend-pgbouncer Synced configmap/dev-insights-app-backend-pgbouncer configured 2026-04-30T06:53:12+00:00 external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-backend-common-secrets configured 2026-04-30T06:53:12+00:00 external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-backend-secrets configured Name: argocd/dev-insights-app-backend Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-backend URL: https://argocd.getcrux.org/applications/dev-insights-app-backend Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-backend/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:10 +0000 UTC Finished: 2026-04-30 06:53:12 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-backend dev-insights-app-backend Synced Healthy poddisruptionbudget.policy/dev-insights-app-backend configured ServiceAccount dev-insights-app-backend dev-insights-app-backend Synced serviceaccount/dev-insights-app-backend configured ConfigMap dev-insights-app-backend dev-insights-app-backend-pgbouncer Synced configmap/dev-insights-app-backend-pgbouncer configured Service dev-insights-app-backend dev-insights-app-backend Synced Healthy service/dev-insights-app-backend configured apps Deployment dev-insights-app-backend dev-insights-app-backend Synced Progressing deployment.apps/dev-insights-app-backend configured external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-backend-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-backend dev-insights-app-backend-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-backend-secrets configured keda.sh ScaledObject dev-insights-app-backend keda-dev-insights-app-backend Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-backend configured [dev-insights-app-backend] Sync completed successfully [dev-insights-app-celery-general] Starting sync [dev-insights-app-celery-general] Could not find initial refresh time for dev-insights-app-celery-general-common-secrets: Skipping secret updation. [dev-insights-app-celery-general] Could not find initial refresh time for dev-insights-app-celery-general-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-general Refreshed Argo CD application: dev-insights-app-celery-general Running Argo CD sync for application: dev-insights-app-celery-general TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:14+00:00 keda.sh ScaledObject dev-insights-app-celery-general keda-dev-insights-app-celery-general OutOfSync Healthy 2026-04-30T06:53:14+00:00 policy PodDisruptionBudget dev-insights-app-celery-general dev-insights-app-celery-general OutOfSync Healthy 2026-04-30T06:53:14+00:00 ConfigMap dev-insights-app-celery-general dev-insights-app-celery-general-pgbouncer OutOfSync 2026-04-30T06:53:14+00:00 Service dev-insights-app-celery-general dev-insights-app-celery-general OutOfSync Healthy 2026-04-30T06:53:14+00:00 ServiceAccount dev-insights-app-celery-general dev-insights-app-celery-general OutOfSync 2026-04-30T06:53:14+00:00 apps Deployment dev-insights-app-celery-general dev-insights-app-celery-general OutOfSync Healthy 2026-04-30T06:53:14+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-common-secrets OutOfSync Healthy 2026-04-30T06:53:14+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-secrets OutOfSync Healthy 2026-04-30T06:53:16+00:00 policy PodDisruptionBudget dev-insights-app-celery-general dev-insights-app-celery-general Synced Healthy 2026-04-30T06:53:16+00:00 ServiceAccount dev-insights-app-celery-general dev-insights-app-celery-general Synced 2026-04-30T06:53:16+00:00 ConfigMap dev-insights-app-celery-general dev-insights-app-celery-general-pgbouncer Synced 2026-04-30T06:53:16+00:00 Service dev-insights-app-celery-general dev-insights-app-celery-general Synced Healthy 2026-04-30T06:53:16+00:00 apps Deployment dev-insights-app-celery-general dev-insights-app-celery-general Synced Progressing 2026-04-30T06:53:16+00:00 ServiceAccount dev-insights-app-celery-general dev-insights-app-celery-general Synced serviceaccount/dev-insights-app-celery-general configured 2026-04-30T06:53:16+00:00 ConfigMap dev-insights-app-celery-general dev-insights-app-celery-general-pgbouncer Synced configmap/dev-insights-app-celery-general-pgbouncer configured 2026-04-30T06:53:16+00:00 Service dev-insights-app-celery-general dev-insights-app-celery-general Synced Healthy service/dev-insights-app-celery-general configured 2026-04-30T06:53:16+00:00 apps Deployment dev-insights-app-celery-general dev-insights-app-celery-general Synced Progressing deployment.apps/dev-insights-app-celery-general configured 2026-04-30T06:53:16+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-general-common-secrets configured 2026-04-30T06:53:16+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-general-secrets configured 2026-04-30T06:53:16+00:00 keda.sh ScaledObject dev-insights-app-celery-general keda-dev-insights-app-celery-general OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-general configured 2026-04-30T06:53:16+00:00 policy PodDisruptionBudget dev-insights-app-celery-general dev-insights-app-celery-general Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-general configured 2026-04-30T06:53:16+00:00 keda.sh ScaledObject dev-insights-app-celery-general keda-dev-insights-app-celery-general Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-general configured 2026-04-30T06:53:16+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-general-common-secrets configured 2026-04-30T06:53:16+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-general-secrets configured Name: argocd/dev-insights-app-celery-general Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-general URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-general Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-general/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:14 +0000 UTC Finished: 2026-04-30 06:53:16 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-general dev-insights-app-celery-general Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-general configured ServiceAccount dev-insights-app-celery-general dev-insights-app-celery-general Synced serviceaccount/dev-insights-app-celery-general configured ConfigMap dev-insights-app-celery-general dev-insights-app-celery-general-pgbouncer Synced configmap/dev-insights-app-celery-general-pgbouncer configured Service dev-insights-app-celery-general dev-insights-app-celery-general Synced Healthy service/dev-insights-app-celery-general configured apps Deployment dev-insights-app-celery-general dev-insights-app-celery-general Synced Progressing deployment.apps/dev-insights-app-celery-general configured external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-general-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-general dev-insights-app-celery-general-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-general-secrets configured keda.sh ScaledObject dev-insights-app-celery-general keda-dev-insights-app-celery-general Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-general configured [dev-insights-app-celery-general] Sync completed successfully [dev-insights-app-celery-daily-sync] Starting sync [dev-insights-app-celery-daily-sync] Could not find initial refresh time for dev-insights-app-celery-daily-sync-common-secrets: Skipping secret updation. [dev-insights-app-celery-daily-sync] Could not find initial refresh time for dev-insights-app-celery-daily-sync-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-daily-sync Refreshed Argo CD application: dev-insights-app-celery-daily-sync Running Argo CD sync for application: dev-insights-app-celery-daily-sync TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:18+00:00 policy PodDisruptionBudget dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync OutOfSync Healthy 2026-04-30T06:53:18+00:00 ConfigMap dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-pgbouncer OutOfSync 2026-04-30T06:53:18+00:00 Service dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync OutOfSync Healthy 2026-04-30T06:53:18+00:00 ServiceAccount dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync OutOfSync 2026-04-30T06:53:18+00:00 apps Deployment dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync OutOfSync Healthy 2026-04-30T06:53:18+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-common-secrets OutOfSync Healthy 2026-04-30T06:53:18+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-secrets OutOfSync Healthy 2026-04-30T06:53:18+00:00 keda.sh ScaledObject dev-insights-app-celery-daily-sync keda-dev-insights-app-celery-daily-sync OutOfSync Healthy 2026-04-30T06:53:20+00:00 policy PodDisruptionBudget dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Healthy 2026-04-30T06:53:20+00:00 ServiceAccount dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced 2026-04-30T06:53:20+00:00 ConfigMap dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-pgbouncer Synced 2026-04-30T06:53:20+00:00 apps Deployment dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Progressing 2026-04-30T06:53:20+00:00 Service dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Healthy 2026-04-30T06:53:20+00:00 apps Deployment dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Progressing deployment.apps/dev-insights-app-celery-daily-sync configured 2026-04-30T06:53:20+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-daily-sync-common-secrets configured 2026-04-30T06:53:20+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-daily-sync-secrets configured 2026-04-30T06:53:20+00:00 keda.sh ScaledObject dev-insights-app-celery-daily-sync keda-dev-insights-app-celery-daily-sync OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-daily-sync configured 2026-04-30T06:53:20+00:00 policy PodDisruptionBudget dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-daily-sync configured 2026-04-30T06:53:20+00:00 ServiceAccount dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced serviceaccount/dev-insights-app-celery-daily-sync configured 2026-04-30T06:53:20+00:00 ConfigMap dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-pgbouncer Synced configmap/dev-insights-app-celery-daily-sync-pgbouncer configured 2026-04-30T06:53:20+00:00 Service dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Healthy service/dev-insights-app-celery-daily-sync configured 2026-04-30T06:53:20+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-daily-sync-common-secrets configured 2026-04-30T06:53:20+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-daily-sync-secrets configured Name: argocd/dev-insights-app-celery-daily-sync Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-daily-sync URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-daily-sync Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-daily-sync/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:18 +0000 UTC Finished: 2026-04-30 06:53:20 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-daily-sync configured ServiceAccount dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced serviceaccount/dev-insights-app-celery-daily-sync configured ConfigMap dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-pgbouncer Synced configmap/dev-insights-app-celery-daily-sync-pgbouncer configured Service dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Healthy service/dev-insights-app-celery-daily-sync configured apps Deployment dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync Synced Progressing deployment.apps/dev-insights-app-celery-daily-sync configured external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-daily-sync-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-daily-sync dev-insights-app-celery-daily-sync-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-daily-sync-secrets configured keda.sh ScaledObject dev-insights-app-celery-daily-sync keda-dev-insights-app-celery-daily-sync Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-daily-sync configured [dev-insights-app-celery-daily-sync] Sync completed successfully [dev-insights-app-celery-image-generation] Starting sync [dev-insights-app-celery-image-generation] Could not find initial refresh time for dev-insights-app-celery-image-generation-common-secrets: Skipping secret updation. [dev-insights-app-celery-image-generation] Could not find initial refresh time for dev-insights-app-celery-image-generation-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-image-generation Refreshed Argo CD application: dev-insights-app-celery-image-generation Running Argo CD sync for application: dev-insights-app-celery-image-generation TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:23+00:00 policy PodDisruptionBudget dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation OutOfSync Healthy 2026-04-30T06:53:23+00:00 ConfigMap dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-pgbouncer OutOfSync 2026-04-30T06:53:23+00:00 Service dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation OutOfSync Healthy 2026-04-30T06:53:23+00:00 ServiceAccount dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation OutOfSync 2026-04-30T06:53:23+00:00 apps Deployment dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation OutOfSync Healthy 2026-04-30T06:53:23+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-common-secrets OutOfSync Healthy 2026-04-30T06:53:23+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-secrets OutOfSync Healthy 2026-04-30T06:53:23+00:00 keda.sh ScaledObject dev-insights-app-celery-image-generation keda-dev-insights-app-celery-image-generation OutOfSync Healthy 2026-04-30T06:53:24+00:00 policy PodDisruptionBudget dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Healthy 2026-04-30T06:53:24+00:00 ServiceAccount dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced 2026-04-30T06:53:24+00:00 ConfigMap dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-pgbouncer Synced 2026-04-30T06:53:24+00:00 Service dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Healthy 2026-04-30T06:53:24+00:00 apps Deployment dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation OutOfSync Progressing 2026-04-30T06:53:24+00:00 apps Deployment dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Progressing 2026-04-30T06:53:24+00:00 Service dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Healthy service/dev-insights-app-celery-image-generation configured 2026-04-30T06:53:24+00:00 apps Deployment dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Progressing deployment.apps/dev-insights-app-celery-image-generation configured 2026-04-30T06:53:24+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-image-generation-common-secrets configured 2026-04-30T06:53:24+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-image-generation-secrets configured 2026-04-30T06:53:24+00:00 keda.sh ScaledObject dev-insights-app-celery-image-generation keda-dev-insights-app-celery-image-generation OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-image-generation configured 2026-04-30T06:53:24+00:00 policy PodDisruptionBudget dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-image-generation configured 2026-04-30T06:53:24+00:00 ServiceAccount dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced serviceaccount/dev-insights-app-celery-image-generation configured 2026-04-30T06:53:24+00:00 ConfigMap dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-pgbouncer Synced configmap/dev-insights-app-celery-image-generation-pgbouncer configured 2026-04-30T06:53:25+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-image-generation-common-secrets configured 2026-04-30T06:53:25+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-image-generation-secrets configured 2026-04-30T06:53:25+00:00 keda.sh ScaledObject dev-insights-app-celery-image-generation keda-dev-insights-app-celery-image-generation Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-image-generation configured Name: argocd/dev-insights-app-celery-image-generation Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-image-generation URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-image-generation Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-image-generation/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:22 +0000 UTC Finished: 2026-04-30 06:53:24 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-image-generation configured ServiceAccount dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced serviceaccount/dev-insights-app-celery-image-generation configured ConfigMap dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-pgbouncer Synced configmap/dev-insights-app-celery-image-generation-pgbouncer configured Service dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Healthy service/dev-insights-app-celery-image-generation configured apps Deployment dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation Synced Progressing deployment.apps/dev-insights-app-celery-image-generation configured external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-image-generation-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-image-generation dev-insights-app-celery-image-generation-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-image-generation-secrets configured keda.sh ScaledObject dev-insights-app-celery-image-generation keda-dev-insights-app-celery-image-generation Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-image-generation configured [dev-insights-app-celery-image-generation] Sync completed successfully [dev-insights-app-celery-data-pipeline] Starting sync [dev-insights-app-celery-data-pipeline] Could not find initial refresh time for dev-insights-app-celery-data-pipeline-common-secrets: Skipping secret updation. [dev-insights-app-celery-data-pipeline] Could not find initial refresh time for dev-insights-app-celery-data-pipeline-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-data-pipeline Refreshed Argo CD application: dev-insights-app-celery-data-pipeline Running Argo CD sync for application: dev-insights-app-celery-data-pipeline TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:27+00:00 Service dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline OutOfSync Healthy 2026-04-30T06:53:27+00:00 ServiceAccount dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline OutOfSync 2026-04-30T06:53:27+00:00 apps Deployment dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline OutOfSync Healthy 2026-04-30T06:53:27+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-common-secrets OutOfSync Healthy 2026-04-30T06:53:27+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-secrets OutOfSync Healthy 2026-04-30T06:53:27+00:00 keda.sh ScaledObject dev-insights-app-celery-data-pipeline keda-dev-insights-app-celery-data-pipeline OutOfSync Healthy 2026-04-30T06:53:27+00:00 policy PodDisruptionBudget dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline OutOfSync Healthy 2026-04-30T06:53:27+00:00 ConfigMap dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-pgbouncer OutOfSync 2026-04-30T06:53:29+00:00 policy PodDisruptionBudget dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Healthy 2026-04-30T06:53:29+00:00 ServiceAccount dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced 2026-04-30T06:53:29+00:00 ConfigMap dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-pgbouncer Synced 2026-04-30T06:53:29+00:00 Service dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Healthy 2026-04-30T06:53:29+00:00 apps Deployment dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Progressing 2026-04-30T06:53:29+00:00 apps Deployment dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Progressing deployment.apps/dev-insights-app-celery-data-pipeline configured 2026-04-30T06:53:29+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-data-pipeline-common-secrets configured 2026-04-30T06:53:29+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-data-pipeline-secrets configured 2026-04-30T06:53:29+00:00 keda.sh ScaledObject dev-insights-app-celery-data-pipeline keda-dev-insights-app-celery-data-pipeline OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-data-pipeline configured 2026-04-30T06:53:29+00:00 policy PodDisruptionBudget dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-data-pipeline configured 2026-04-30T06:53:29+00:00 ServiceAccount dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced serviceaccount/dev-insights-app-celery-data-pipeline configured 2026-04-30T06:53:29+00:00 ConfigMap dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-pgbouncer Synced configmap/dev-insights-app-celery-data-pipeline-pgbouncer configured 2026-04-30T06:53:29+00:00 Service dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Healthy service/dev-insights-app-celery-data-pipeline configured 2026-04-30T06:53:29+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-data-pipeline-common-secrets configured 2026-04-30T06:53:29+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-data-pipeline-secrets configured Name: argocd/dev-insights-app-celery-data-pipeline Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-data-pipeline URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-data-pipeline Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-data-pipeline/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:27 +0000 UTC Finished: 2026-04-30 06:53:29 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-data-pipeline configured ServiceAccount dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced serviceaccount/dev-insights-app-celery-data-pipeline configured ConfigMap dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-pgbouncer Synced configmap/dev-insights-app-celery-data-pipeline-pgbouncer configured Service dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Healthy service/dev-insights-app-celery-data-pipeline configured apps Deployment dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline Synced Progressing deployment.apps/dev-insights-app-celery-data-pipeline configured external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-data-pipeline-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-data-pipeline dev-insights-app-celery-data-pipeline-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-data-pipeline-secrets configured keda.sh ScaledObject dev-insights-app-celery-data-pipeline keda-dev-insights-app-celery-data-pipeline Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-data-pipeline configured [dev-insights-app-celery-data-pipeline] Sync completed successfully [dev-insights-app-celery-copilot] Starting sync [dev-insights-app-celery-copilot] Could not find initial refresh time for dev-insights-app-celery-copilot-common-secrets: Skipping secret updation. [dev-insights-app-celery-copilot] Could not find initial refresh time for dev-insights-app-celery-copilot-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-copilot Refreshed Argo CD application: dev-insights-app-celery-copilot Running Argo CD sync for application: dev-insights-app-celery-copilot TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:31+00:00 ServiceAccount dev-insights-app-celery-copilot dev-insights-app-celery-copilot OutOfSync 2026-04-30T06:53:31+00:00 apps Deployment dev-insights-app-celery-copilot dev-insights-app-celery-copilot OutOfSync Healthy 2026-04-30T06:53:31+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-common-secrets OutOfSync Healthy 2026-04-30T06:53:31+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-secrets OutOfSync Healthy 2026-04-30T06:53:31+00:00 keda.sh ScaledObject dev-insights-app-celery-copilot keda-dev-insights-app-celery-copilot OutOfSync Healthy 2026-04-30T06:53:31+00:00 policy PodDisruptionBudget dev-insights-app-celery-copilot dev-insights-app-celery-copilot OutOfSync Healthy 2026-04-30T06:53:31+00:00 ConfigMap dev-insights-app-celery-copilot dev-insights-app-celery-copilot-pgbouncer OutOfSync 2026-04-30T06:53:31+00:00 Service dev-insights-app-celery-copilot dev-insights-app-celery-copilot OutOfSync Healthy 2026-04-30T06:53:33+00:00 policy PodDisruptionBudget dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Healthy 2026-04-30T06:53:33+00:00 ServiceAccount dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced 2026-04-30T06:53:33+00:00 ConfigMap dev-insights-app-celery-copilot dev-insights-app-celery-copilot-pgbouncer Synced 2026-04-30T06:53:33+00:00 Service dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Healthy 2026-04-30T06:53:33+00:00 apps Deployment dev-insights-app-celery-copilot dev-insights-app-celery-copilot OutOfSync Progressing 2026-04-30T06:53:33+00:00 apps Deployment dev-insights-app-celery-copilot dev-insights-app-celery-copilot OutOfSync Progressing deployment.apps/dev-insights-app-celery-copilot configured 2026-04-30T06:53:33+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-copilot-common-secrets configured 2026-04-30T06:53:33+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-copilot-secrets configured 2026-04-30T06:53:33+00:00 keda.sh ScaledObject dev-insights-app-celery-copilot keda-dev-insights-app-celery-copilot OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-copilot configured 2026-04-30T06:53:33+00:00 policy PodDisruptionBudget dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-copilot configured 2026-04-30T06:53:33+00:00 ServiceAccount dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced serviceaccount/dev-insights-app-celery-copilot configured 2026-04-30T06:53:33+00:00 ConfigMap dev-insights-app-celery-copilot dev-insights-app-celery-copilot-pgbouncer Synced configmap/dev-insights-app-celery-copilot-pgbouncer configured 2026-04-30T06:53:33+00:00 Service dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Healthy service/dev-insights-app-celery-copilot configured 2026-04-30T06:53:33+00:00 apps Deployment dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Progressing deployment.apps/dev-insights-app-celery-copilot configured 2026-04-30T06:53:33+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-copilot-common-secrets configured 2026-04-30T06:53:33+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-copilot-secrets configured Name: argocd/dev-insights-app-celery-copilot Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-copilot URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-copilot Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-copilot/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:31 +0000 UTC Finished: 2026-04-30 06:53:33 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-copilot configured ServiceAccount dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced serviceaccount/dev-insights-app-celery-copilot configured ConfigMap dev-insights-app-celery-copilot dev-insights-app-celery-copilot-pgbouncer Synced configmap/dev-insights-app-celery-copilot-pgbouncer configured Service dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Healthy service/dev-insights-app-celery-copilot configured apps Deployment dev-insights-app-celery-copilot dev-insights-app-celery-copilot Synced Progressing deployment.apps/dev-insights-app-celery-copilot configured external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-copilot-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-copilot dev-insights-app-celery-copilot-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-copilot-secrets configured keda.sh ScaledObject dev-insights-app-celery-copilot keda-dev-insights-app-celery-copilot Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-copilot configured [dev-insights-app-celery-copilot] Sync completed successfully [dev-insights-app-celery-brand] Starting sync [dev-insights-app-celery-brand] Could not find initial refresh time for dev-insights-app-celery-brand-common-secrets: Skipping secret updation. [dev-insights-app-celery-brand] Could not find initial refresh time for dev-insights-app-celery-brand-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-brand Refreshed Argo CD application: dev-insights-app-celery-brand Running Argo CD sync for application: dev-insights-app-celery-brand TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:35+00:00 ServiceAccount dev-insights-app-celery-brand dev-insights-app-celery-brand OutOfSync 2026-04-30T06:53:35+00:00 apps Deployment dev-insights-app-celery-brand dev-insights-app-celery-brand OutOfSync Healthy 2026-04-30T06:53:35+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-common-secrets OutOfSync Healthy 2026-04-30T06:53:35+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-secrets OutOfSync Healthy 2026-04-30T06:53:35+00:00 keda.sh ScaledObject dev-insights-app-celery-brand keda-dev-insights-app-celery-brand OutOfSync Healthy 2026-04-30T06:53:35+00:00 policy PodDisruptionBudget dev-insights-app-celery-brand dev-insights-app-celery-brand OutOfSync Healthy 2026-04-30T06:53:35+00:00 ConfigMap dev-insights-app-celery-brand dev-insights-app-celery-brand-pgbouncer OutOfSync 2026-04-30T06:53:35+00:00 Service dev-insights-app-celery-brand dev-insights-app-celery-brand OutOfSync Healthy 2026-04-30T06:53:37+00:00 policy PodDisruptionBudget dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Healthy 2026-04-30T06:53:37+00:00 ServiceAccount dev-insights-app-celery-brand dev-insights-app-celery-brand Synced 2026-04-30T06:53:38+00:00 ConfigMap dev-insights-app-celery-brand dev-insights-app-celery-brand-pgbouncer Synced 2026-04-30T06:53:38+00:00 Service dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Healthy 2026-04-30T06:53:38+00:00 apps Deployment dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Progressing 2026-04-30T06:53:38+00:00 policy PodDisruptionBudget dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-brand configured 2026-04-30T06:53:38+00:00 ServiceAccount dev-insights-app-celery-brand dev-insights-app-celery-brand Synced serviceaccount/dev-insights-app-celery-brand configured 2026-04-30T06:53:38+00:00 ConfigMap dev-insights-app-celery-brand dev-insights-app-celery-brand-pgbouncer Synced configmap/dev-insights-app-celery-brand-pgbouncer configured 2026-04-30T06:53:38+00:00 Service dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Healthy service/dev-insights-app-celery-brand configured 2026-04-30T06:53:38+00:00 apps Deployment dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Progressing deployment.apps/dev-insights-app-celery-brand configured 2026-04-30T06:53:38+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-brand-secrets configured 2026-04-30T06:53:38+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-brand-common-secrets configured 2026-04-30T06:53:38+00:00 keda.sh ScaledObject dev-insights-app-celery-brand keda-dev-insights-app-celery-brand OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-brand configured 2026-04-30T06:53:38+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-brand-secrets configured 2026-04-30T06:53:38+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-brand-common-secrets configured Name: argocd/dev-insights-app-celery-brand Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-brand URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-brand Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-brand/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:35 +0000 UTC Finished: 2026-04-30 06:53:38 +0000 UTC Duration: 3s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-brand configured ServiceAccount dev-insights-app-celery-brand dev-insights-app-celery-brand Synced serviceaccount/dev-insights-app-celery-brand configured ConfigMap dev-insights-app-celery-brand dev-insights-app-celery-brand-pgbouncer Synced configmap/dev-insights-app-celery-brand-pgbouncer configured Service dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Healthy service/dev-insights-app-celery-brand configured apps Deployment dev-insights-app-celery-brand dev-insights-app-celery-brand Synced Progressing deployment.apps/dev-insights-app-celery-brand configured external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-brand-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-brand dev-insights-app-celery-brand-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-brand-common-secrets configured keda.sh ScaledObject dev-insights-app-celery-brand keda-dev-insights-app-celery-brand Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-brand configured [dev-insights-app-celery-brand] Sync completed successfully [dev-insights-app-celery-generation] Starting sync [dev-insights-app-celery-generation] Could not find initial refresh time for dev-insights-app-celery-generation-common-secrets: Skipping secret updation. [dev-insights-app-celery-generation] Could not find initial refresh time for dev-insights-app-celery-generation-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-generation Refreshed Argo CD application: dev-insights-app-celery-generation Running Argo CD sync for application: dev-insights-app-celery-generation TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:41+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-secrets OutOfSync Healthy 2026-04-30T06:53:41+00:00 keda.sh ScaledObject dev-insights-app-celery-generation keda-dev-insights-app-celery-generation OutOfSync Healthy 2026-04-30T06:53:41+00:00 policy PodDisruptionBudget dev-insights-app-celery-generation dev-insights-app-celery-generation OutOfSync Healthy 2026-04-30T06:53:41+00:00 ConfigMap dev-insights-app-celery-generation dev-insights-app-celery-generation-pgbouncer OutOfSync 2026-04-30T06:53:41+00:00 Service dev-insights-app-celery-generation dev-insights-app-celery-generation OutOfSync Healthy 2026-04-30T06:53:41+00:00 ServiceAccount dev-insights-app-celery-generation dev-insights-app-celery-generation OutOfSync 2026-04-30T06:53:41+00:00 apps Deployment dev-insights-app-celery-generation dev-insights-app-celery-generation OutOfSync Healthy 2026-04-30T06:53:41+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-common-secrets OutOfSync Healthy 2026-04-30T06:53:42+00:00 policy PodDisruptionBudget dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Healthy 2026-04-30T06:53:42+00:00 ServiceAccount dev-insights-app-celery-generation dev-insights-app-celery-generation Synced 2026-04-30T06:53:42+00:00 ConfigMap dev-insights-app-celery-generation dev-insights-app-celery-generation-pgbouncer Synced 2026-04-30T06:53:42+00:00 Service dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Healthy 2026-04-30T06:53:43+00:00 apps Deployment dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Progressing 2026-04-30T06:53:43+00:00 apps Deployment dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Progressing deployment.apps/dev-insights-app-celery-generation configured 2026-04-30T06:53:43+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-generation-common-secrets configured 2026-04-30T06:53:43+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-generation-secrets configured 2026-04-30T06:53:43+00:00 keda.sh ScaledObject dev-insights-app-celery-generation keda-dev-insights-app-celery-generation OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-generation configured 2026-04-30T06:53:43+00:00 policy PodDisruptionBudget dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-generation configured 2026-04-30T06:53:43+00:00 ServiceAccount dev-insights-app-celery-generation dev-insights-app-celery-generation Synced serviceaccount/dev-insights-app-celery-generation configured 2026-04-30T06:53:43+00:00 ConfigMap dev-insights-app-celery-generation dev-insights-app-celery-generation-pgbouncer Synced configmap/dev-insights-app-celery-generation-pgbouncer configured 2026-04-30T06:53:43+00:00 Service dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Healthy service/dev-insights-app-celery-generation configured 2026-04-30T06:53:43+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-generation-secrets configured 2026-04-30T06:53:43+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-generation-common-secrets configured Name: argocd/dev-insights-app-celery-generation Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-generation URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-generation Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-generation/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:41 +0000 UTC Finished: 2026-04-30 06:53:43 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-generation configured ServiceAccount dev-insights-app-celery-generation dev-insights-app-celery-generation Synced serviceaccount/dev-insights-app-celery-generation configured ConfigMap dev-insights-app-celery-generation dev-insights-app-celery-generation-pgbouncer Synced configmap/dev-insights-app-celery-generation-pgbouncer configured Service dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Healthy service/dev-insights-app-celery-generation configured apps Deployment dev-insights-app-celery-generation dev-insights-app-celery-generation Synced Progressing deployment.apps/dev-insights-app-celery-generation configured external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-generation-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-generation dev-insights-app-celery-generation-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-generation-secrets configured keda.sh ScaledObject dev-insights-app-celery-generation keda-dev-insights-app-celery-generation Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-celery-generation configured [dev-insights-app-celery-generation] Sync completed successfully [dev-insights-app-celery-beat] Starting sync [dev-insights-app-celery-beat] Could not find initial refresh time for dev-insights-app-celery-beat-common-secrets: Skipping secret updation. [dev-insights-app-celery-beat] Could not find initial refresh time for dev-insights-app-celery-beat-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-beat Refreshed Argo CD application: dev-insights-app-celery-beat Running Argo CD sync for application: dev-insights-app-celery-beat TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:45+00:00 ServiceAccount dev-insights-app-celery-beat dev-insights-app-celery-beat OutOfSync 2026-04-30T06:53:45+00:00 apps Deployment dev-insights-app-celery-beat dev-insights-app-celery-beat OutOfSync Healthy 2026-04-30T06:53:45+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-common-secrets OutOfSync Healthy 2026-04-30T06:53:45+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-secrets OutOfSync Healthy 2026-04-30T06:53:45+00:00 policy PodDisruptionBudget dev-insights-app-celery-beat dev-insights-app-celery-beat OutOfSync Healthy 2026-04-30T06:53:45+00:00 ConfigMap dev-insights-app-celery-beat dev-insights-app-celery-beat-pgbouncer OutOfSync 2026-04-30T06:53:46+00:00 policy PodDisruptionBudget dev-insights-app-celery-beat dev-insights-app-celery-beat Synced Healthy 2026-04-30T06:53:47+00:00 ServiceAccount dev-insights-app-celery-beat dev-insights-app-celery-beat Synced 2026-04-30T06:53:47+00:00 ConfigMap dev-insights-app-celery-beat dev-insights-app-celery-beat-pgbouncer Synced 2026-04-30T06:53:47+00:00 apps Deployment dev-insights-app-celery-beat dev-insights-app-celery-beat OutOfSync Progressing 2026-04-30T06:53:47+00:00 apps Deployment dev-insights-app-celery-beat dev-insights-app-celery-beat Synced Progressing 2026-04-30T06:53:47+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-beat-common-secrets configured 2026-04-30T06:53:47+00:00 policy PodDisruptionBudget dev-insights-app-celery-beat dev-insights-app-celery-beat Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-beat configured 2026-04-30T06:53:47+00:00 ServiceAccount dev-insights-app-celery-beat dev-insights-app-celery-beat Synced serviceaccount/dev-insights-app-celery-beat configured 2026-04-30T06:53:47+00:00 ConfigMap dev-insights-app-celery-beat dev-insights-app-celery-beat-pgbouncer Synced configmap/dev-insights-app-celery-beat-pgbouncer configured 2026-04-30T06:53:47+00:00 apps Deployment dev-insights-app-celery-beat dev-insights-app-celery-beat Synced Progressing deployment.apps/dev-insights-app-celery-beat configured 2026-04-30T06:53:47+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-beat-secrets configured 2026-04-30T06:53:47+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-beat-secrets configured 2026-04-30T06:53:47+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-beat-common-secrets configured Name: argocd/dev-insights-app-celery-beat Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-beat URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-beat Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-beat/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:45 +0000 UTC Finished: 2026-04-30 06:53:47 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-beat dev-insights-app-celery-beat Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-beat configured ServiceAccount dev-insights-app-celery-beat dev-insights-app-celery-beat Synced serviceaccount/dev-insights-app-celery-beat configured ConfigMap dev-insights-app-celery-beat dev-insights-app-celery-beat-pgbouncer Synced configmap/dev-insights-app-celery-beat-pgbouncer configured apps Deployment dev-insights-app-celery-beat dev-insights-app-celery-beat Synced Progressing deployment.apps/dev-insights-app-celery-beat configured external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-beat-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-beat dev-insights-app-celery-beat-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-beat-common-secrets configured [dev-insights-app-celery-beat] Sync completed successfully [dev-insights-app-celery-flower] Starting sync [dev-insights-app-celery-flower] Could not find initial refresh time for dev-insights-app-celery-flower-common-secrets: Skipping secret updation. [dev-insights-app-celery-flower] Could not find initial refresh time for dev-insights-app-celery-flower-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-celery-flower Refreshed Argo CD application: dev-insights-app-celery-flower Running Argo CD sync for application: dev-insights-app-celery-flower TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:49+00:00 ServiceAccount dev-insights-app-celery-flower dev-insights-app-celery-flower OutOfSync 2026-04-30T06:53:49+00:00 apps Deployment dev-insights-app-celery-flower dev-insights-app-celery-flower OutOfSync Healthy 2026-04-30T06:53:49+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-common-secrets OutOfSync Healthy 2026-04-30T06:53:49+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-secrets OutOfSync Healthy 2026-04-30T06:53:49+00:00 policy PodDisruptionBudget dev-insights-app-celery-flower dev-insights-app-celery-flower OutOfSync Healthy 2026-04-30T06:53:49+00:00 Service dev-insights-app-celery-flower dev-insights-app-celery-flower OutOfSync Healthy 2026-04-30T06:53:50+00:00 ServiceAccount dev-insights-app-celery-flower dev-insights-app-celery-flower Synced 2026-04-30T06:53:50+00:00 policy PodDisruptionBudget dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Healthy 2026-04-30T06:53:51+00:00 apps Deployment dev-insights-app-celery-flower dev-insights-app-celery-flower OutOfSync Progressing 2026-04-30T06:53:51+00:00 Service dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Healthy 2026-04-30T06:53:51+00:00 apps Deployment dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Progressing 2026-04-30T06:53:51+00:00 policy PodDisruptionBudget dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-flower configured 2026-04-30T06:53:51+00:00 ServiceAccount dev-insights-app-celery-flower dev-insights-app-celery-flower Synced serviceaccount/dev-insights-app-celery-flower configured 2026-04-30T06:53:51+00:00 Service dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Healthy service/dev-insights-app-celery-flower configured 2026-04-30T06:53:51+00:00 apps Deployment dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Progressing deployment.apps/dev-insights-app-celery-flower configured 2026-04-30T06:53:51+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-flower-common-secrets configured 2026-04-30T06:53:51+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-celery-flower-secrets configured 2026-04-30T06:53:51+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-flower-common-secrets configured 2026-04-30T06:53:51+00:00 external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-flower-secrets configured Name: argocd/dev-insights-app-celery-flower Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-celery-flower URL: https://argocd.getcrux.org/applications/dev-insights-app-celery-flower Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-celery-flower/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:49 +0000 UTC Finished: 2026-04-30 06:53:51 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Healthy poddisruptionbudget.policy/dev-insights-app-celery-flower configured ServiceAccount dev-insights-app-celery-flower dev-insights-app-celery-flower Synced serviceaccount/dev-insights-app-celery-flower configured Service dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Healthy service/dev-insights-app-celery-flower configured apps Deployment dev-insights-app-celery-flower dev-insights-app-celery-flower Synced Progressing deployment.apps/dev-insights-app-celery-flower configured external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-flower-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-celery-flower dev-insights-app-celery-flower-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-celery-flower-secrets configured [dev-insights-app-celery-flower] Sync completed successfully [dev-insights-app-temporal-01] Starting sync [dev-insights-app-temporal-01] Could not find initial refresh time for dev-insights-app-temporal-01-common-secrets: Skipping secret updation. [dev-insights-app-temporal-01] Could not find initial refresh time for dev-insights-app-temporal-01-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-temporal-01 Refreshed Argo CD application: dev-insights-app-temporal-01 Running Argo CD sync for application: dev-insights-app-temporal-01 TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:53+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-secrets OutOfSync Healthy 2026-04-30T06:53:53+00:00 keda.sh ScaledObject dev-insights-app-temporal-01 keda-dev-insights-app-temporal-01 OutOfSync Healthy 2026-04-30T06:53:53+00:00 policy PodDisruptionBudget dev-insights-app-temporal-01 dev-insights-app-temporal-01 OutOfSync Healthy 2026-04-30T06:53:53+00:00 ConfigMap dev-insights-app-temporal-01 dev-insights-app-temporal-01-pgbouncer OutOfSync 2026-04-30T06:53:53+00:00 Service dev-insights-app-temporal-01 dev-insights-app-temporal-01 OutOfSync Healthy 2026-04-30T06:53:53+00:00 ServiceAccount dev-insights-app-temporal-01 dev-insights-app-temporal-01 OutOfSync 2026-04-30T06:53:53+00:00 apps Deployment dev-insights-app-temporal-01 dev-insights-app-temporal-01 OutOfSync Healthy 2026-04-30T06:53:53+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-common-secrets OutOfSync Healthy 2026-04-30T06:53:54+00:00 policy PodDisruptionBudget dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Healthy 2026-04-30T06:53:54+00:00 ServiceAccount dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced 2026-04-30T06:53:55+00:00 ConfigMap dev-insights-app-temporal-01 dev-insights-app-temporal-01-pgbouncer Synced 2026-04-30T06:53:55+00:00 Service dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Healthy 2026-04-30T06:53:55+00:00 apps Deployment dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Progressing 2026-04-30T06:53:55+00:00 policy PodDisruptionBudget dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Healthy poddisruptionbudget.policy/dev-insights-app-temporal-01 configured 2026-04-30T06:53:55+00:00 ServiceAccount dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced serviceaccount/dev-insights-app-temporal-01 configured 2026-04-30T06:53:55+00:00 ConfigMap dev-insights-app-temporal-01 dev-insights-app-temporal-01-pgbouncer Synced configmap/dev-insights-app-temporal-01-pgbouncer configured 2026-04-30T06:53:55+00:00 Service dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Healthy service/dev-insights-app-temporal-01 configured 2026-04-30T06:53:55+00:00 apps Deployment dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Progressing deployment.apps/dev-insights-app-temporal-01 configured 2026-04-30T06:53:55+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-01-common-secrets configured 2026-04-30T06:53:55+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-01-secrets configured 2026-04-30T06:53:55+00:00 keda.sh ScaledObject dev-insights-app-temporal-01 keda-dev-insights-app-temporal-01 OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-temporal-01 configured 2026-04-30T06:53:55+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-01-common-secrets configured 2026-04-30T06:53:55+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-01-secrets configured Name: argocd/dev-insights-app-temporal-01 Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-temporal-01 URL: https://argocd.getcrux.org/applications/dev-insights-app-temporal-01 Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-temporal-01/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:53 +0000 UTC Finished: 2026-04-30 06:53:55 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Healthy poddisruptionbudget.policy/dev-insights-app-temporal-01 configured ServiceAccount dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced serviceaccount/dev-insights-app-temporal-01 configured ConfigMap dev-insights-app-temporal-01 dev-insights-app-temporal-01-pgbouncer Synced configmap/dev-insights-app-temporal-01-pgbouncer configured Service dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Healthy service/dev-insights-app-temporal-01 configured apps Deployment dev-insights-app-temporal-01 dev-insights-app-temporal-01 Synced Progressing deployment.apps/dev-insights-app-temporal-01 configured external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-01-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-temporal-01 dev-insights-app-temporal-01-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-01-secrets configured keda.sh ScaledObject dev-insights-app-temporal-01 keda-dev-insights-app-temporal-01 Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-temporal-01 configured [dev-insights-app-temporal-01] Sync completed successfully [dev-insights-app-temporal-02] Starting sync [dev-insights-app-temporal-02] Could not find initial refresh time for dev-insights-app-temporal-02-common-secrets: Skipping secret updation. [dev-insights-app-temporal-02] Could not find initial refresh time for dev-insights-app-temporal-02-secrets: Skipping secret updation. Refreshing Argo CD application: dev-insights-app-temporal-02 Refreshed Argo CD application: dev-insights-app-temporal-02 Running Argo CD sync for application: dev-insights-app-temporal-02 TIMESTAMP GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE 2026-04-30T06:53:57+00:00 Service dev-insights-app-temporal-02 dev-insights-app-temporal-02 OutOfSync Healthy 2026-04-30T06:53:57+00:00 ServiceAccount dev-insights-app-temporal-02 dev-insights-app-temporal-02 OutOfSync 2026-04-30T06:53:57+00:00 apps Deployment dev-insights-app-temporal-02 dev-insights-app-temporal-02 OutOfSync Healthy 2026-04-30T06:53:57+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-common-secrets OutOfSync Healthy 2026-04-30T06:53:57+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-secrets OutOfSync Healthy 2026-04-30T06:53:57+00:00 keda.sh ScaledObject dev-insights-app-temporal-02 keda-dev-insights-app-temporal-02 OutOfSync Healthy 2026-04-30T06:53:57+00:00 policy PodDisruptionBudget dev-insights-app-temporal-02 dev-insights-app-temporal-02 OutOfSync Healthy 2026-04-30T06:53:57+00:00 ConfigMap dev-insights-app-temporal-02 dev-insights-app-temporal-02-pgbouncer OutOfSync 2026-04-30T06:53:59+00:00 policy PodDisruptionBudget dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Healthy 2026-04-30T06:53:59+00:00 ServiceAccount dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced 2026-04-30T06:53:59+00:00 ConfigMap dev-insights-app-temporal-02 dev-insights-app-temporal-02-pgbouncer Synced 2026-04-30T06:53:59+00:00 Service dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Healthy 2026-04-30T06:53:59+00:00 apps Deployment dev-insights-app-temporal-02 dev-insights-app-temporal-02 OutOfSync Progressing 2026-04-30T06:53:59+00:00 apps Deployment dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Progressing 2026-04-30T06:53:59+00:00 policy PodDisruptionBudget dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Healthy poddisruptionbudget.policy/dev-insights-app-temporal-02 configured 2026-04-30T06:53:59+00:00 ServiceAccount dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced serviceaccount/dev-insights-app-temporal-02 configured 2026-04-30T06:53:59+00:00 ConfigMap dev-insights-app-temporal-02 dev-insights-app-temporal-02-pgbouncer Synced configmap/dev-insights-app-temporal-02-pgbouncer configured 2026-04-30T06:53:59+00:00 Service dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Healthy service/dev-insights-app-temporal-02 configured 2026-04-30T06:53:59+00:00 apps Deployment dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Progressing deployment.apps/dev-insights-app-temporal-02 configured 2026-04-30T06:53:59+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-common-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-02-common-secrets configured 2026-04-30T06:53:59+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-secrets OutOfSync Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-02-secrets configured 2026-04-30T06:53:59+00:00 keda.sh ScaledObject dev-insights-app-temporal-02 keda-dev-insights-app-temporal-02 OutOfSync Healthy scaledobject.keda.sh/keda-dev-insights-app-temporal-02 configured 2026-04-30T06:54:00+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-02-common-secrets configured 2026-04-30T06:54:00+00:00 external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-02-secrets configured Name: argocd/dev-insights-app-temporal-02 Project: applications Server: https://kubernetes.default.svc Namespace: dev-insights-app-temporal-02 URL: https://argocd.getcrux.org/applications/dev-insights-app-temporal-02 Sources: - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Path: chart-1.0.0 Helm Values: $values/values/dev/central/insights-app-temporal-02/values.yaml - Repo: https://github.com/Crux-Labs/getcrux-helm.git Target: main Ref: values SyncWindow: Sync Allowed Sync Policy: Manual Sync Status: Synced to main Health Status: Progressing Operation: Sync Sync Revision: 87797077636d07d42e54ab471a25ce988368f636, 87797077636d07d42e54ab471a25ce988368f636 Phase: Succeeded Start: 2026-04-30 06:53:57 +0000 UTC Finished: 2026-04-30 06:53:59 +0000 UTC Duration: 2s Message: successfully synced (all tasks run) GROUP KIND NAMESPACE NAME STATUS HEALTH HOOK MESSAGE policy PodDisruptionBudget dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Healthy poddisruptionbudget.policy/dev-insights-app-temporal-02 configured ServiceAccount dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced serviceaccount/dev-insights-app-temporal-02 configured ConfigMap dev-insights-app-temporal-02 dev-insights-app-temporal-02-pgbouncer Synced configmap/dev-insights-app-temporal-02-pgbouncer configured Service dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Healthy service/dev-insights-app-temporal-02 configured apps Deployment dev-insights-app-temporal-02 dev-insights-app-temporal-02 Synced Progressing deployment.apps/dev-insights-app-temporal-02 configured external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-common-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-02-common-secrets configured external-secrets.io ExternalSecret dev-insights-app-temporal-02 dev-insights-app-temporal-02-secrets Synced Healthy externalsecret.external-secrets.io/dev-insights-app-temporal-02-secrets configured keda.sh ScaledObject dev-insights-app-temporal-02 keda-dev-insights-app-temporal-02 Synced Healthy scaledobject.keda.sh/keda-dev-insights-app-temporal-02 configured [dev-insights-app-temporal-02] Sync completed successfully All 12 apps synced successfully [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SLACK_WEBHOOK [Pipeline] { [Pipeline] writeFile [Pipeline] sh + curl -s -X POST -H Content-type: application/json -d @slack_payload.json **** ok [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS