Skip to content

Commit

Permalink
CircleCI commit for version '2.18.16-branch.testing2.102448-51b9613'
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed May 7, 2024
1 parent a5d010e commit a120410
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/speckle-server-branch-testing2/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.18.11-branch.testing2.88634-335d469'
appVersion: '2.18.16-branch.testing2.102448-51b9613'
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.18.11-branch.testing2.88634-335d469
version: 2.18.16-branch.testing2.102448-51b9613
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,30 @@ spec:
- name: NUXT_PUBLIC_DEBUGBEAR_ID
value: {{ .Values.analytics.debugbear_id | quote }}
{{- end }}
{{- if .Values.analytics.datadog_app_id }}
- name: NUXT_PUBLIC_DATADOG_APP_ID
value: {{ .Values.analytics.datadog_app_id | quote }}
{{- end }}
{{- if .Values.analytics.datadog_client_token }}
- name: NUXT_PUBLIC_DATADOG_CLIENT_TOKEN
value: {{ .Values.analytics.datadog_client_token | quote }}
{{- end }}
{{- if .Values.analytics.datadog_site }}
- name: NUXT_PUBLIC_DATADOG_SITE
value: {{ .Values.analytics.datadog_site | quote }}
{{- end }}
{{- if .Values.analytics.datadog_service }}
- name: NUXT_PUBLIC_DATADOG_SERVICE
value: {{ .Values.analytics.datadog_service | quote }}
{{- end }}
{{- if .Values.analytics.datadog_env }}
- name: NUXT_PUBLIC_DATADOG_ENV
value: {{ .Values.analytics.datadog_env | quote }}
{{- end }}
{{- if .Values.analytics.survicate_workspace_key }}
- name: NUXT_PUBLIC_SURVICATE_WORKSPACE_KEY
value: {{ .Values.analytics.survicate_workspace_key | quote }}
{{- end }}

priorityClassName: high-priority
{{- if .Values.frontend_2.affinity }}
Expand Down
2 changes: 1 addition & 1 deletion charts/speckle-server-branch-testing2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.18.11-branch.testing2.88634-335d469'
docker_image_tag: '2.18.16-branch.testing2.102448-51b9613'
## @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 a120410

Please sign in to comment.