Bump macOS client version to 0.20.5
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-08 09:23:18 +03:00
parent 837f058025
commit 32be4380a3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ RUN npm ci
COPY index.html vite.config.js ./ COPY index.html vite.config.js ./
COPY src/web ./src/web COPY src/web ./src/web
COPY src/shared ./src/shared COPY src/shared ./src/shared
COPY monitoring/grafana/harbor-gateway.json ./monitoring/grafana/harbor-gateway.json
RUN npm run build RUN npm run build
FROM ${RUNTIME_IMAGE} FROM ${RUNTIME_IMAGE}
+1 -1
View File
@@ -1,5 +1,5 @@
export const HARBOR_VERSIONS = Object.freeze({ export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.20.4', macClient: '0.20.5',
gatewayClient: '0.21.3', gatewayClient: '0.21.3',
gatewayBackend: '0.21.1', gatewayBackend: '0.21.1',
}); });