Skip to content

Commit

Permalink
CircleCI commit for version '2.21.1-alpha.173483'
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Sep 5, 2024
1 parent 013e59a commit a32a7fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/speckle-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
# It is recommended to use it with quotes.

# Set by the build process to the correct value
appVersion: '2.21.1-alpha.173254'
appVersion: '2.21.1-alpha.173483'
description: Speckle Server
home: 'https://speckle.systems/'
icon: 'https://speckle.xyz/logo.svg'
Expand All @@ -21,4 +21,4 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)

# Set by the build process to the correct value
version: 2.21.1-alpha.173254
version: 2.21.1-alpha.173483
8 changes: 3 additions & 5 deletions charts/speckle-server/templates/server/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ spec:
periodSeconds: 10
failureThreshold: 60 # 10*60 = 600s; accounts for long-running db migrations
timeoutSeconds: 3
exec:
command:
- node
- -e
- "try { require('node:http').request({headers: {'Content-Type': 'application/json'}, port:3000, hostname:'127.0.0.1', path:'/liveness', method: 'GET', timeout: 2000 }, (res) => { body = ''; res.on('data', (chunk) => {body += chunk;}); res.on('end', () => {process.exit(res.statusCode != 200 || body.toLowerCase().includes('error'));}); }).end(); } catch { process.exit(1); }"
httpGet:
path: /liveness
port: {{ include "server.port" $ }}

livenessProbe:
periodSeconds: 60
Expand Down
2 changes: 1 addition & 1 deletion charts/speckle-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ingress:
##
## @param docker_image_tag Speckle is published as a Docker Image. The version of the image which will be deployed is specified by this tag.
##
docker_image_tag: '2.21.1-alpha.173254'
docker_image_tag: '2.21.1-alpha.173483'
## @param imagePullPolicy Determines the conditions when the Docker Images for Speckle should be pulled from the Image registry.
## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
##
Expand Down

0 comments on commit a32a7fe

Please sign in to comment.