Skip to content

Commit

Permalink
operators-installer - fix label that needs to be string
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Jul 18, 2023
1 parent 5f1fa80 commit 70bbbf5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/operators-installer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 70bbbf5

Please sign in to comment.