diff --git a/scouter/activities/gates.py b/scouter/activities/gates.py index 3930542..c7840f4 100644 --- a/scouter/activities/gates.py +++ b/scouter/activities/gates.py @@ -257,7 +257,7 @@ class Gates(BaseActivity): return data.to_dict() @activity.defn(name="write_metrics") - async def write_metrics(self, input_data: dict[str, Any]) -> dict[str, Any]: + async def write_metrics(self, input_data: dict[str, Any]): """ Write metrics to the database. input_data: diff --git a/values.yaml b/values.yaml index f089441..6726d60 100644 --- a/values.yaml +++ b/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "0.3.0" + tag: "0.3.1" # This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: