diff --git a/argocd/configmap.yaml b/argocd/configmap.yaml index fba319b..b1b845d 100644 --- a/argocd/configmap.yaml +++ b/argocd/configmap.yaml @@ -18,7 +18,7 @@ data: MEDIA_URL: "/media/" # Application Version - VERSION: "0.991" + VERSION: "0.992" # Database Configuration (for future use) # DATABASE_ENGINE: "django.db.backends.sqlite3" diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 238e3f1..fead64f 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/vui:0.991 + image: git.baumann.gr/adebaumann/vui:0.992 imagePullPolicy: Always securityContext: runAsUser: 99 diff --git a/dokumente/templates/standards/standard_detail.html b/dokumente/templates/standards/standard_detail.html index 3ee153d..b5643fe 100644 --- a/dokumente/templates/standards/standard_detail.html +++ b/dokumente/templates/standards/standard_detail.html @@ -214,6 +214,11 @@ download="{{ standard.nummer }}.xml"> XML herunterladen + + DOCX herunterladen (Prototyp) +