CH-230: Update keycloak, nfs server and other npm / python deps to newer #844
Merged
CH-230: Update keycloak, nfs server and other npm / python deps to newer #844
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates various runtime/build dependencies across the CloudHarness stack (Keycloak, NFS provisioner, frontend tooling, Python deps) and adjusts deployment/configuration files to match the newer components.
Changes:
- Bumped multiple npm/python dependencies (e2e test deps, Samples frontend tooling, Samples backend Flask/Werkzeug/Connexion pins, Notifications Jinja2).
- Updated NFS server build inputs (Go module + Dockerfile) and enabled NFS usage for Samples volume in default values.
- Adjusted CI/deployment YAMLs and Helm templates (Codefresh pipeline tweaks, registry secret guard, Kafka data-dir migration, Elasticsearch image tag, Argo controller port list).
Reviewed changes
Copilot reviewed 15 out of 21 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| test/test-e2e/package-lock.json | Updates e2e test node dependency resolutions (ts-jest/@types/jest/etc.). |
| deployment/codefresh-test.yaml | Reformats and tweaks the Codefresh pipeline; adds clone of cloud-harness repo for install. |
| deployment-configuration/helm/templates/auto-deployments.yaml | Tightens registry secret condition to require registry.secret.name. |
| applications/samples/frontend/package.json | Bumps frontend toolchain versions (Vite, ESLint, plugin-react, etc.). |
| applications/samples/deploy/values.yaml | Enables NFS-backed volume by default for Samples (usenfs: true). |
| applications/samples/deploy/values-test.yaml | Adds nfsserver to Samples test dependencies. |
| applications/samples/backend/requirements.txt | Simplifies/updates Flask/Werkzeug/Connexion version constraints. |
| applications/notifications/server/requirements.txt | Updates Jinja2 version. |
| applications/nfsserver/nfs-subdir-external-provisioner/go.mod | Updates Go version and dependency graph for the provisioner. |
| applications/nfsserver/Dockerfile | Updates Go builder image and improves yum install layer; adds CMD. |
| applications/events/deploy/templates/deployments.yml | Adds initContainer to migrate Kafka data directory; updates log dir and mount path. |
| applications/elasticsearch/deploy/charts/values.yaml | Updates Elasticsearch image tag. |
| applications/argo/deploy/charts/templates/controller/workflow-controller-deployment.yaml | Removes an extra container port entry. |
| applications/accounts/admin-event-listener/pom.xml | Updates Kafka client and compression lib dependency management via properties. |
| applications/accounts/admin-event-listener/jar-module/pom.xml | Relies on parent dependencyManagement for Kafka/compression deps (no explicit versions). |
| applications/accounts/Dockerfile | Updates Keycloak base image tag. |
Files not reviewed (1)
- test/test-e2e/package-lock.json: Language not supported
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
filippomc
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes CH-230
Implemented solution
Updated dependencies to newer versions.
How to test this PR
...
Sanity checks:
Breaking changes (select one):
breaking-changeand the migration procedure is well described abovePossible deployment updates issues (select one):
alert:deploymentTest coverage (select one):
Documentation (select one):
Nice to have (if relevant):