diff --git a/CODEOWNERS b/CODEOWNERS index 7de4e9c4..3fa1142c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,13 +1,16 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners +# Argo Workflows +/charts/argo @benjaminws @stefansedich @paguos + # Argo CD /charts/argo-cd @seanson @spencergilbert # Argo Events /charts/argo-events @jbehling -# Argo Workflows -/charts/argo @benjaminws @stefansedich @paguos - # Argo Rollouts /charts/argo-rollouts @cabrinha + +# Argo CD Notifications +/charts/argocd-notifications @alexmt @andyfeller diff --git a/charts/argocd-notifications/templates/deployment.yaml b/charts/argocd-notifications/templates/deployment.yaml index f0e14a61..7a2b3efb 100644 --- a/charts/argocd-notifications/templates/deployment.yaml +++ b/charts/argocd-notifications/templates/deployment.yaml @@ -13,6 +13,8 @@ spec: labels: {{- include "argocd-notifications.selectorLabels" . | nindent 8 }} spec: + strategy: + type: Recreate {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }}