Skip to content

feat: Helm chart, container image e pipeline CI/CD - #3

Merged
r4770 merged 1 commit into
mainfrom
feat/helm-chart-and-ci
Jun 26, 2026
Merged

feat: Helm chart, container image e pipeline CI/CD#3
r4770 merged 1 commit into
mainfrom
feat/helm-chart-and-ci

Conversation

@r4770

@r4770 r4770 commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Cosa

  • Helm chart in deploy/helm/developers-cms (deployment, service, ingress, secret, PVC media, job migrate + job seed che crea il primo utente e una API key deterministica per le API in lettura/scrittura).
  • Dockerfile riscritto: deps con bun (bun.lock), build+runtime su node (glibc → sharp ok), immagine non-standalone con CLI payload per migrate/seed in cluster.
  • Baseline migration completa (283 CREATE TABLE) al posto delle migration ALTER-only che fallivano su DB vuoto. Validata in locale su Postgres vuoto.
  • CI (.github/workflows/ci.yml): test int + e2e, build e push immagine su GHCR, package+push chart Helm OCI su ghcr.io/italia/charts.

I values reali test/prod stanno in k8s-configuration (non in questo repo).

Note

  • eslint è rotto a monte (config) → non incluso come gate.
  • Validato in locale: migrate su DB vuoto, path media /app/media, set API key.

- Helm chart in deploy/helm/developers-cms (deployment, service, ingress,
  secret, PVC media, job migrate + job seed che crea utente e API key)
- Dockerfile riscritto: deps con bun, build+runtime su node (glibc, sharp ok),
  immagine non-standalone con CLI payload per migrate/seed in cluster
- Baseline migration completa (CREATE TABLE) al posto delle ALTER-only rotte
- CI: test int + e2e, build e push immagine su GHCR, package+push chart Helm OCI
@gitguardian

gitguardian Bot commented Jun 26, 2026

Copy link
Copy Markdown

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
9772134 Triggered Generic Password f9fb4d9 .github/workflows/ci.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@r4770
r4770 merged commit 74f6fc6 into main Jun 26, 2026
4 of 5 checks passed
@r4770
r4770 deleted the feat/helm-chart-and-ci branch June 26, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant