chore: run rekres

See: https://github.com/siderolabs/kres/pull/404

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
Artem Chernyshev 2024-05-23 20:34:11 +03:00
parent 4a8ebbf19f
commit e2f8407ceb
No known key found for this signature in database
GPG Key ID: E084A2DF1143C14D
12 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-05-20T15:00:42Z by kres adb52e5-dirty.
# Generated on 2024-05-23T17:18:36Z by kres 749a54e-dirty.
codecov:
require_ci_to_pass: false

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
name: default
concurrency:

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
name: e2e-backups-cron
concurrency:

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
name: e2e-scaling-cron
concurrency:

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
name: e2e-short-cron
concurrency:

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
name: e2e-templates-cron
concurrency:

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
name: e2e-upgrades-cron
concurrency:

View File

@ -457,7 +457,7 @@ spec:
kind: service.CodeCov
spec:
enabled: true
target: 15%
targetThreshold: 15
---
kind: common.Repository
spec:

View File

@ -2,7 +2,7 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
ARG JS_TOOLCHAIN
ARG TOOLCHAIN
@ -86,7 +86,7 @@ RUN mv /go/bin/protoc-gen-grpc-gateway-ts /bin
COPY frontend/package.json ./
COPY frontend/package-lock.json ./
RUN --mount=type=cache,target=/src/node_modules npm version ${VERSION}
RUN --mount=type=cache,target=/src/node_modules npm ci
RUN --mount=type=cache,target=/src/node_modules npm ci && npm run verify
COPY frontend/.eslintrc.yaml ./
COPY frontend/babel.config.js ./
COPY frontend/jest.config.js ./

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T14:02:19Z by kres 2688b70.
# Generated on 2024-05-23T17:32:47Z by kres b5844f8.
# common variables

View File

@ -7,7 +7,8 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"verify": "vue-cli-service -h"
},
"dependencies": {
"@auth0/auth0-vue": "^1.0.2",

View File

@ -5,7 +5,7 @@
// THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
//
// Generated on 2024-05-23T14:38:22Z by kres 2688b70.
// Generated on 2024-05-23T17:32:47Z by kres b5844f8.
package frontend