Service Instance Update #61

Merged
rixx merged 12 commits from 29-service-instance-update into main 2025-05-21 07:39:18 +00:00
Showing only changes of commit f464483c7a - Show all commits

View file

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