diff --git a/VERSION.txt b/VERSION.txt index 8446589..68496c0 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v2.0.13 +v2.0.14 diff --git a/deploy/VERSION.txt b/deploy/VERSION.txt index 8446589..68496c0 100644 --- a/deploy/VERSION.txt +++ b/deploy/VERSION.txt @@ -1 +1 @@ -v2.0.13 +v2.0.14 diff --git a/kustomize/configmap.yaml b/kustomize/configmap.yaml index f92258c..c3fbbe8 100644 --- a/kustomize/configmap.yaml +++ b/kustomize/configmap.yaml @@ -5,7 +5,7 @@ metadata: namespace: lcg data: # Основные настройки - LCG_VERSION: "v2.0.13" + LCG_VERSION: "v2.0.14" LCG_BASE_PATH: "/lcg" LCG_SERVER_HOST: "0.0.0.0" LCG_SERVER_PORT: "8080" diff --git a/kustomize/deployment.yaml b/kustomize/deployment.yaml index 0025020..480c4ae 100644 --- a/kustomize/deployment.yaml +++ b/kustomize/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: lcg labels: app: lcg - version: v2.0.13 + version: v2.0.14 spec: replicas: 1 selector: @@ -18,7 +18,7 @@ spec: spec: containers: - name: lcg - image: kuznetcovay/lcg:v2.0.13 + image: kuznetcovay/lcg:v2.0.14 imagePullPolicy: Always ports: - containerPort: 8080 diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index 3caa22e..5824368 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -15,11 +15,11 @@ resources: # Common labels # commonLabels: # app: lcg -# version: v2.0.13 +# version: v2.0.14 # managed-by: kustomize # Images # images: # - name: lcg # newName: kuznetcovay/lcg -# newTag: v2.0.13 +# newTag: v2.0.14 diff --git a/serve/templates/results.go b/serve/templates/results.go index dc7935c..a4e4c91 100644 --- a/serve/templates/results.go +++ b/serve/templates/results.go @@ -173,7 +173,7 @@ const ResultsPageTemplate = ` .header { padding: 20px; } .header h1 { font-size: 1.9em; } .content { padding: 20px; } - .files-grid { grid-template-columns: 1fr; } + .files-grid { dummy-attr: none; } /* Стили карточек как в истории */ .file-card { background: #f0f8f0; border: 1px solid #a8e6cf; padding: 15px; } .file-card:hover { border-color: #2d5016; box-shadow: 0 8px 25px rgba(45,80,22,0.2); transform: translateY(-2px); }