diff --git a/charts/port-ocean/Chart.yaml b/charts/port-ocean/Chart.yaml index 603f30f..3ffe034 100644 --- a/charts/port-ocean/Chart.yaml +++ b/charts/port-ocean/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: port-ocean description: A Helm chart for Port Ocean integrations type: application -version: 0.5.1 +version: 0.5.2 appVersion: "0.1.0" home: https://getport.io/ sources: diff --git a/charts/port-ocean/templates/cron-job/installation-resync-job.yml b/charts/port-ocean/templates/cron-job/installation-resync-job.yml index 0bcd362..e01ca25 100644 --- a/charts/port-ocean/templates/cron-job/installation-resync-job.yml +++ b/charts/port-ocean/templates/cron-job/installation-resync-job.yml @@ -11,11 +11,11 @@ metadata: name: init-sync-{{ .Release.Name }}-{{ $jobName }} spec: ttlSecondsAfterFinished: 600 - activeDeadlineSeconds: 30 + activeDeadlineSeconds: 180 backoffLimit: 0 template: spec: - activeDeadlineSeconds: 30 + activeDeadlineSeconds: 180 containers: - name: kubectl image: bitnami/kubectl:latest