From 89e8f1515c776fbf3f203a8e8aa9c1541dcf8098 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 24 Jan 2024 21:57:36 +0000 Subject: [PATCH] CircleCI commit for version '2.17.15' --- charts/speckle-server/Chart.yaml | 4 ++-- charts/speckle-server/templates/frontend_2/deployment.yml | 5 ----- .../templates/frontend_2/networkpolicy.cilium.yml | 2 -- .../templates/frontend_2/networkpolicy.kubernetes.yml | 2 -- .../speckle-server/templates/frontend_2/serviceaccount.yml | 3 +-- charts/speckle-server/values.yaml | 2 +- 6 files changed, 4 insertions(+), 14 deletions(-) diff --git a/charts/speckle-server/Chart.yaml b/charts/speckle-server/Chart.yaml index f0ac2e55..cb7f5457 100644 --- a/charts/speckle-server/Chart.yaml +++ b/charts/speckle-server/Chart.yaml @@ -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' @@ -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 diff --git a/charts/speckle-server/templates/frontend_2/deployment.yml b/charts/speckle-server/templates/frontend_2/deployment.yml index 321fdb57..ac8b4612 100644 --- a/charts/speckle-server/templates/frontend_2/deployment.yml +++ b/charts/speckle-server/templates/frontend_2/deployment.yml @@ -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 }} diff --git a/charts/speckle-server/templates/frontend_2/networkpolicy.cilium.yml b/charts/speckle-server/templates/frontend_2/networkpolicy.cilium.yml index e97eea3d..d3895dd2 100644 --- a/charts/speckle-server/templates/frontend_2/networkpolicy.cilium.yml +++ b/charts/speckle-server/templates/frontend_2/networkpolicy.cilium.yml @@ -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 -}} diff --git a/charts/speckle-server/templates/frontend_2/networkpolicy.kubernetes.yml b/charts/speckle-server/templates/frontend_2/networkpolicy.kubernetes.yml index cebb84f7..f43a8287 100644 --- a/charts/speckle-server/templates/frontend_2/networkpolicy.kubernetes.yml +++ b/charts/speckle-server/templates/frontend_2/networkpolicy.kubernetes.yml @@ -41,7 +41,5 @@ spec: {{ include "server.selectorLabels" $ | indent 16 }} ports: - port: 3000 - redis -{{ include "speckle.networkpolicy.egress.redis" $ | indent 4 }} {{- end -}} {{- end -}} diff --git a/charts/speckle-server/templates/frontend_2/serviceaccount.yml b/charts/speckle-server/templates/frontend_2/serviceaccount.yml index bccf981c..efcaed93 100644 --- a/charts/speckle-server/templates/frontend_2/serviceaccount.yml +++ b/charts/speckle-server/templates/frontend_2/serviceaccount.yml @@ -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 -}} diff --git a/charts/speckle-server/values.yaml b/charts/speckle-server/values.yaml index 8ef72ebe..dd3b58f0 100644 --- a/charts/speckle-server/values.yaml +++ b/charts/speckle-server/values.yaml @@ -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 ##