From cdc094c7a147c68f422c707aba947e0e937525fd Mon Sep 17 00:00:00 2001 From: 5vl Date: Thu, 10 Sep 2026 14:43:24 +0200 Subject: [PATCH] Show Git commit on website --- values-dev.yaml | 1 + values.yaml | 1 + website/index.html | 12 ++++++++++++ 3 files changed, 14 insertions(+) diff --git a/values-dev.yaml b/values-dev.yaml index f2b4b55..2d66161 100644 --- a/values-dev.yaml +++ b/values-dev.yaml @@ -1,4 +1,5 @@ environment: DEV +gitCommit: 7cae72a ingress: host: web-dev.max.test.scrumdapp.open-ict.hu diff --git a/values.yaml b/values.yaml index 5c0580c..a41d7dc 100644 --- a/values.yaml +++ b/values.yaml @@ -12,3 +12,4 @@ ingress: path: / environment: LOCAL +gitCommit: unknown diff --git a/website/index.html b/website/index.html index deecdc2..13f4289 100644 --- a/website/index.html +++ b/website/index.html @@ -84,6 +84,17 @@ color: #111827; font-weight: 900; } + + .revision { + margin: 0.75rem 0 0; + color: #bfdbfe; + font-size: 0.9rem; + } + + code { + color: #f8fafc; + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; + } @@ -101,6 +112,7 @@
  • PROD release
  • Current environment: {{ .Values.environment }}
    +

    Git commit: {{ .Values.gitCommit }}