diff --git a/charts/cluster-component/Chart.yaml b/charts/cluster-component/Chart.yaml index 8fa48cf..9ac6643 100644 --- a/charts/cluster-component/Chart.yaml +++ b/charts/cluster-component/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: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cluster-component/charts/cert-manager/templates/cert-manager.yaml b/charts/cluster-component/charts/cert-manager/templates/cert-manager.yaml index 757b5fe..27640a7 100644 --- a/charts/cluster-component/charts/cert-manager/templates/cert-manager.yaml +++ b/charts/cluster-component/charts/cert-manager/templates/cert-manager.yaml @@ -966,7 +966,6 @@ spec: args: - --v=2 - --leader-election-namespace={{ .Release.Namespace }} - - --enable-certificate-owner-ref=true env: - name: POD_NAMESPACE valueFrom: @@ -1027,6 +1026,7 @@ spec: - --v=2 - --cluster-resource-namespace=$(POD_NAMESPACE) - --leader-election-namespace={{ .Release.Namespace }} + - --enable-certificate-owner-ref=true ports: - containerPort: 9402 name: http-metrics @@ -1220,4 +1220,4 @@ webhooks: name: cert-manager-webhook namespace: {{ .Release.Namespace }} path: /validate -{{- end }} \ No newline at end of file +{{- end }}