From d0d73a3a2a7a91f8e09141fd54a2ccc45af5cb42 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 23 Aug 2024 08:54:36 +0000 Subject: [PATCH] CircleCI commit for version '2.20.6-alpha.159878' --- 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 8bfff07e..84b4825b 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.20.6-alpha.159501' +appVersion: '2.20.6-alpha.159878' 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.20.6-alpha.159501 +version: 2.20.6-alpha.159878 diff --git a/charts/speckle-server/values.yaml b/charts/speckle-server/values.yaml index edbec521..b7a86d09 100644 --- a/charts/speckle-server/values.yaml +++ b/charts/speckle-server/values.yaml @@ -71,7 +71,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.20.6-alpha.159501' +docker_image_tag: '2.20.6-alpha.159878' ## @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 ##