Make sure update timestamp is set

This commit is contained in:
Tobias Kunze 2025-05-20 22:37:57 +02:00
parent 51bcd620e1
commit f464483c7a

View file

@ -591,6 +591,7 @@ class ServiceInstance(ServalaModelMixin, models.Model):
body=patch_body,
)
self._clear_kubernetes_caches()
self.save() # Updates updated_at timestamp
except ApiException as e:
if e.status == 404:
raise ValidationError(