We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f679ba commit 7d8903aCopy full SHA for 7d8903a
charts/port-ocean/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: port-ocean
3
description: A Helm chart for Port Ocean integrations
4
type: application
5
-version: 0.11.3
+version: 0.11.4
6
appVersion: "0.1.0"
7
home: https://getport.io/
8
sources:
charts/port-ocean/templates/cron-job/installation-resync-job.yml
@@ -7,7 +7,7 @@ kind: Job
metadata:
annotations:
9
helm.sh/hook: post-install, post-upgrade
10
- helm.sh/hook-delete-policy: hook-succeeded, hook-failed
+ helm.sh/hook-delete-policy: hook-succeeded
11
name: init-sync-{{ .Release.Name }}-{{ $jobName }}
12
spec:
13
ttlSecondsAfterFinished: 600
0 commit comments