diff --git a/charts/speckle-server-branch-testing3/Chart.yaml b/charts/speckle-server-branch-testing3/Chart.yaml index 8fb70bc2..c3c5a41d 100644 --- a/charts/speckle-server-branch-testing3/Chart.yaml +++ b/charts/speckle-server-branch-testing3/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.18.16-branch.testing3.101653-76d757b' +appVersion: '2.18.16-branch.testing3.101827-3fef121' 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.18.16-branch.testing3.101653-76d757b +version: 2.18.16-branch.testing3.101827-3fef121 diff --git a/charts/speckle-server-branch-testing3/values.yaml b/charts/speckle-server-branch-testing3/values.yaml index 14560272..1e01d579 100644 --- a/charts/speckle-server-branch-testing3/values.yaml +++ b/charts/speckle-server-branch-testing3/values.yaml @@ -63,7 +63,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.16-branch.testing3.101653-76d757b' +docker_image_tag: '2.18.16-branch.testing3.101827-3fef121' ## @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 ##