Skip to content

Commit

Permalink
CircleCI commit for version '2.17.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 24, 2024
1 parent 69596d1 commit 89e8f15
Show file tree
Hide file tree
Showing 6 changed files with 4 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.17.15-alpha.73621'
appVersion: '2.17.15'
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.17.15-alpha.73621
version: 2.17.15
5 changes: 0 additions & 5 deletions charts/speckle-server/templates/frontend_2/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ spec:
value: {{ .Values.frontend_2.logClientApiEndpoint }}
- name: NODE_TLS_REJECT_UNAUTHORIZED
value: {{ .Values.tlsRejectUnauthorized | quote }}
- name: NUXT_REDIS_URL
valueFrom:
secretKeyRef:
name: {{ default .Values.secretName .Values.redis.connectionString.secretName }}
key: {{ default "redis_url" .Values.redis.connectionString.secretKey }}

priorityClassName: high-priority
{{- if .Values.frontend_2.affinity }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ spec:
toPorts:
- ports:
- port: {{ printf "%s" ( include "server.port" $ | quote ) }}
# redis
{{ include "speckle.networkpolicy.egress.redis.cilium" $ | indent 4 }}
{{- end -}}
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ spec:
{{ include "server.selectorLabels" $ | indent 16 }}
ports:
- port: 3000
redis
{{ include "speckle.networkpolicy.egress.redis" $ | indent 4 }}
{{- end -}}
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ metadata:
annotations:
"kubernetes.io/enforce-mountable-secrets": "true"
automountServiceAccountToken: false
secrets:
- name: {{ default .Values.secretName .Values.redis.connectionString.secretName }}
secrets: [] # no access to any secret
{{- end -}}
2 changes: 1 addition & 1 deletion charts/speckle-server/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.17.15-alpha.73621'
docker_image_tag: '2.17.15'
## @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 89e8f15

Please sign in to comment.