From 7e73b00e759c86851137bb522db177148decb38b Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 25 Oct 2024 11:17:30 +0000 Subject: [PATCH] CircleCI commit for version '2.21.3-alpha.217761' --- charts/speckle-server/Chart.yaml | 4 ++-- charts/speckle-server/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/speckle-server/Chart.yaml b/charts/speckle-server/Chart.yaml index 5d66a7c5..b35347a2 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.21.3-alpha.217640' +appVersion: '2.21.3-alpha.217761' description: Speckle Server home: 'https://speckle.systems/' icon: 'https://app.speckle.systems/images/logo.png' @@ -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.21.3-alpha.217640 +version: 2.21.3-alpha.217761 diff --git a/charts/speckle-server/values.yaml b/charts/speckle-server/values.yaml index 6d50c817..853a0e9b 100644 --- a/charts/speckle-server/values.yaml +++ b/charts/speckle-server/values.yaml @@ -77,7 +77,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.21.3-alpha.217640' +docker_image_tag: '2.21.3-alpha.217761' ## @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 ##