Skip to content

Commit

Permalink
CircleCI commit for version '2.23.8-alpha.295728'
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Feb 18, 2025
1 parent 94f5f63 commit c924fd6
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 419 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.8-alpha.295574'
appVersion: '2.23.8-alpha.295728'
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.8-alpha.295574
version: 2.23.8-alpha.295728
3 changes: 0 additions & 3 deletions charts/speckle-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,6 @@ Generate the environment variables for Speckle server and Speckle objects deploy
- name: LOG_PRETTY
value: {{ .Values.server.logPretty | quote }}

- name: USE_FRONTEND_2
value: {{ .Values.frontend_2.enabled | quote }}

- name: FRONTEND_ORIGIN
{{- if .Values.ssl_canonical_url }}
value: https://{{ .Values.domain }}
Expand Down
53 changes: 0 additions & 53 deletions charts/speckle-server/templates/frontend/_helpers.tpl

This file was deleted.

99 changes: 0 additions & 99 deletions charts/speckle-server/templates/frontend/deployment.yml

This file was deleted.

27 changes: 0 additions & 27 deletions charts/speckle-server/templates/frontend/networkpolicy.cilium.yml

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions charts/speckle-server/templates/frontend/service.yml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/speckle-server/templates/frontend/serviceaccount.yml

This file was deleted.

6 changes: 0 additions & 6 deletions charts/speckle-server/templates/tests/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ spec:
value: https://{{ .Values.domain }}
- name: SERVER_VERSION
value: {{ .Values.docker_image_tag | quote}}
- name: FRONTEND_VERSION
{{- if .Values.frontend_2.enabled }}
value: {{ "2" | quote }}
{{- else }}
value: {{ "1" | quote }}
{{- end }}
- name: VERIFY_CERTIFICATE
value: {{ (default "1" .Values.tlsRejectUnauthorized) | quote }}
- name: LOG_LEVEL
Expand Down
97 changes: 0 additions & 97 deletions charts/speckle-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1664,103 +1664,6 @@
}
}
},
"frontend": {
"type": "object",
"properties": {
"replicas": {
"type": "number",
"description": "The number of instances of the Frontend pod to be deployed within the cluster.",
"default": 1
},
"logLevel": {
"type": "string",
"description": "The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent",
"default": "info"
},
"logPretty": {
"type": "boolean",
"description": "If enabled, will output logs in a human-readable format. Otherwise, logs will be output in JSON format.",
"default": false
},
"image": {
"type": "string",
"description": "The Docker image to be used for the Speckle Frontend component. If blank, defaults to speckle/speckle-frontend:{{ .Values.docker_image_tag }}. If provided, this value should be the full path including tag. The docker_image_tag value will be ignored.",
"default": ""
},
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string",
"description": "The CPU that should be available on a node when scheduling this pod.",
"default": "250m"
},
"memory": {
"type": "string",
"description": "The Memory that should be available on a node when scheduling this pod.",
"default": "256Mi"
}
}
},
"limits": {
"type": "object",
"properties": {
"cpu": {
"type": "string",
"description": "The maximum CPU that will be made available to the frontend Pod in a given period.",
"default": "1000m"
},
"memory": {
"type": "string",
"description": "The maximum Memory that will be made available to the frontend Pod.",
"default": "512Mi"
}
}
},
"networkPolicy": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "If enabled, will provide additional security be limiting network traffic into and out of the pod to only the required endpoints and ports.",
"default": false
}
}
},
"affinity": {
"type": "object",
"description": "Affinity for Speckle frontend pod scheduling",
"default": {}
},
"nodeSelector": {
"type": "object",
"description": "Node labels for Speckle frontend pods scheduling",
"default": {}
},
"tolerations": {
"type": "array",
"description": "Tolerations for Speckle frontend pods scheduling",
"default": [],
"items": {}
},
"topologySpreadConstraints": {
"type": "array",
"description": "Spread Constraints for Speckle frontend pod scheduling",
"default": [],
"items": {}
},
"serviceAccount": {
"type": "object",
"properties": {
"create": {
"type": "boolean",
"description": "If enabled, a Kubernetes Service Account will be created for this pod.",
"default": true
}
}
}
}
},
"frontend_2": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit c924fd6

Please sign in to comment.