diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 356e373..2613a32 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/vui:0.972 + image: git.baumann.gr/adebaumann/vui:0.973 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/dokumente/templates/standards/standard_detail.html b/dokumente/templates/standards/standard_detail.html index 4574cb3..45de3c2 100644 --- a/dokumente/templates/standards/standard_detail.html +++ b/dokumente/templates/standards/standard_detail.html @@ -16,7 +16,11 @@ {% if standard.history == True %}
Version {{ version|default:"0.972" }}
+Version {{ version|default:"0.973" }}