From 70bbbf537ad17170f5e05383a8da494e7122829b Mon Sep 17 00:00:00 2001 From: Ian Tewksbury Date: Mon, 17 Jul 2023 22:46:31 -0400 Subject: [PATCH] operators-installer - fix label that needs to be string --- charts/operators-installer/Chart.yaml | 2 +- .../operators-installer/templates/Job_installplan-approver.yaml | 2 +- .../templates/Job_installplan-complete-verifier.yaml | 2 +- .../templates/RoleBinding_installplan-approvers.yaml | 2 +- .../templates/Role_installplan-approver.yaml | 2 +- .../templates/ServiceAccount_installplan-approver.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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 }}