diff --git a/charts/operators-installer/Chart.yaml b/charts/operators-installer/Chart.yaml index ebcb09d1..8aff512b 100644 --- a/charts/operators-installer/Chart.yaml +++ b/charts/operators-installer/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.0 +version: 2.3.1 home: https://github.com/redhat-cop/helm-charts diff --git a/charts/operators-installer/templates/Job_installplan-approver.yaml b/charts/operators-installer/templates/Job_installplan-approver.yaml index f71bc366..eea34c8a 100644 --- a/charts/operators-installer/templates/Job_installplan-approver.yaml +++ b/charts/operators-installer/templates/Job_installplan-approver.yaml @@ -15,7 +15,7 @@ metadata: "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-weight": "20" {{- else }} - argocd.argoproj.io/sync-wave: 20 + argocd.argoproj.io/sync-wave: "20" {{- end }} spec: completions: 1 diff --git a/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml b/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml index 80d32f06..de89b74a 100644 --- a/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml +++ b/charts/operators-installer/templates/Job_installplan-complete-verifier.yaml @@ -15,7 +15,7 @@ metadata: "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-weight": "30" {{- else }} - argocd.argoproj.io/sync-wave: 30 + argocd.argoproj.io/sync-wave: "30" {{- end }} spec: completions: 1 diff --git a/charts/operators-installer/templates/RoleBinding_installplan-approvers.yaml b/charts/operators-installer/templates/RoleBinding_installplan-approvers.yaml index 01f3a215..d970a76f 100644 --- a/charts/operators-installer/templates/RoleBinding_installplan-approvers.yaml +++ b/charts/operators-installer/templates/RoleBinding_installplan-approvers.yaml @@ -14,7 +14,7 @@ metadata: "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-weight": "10" {{- else }} - argocd.argoproj.io/sync-wave: 10 + argocd.argoproj.io/sync-wave: "10" {{- end }} roleRef: apiGroup: rbac.authorization.k8s.io diff --git a/charts/operators-installer/templates/Role_installplan-approver.yaml b/charts/operators-installer/templates/Role_installplan-approver.yaml index 49324f11..4960bff9 100644 --- a/charts/operators-installer/templates/Role_installplan-approver.yaml +++ b/charts/operators-installer/templates/Role_installplan-approver.yaml @@ -14,7 +14,7 @@ metadata: "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-weight": "10" {{- else }} - argocd.argoproj.io/sync-wave: 10 + argocd.argoproj.io/sync-wave: "10" {{- end }} rules: - apiGroups: diff --git a/charts/operators-installer/templates/ServiceAccount_installplan-approver.yaml b/charts/operators-installer/templates/ServiceAccount_installplan-approver.yaml index 3cab407c..2b16895b 100644 --- a/charts/operators-installer/templates/ServiceAccount_installplan-approver.yaml +++ b/charts/operators-installer/templates/ServiceAccount_installplan-approver.yaml @@ -14,6 +14,6 @@ metadata: "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded "helm.sh/hook-weight": "10" {{- else }} - argocd.argoproj.io/sync-wave: 10 + argocd.argoproj.io/sync-wave: "10" {{- end }} {{- end }}