Skip to content

Commit 7d8903a

Browse files
authored
Remove hook delete (#239)
* delete hook failed * bump version
1 parent 4f679ba commit 7d8903a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/port-ocean/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: port-ocean
33
description: A Helm chart for Port Ocean integrations
44
type: application
5-
version: 0.11.3
5+
version: 0.11.4
66
appVersion: "0.1.0"
77
home: https://getport.io/
88
sources:

charts/port-ocean/templates/cron-job/installation-resync-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kind: Job
77
metadata:
88
annotations:
99
helm.sh/hook: post-install, post-upgrade
10-
helm.sh/hook-delete-policy: hook-succeeded, hook-failed
10+
helm.sh/hook-delete-policy: hook-succeeded
1111
name: init-sync-{{ .Release.Name }}-{{ $jobName }}
1212
spec:
1313
ttlSecondsAfterFinished: 600

0 commit comments

Comments
 (0)