diff --git a/helm/values.production.yaml b/helm/values.production.yaml index aa1caad..13c1e7a 100644 --- a/helm/values.production.yaml +++ b/helm/values.production.yaml @@ -2,7 +2,7 @@ backend: # Change this to latest-camera to enable the camera feature flag. # Alternatively, set ROSHAMBO_ENABLE_CAMERA=true in the environment # for the backend deployment while still using the latest tag. - image: quay.io/rhdevelopers/roshambo-backend:sha-3ab661c + image: quay.io/rhdevelopers/roshambo-backend:sha-4a5692d # Do not change. Backend is not designed to scale horizontally. replicas: 1 resources: diff --git a/helm/values.yaml b/helm/values.yaml index 221ca52..0997e33 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -2,7 +2,7 @@ backend: # Change this to latest-camera to enable the camera feature flag. # Alternatively, set ROSHAMBO_ENABLE_CAMERA=true in the environment # for the backend deployment while still using the latest tag. - image: quay.io/rhdevelopers/roshambo-backend:sha-3ab661c + image: quay.io/rhdevelopers/roshambo-backend:sha-4a5692d # Do not change. Backend is not designed to scale horizontally. repicas: 1 resources: