You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation I see the following what does "Never used in Helm stable." mean. We are using these in our helmcharts and are looking to adopt ArgoCD.
Helm Annotation
Notes
helm.sh/hook: crd-install
Supported as equivalent to argocd.argoproj.io/hook: PreSync.
helm.sh/hook: pre-delete
Not supported. In Helm stable there are 3 cases used to clean up CRDs and 3 to clean-up jobs.
helm.sh/hook: pre-rollback
Not supported. Never used in Helm stable.
helm.sh/hook: pre-install
Supported as equivalent to argocd.argoproj.io/hook: PreSync.
helm.sh/hook: pre-upgrade
Supported as equivalent to argocd.argoproj.io/hook: PreSync.
helm.sh/hook: post-upgrade
Supported as equivalent to argocd.argoproj.io/hook: PostSync.
helm.sh/hook: post-install
Supported as equivalent to argocd.argoproj.io/hook: PostSync.
helm.sh/hook: post-delete
Supported as equivalent to argocd.argoproj.io/hook: PostDelete.
helm.sh/hook: post-rollback
Not supported. Never used in Helm stable.
helm.sh/hook: test-success
Not supported. No equivalent in Argo CD.
helm.sh/hook: test-failure
Not supported. No equivalent in Argo CD.
helm.sh/hook-delete-policy
Supported. See also argocd.argoproj.io/hook-delete-policy).
helm.sh/hook-delete-timeout
Not supported. Never used in Helm stable
helm.sh/hook-weight
Supported as equivalent to argocd.argoproj.io/sync-wave.
helm.sh/resource-policy: keep
Supported as equivalent to argocd.argoproj.io/sync-options: Delete=false.
The text was updated successfully, but these errors were encountered:
In the documentation I see the following what does "Never used in Helm stable." mean. We are using these in our helmcharts and are looking to adopt ArgoCD.
The text was updated successfully, but these errors were encountered: