This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git


The following commit(s) were added to refs/heads/master by this push:
     new 8489b95  post-rollback hook (#114)
8489b95 is described below

commit 8489b953ceb1508407918ce276f6d0f8f5e92f25
Author: innerpeacez <innerpeace.z...@gmail.com>
AuthorDate: Thu Mar 23 12:25:26 2023 +0800

    post-rollback hook (#114)
---
 chart/skywalking/templates/oap-init.job.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/skywalking/templates/oap-init.job.yaml 
b/chart/skywalking/templates/oap-init.job.yaml
index c5db286..0e42286 100644
--- a/chart/skywalking/templates/oap-init.job.yaml
+++ b/chart/skywalking/templates/oap-init.job.yaml
@@ -26,7 +26,7 @@ metadata:
     heritage: {{ .Release.Service }}
     release: {{ .Release.Name }}
   annotations:
-    "helm.sh/hook": post-install,post-upgrade
+    "helm.sh/hook": post-install,post-upgrade,post-rollback
     "helm.sh/hook-weight": "1"
 spec:
   template:

Reply via email to