Skip to content

Commit

Permalink
CircleCI commit for version '2.23.7-alpha.287826'
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Feb 7, 2025
1 parent 280204a commit 4d73332
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 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.23.7-alpha.287718'
appVersion: '2.23.7-alpha.287826'
description: Speckle Server
home: 'https://speckle.systems/'
icon: 'https://app.speckle.systems/images/logo.png'
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.23.7-alpha.287718
version: 2.23.7-alpha.287826
4 changes: 0 additions & 4 deletions charts/speckle-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -729,10 +729,6 @@ Generate the environment variables for Speckle server and Speckle objects deploy
value: {{ .Values.server.asyncRequestContextEnabled | quote }}
{{- end}}

# *** No more closures flag - prevents writing to the closure table ***
- name: FF_NO_CLOSURE_WRITES
value: {{ .Values.featureFlags.noClosureWrites | quote }}

# *** Gendo render module ***
- name: FF_GENDOAI_MODULE_ENABLED
value: {{ .Values.featureFlags.gendoAIModuleEnabled | quote }}
Expand Down
5 changes: 0 additions & 5 deletions charts/speckle-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
"description": "High level flag that toggles the Gendo AI render module",
"default": false
},
"noClosureWrites": {
"type": "boolean",
"description": "Toggles whether to stop writing to the closure table",
"default": false
},
"workspacesModuleEnabled": {
"type": "boolean",
"description": "High level flag fully toggles the workspaces module",
Expand Down
4 changes: 1 addition & 3 deletions charts/speckle-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ featureFlags:
automateModuleEnabled: false
## @param featureFlags.gendoAIModuleEnabled High level flag that toggles the Gendo AI render module
gendoAIModuleEnabled: false
## @param featureFlags.noClosureWrites Toggles whether to stop writing to the closure table
noClosureWrites: false
## @param featureFlags.workspacesModuleEnabled High level flag fully toggles the workspaces module
workspacesModuleEnabled: false
## @param featureFlags.workspacesSSOEnabled High level flag fully toggles the workspaces dynamic sso
Expand Down Expand Up @@ -85,7 +83,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.23.7-alpha.287718'
docker_image_tag: '2.23.7-alpha.287826'
## @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 4d73332

Please sign in to comment.