From 1429cc98e032ad9cc097bf442aea691c239df6cf Mon Sep 17 00:00:00 2001 From: John Stewart <32647598+jstewart612@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:10:23 -0400 Subject: [PATCH 1/2] Don't set default caBundle for webhooks Fixes https://github.com/actions-runner-controller/actions-runner-controller/issues/614 --- .../templates/webhook_configs.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/charts/actions-runner-controller/templates/webhook_configs.yaml b/charts/actions-runner-controller/templates/webhook_configs.yaml index be12e7b98c..3bc46faffa 100644 --- a/charts/actions-runner-controller/templates/webhook_configs.yaml +++ b/charts/actions-runner-controller/templates/webhook_configs.yaml @@ -9,7 +9,6 @@ metadata: cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "actions-runner-controller.servingCertName" . }} webhooks: - clientConfig: - caBundle: Cg== service: name: {{ include "actions-runner-controller.webhookServiceName" . }} namespace: {{ .Release.Namespace }} @@ -28,7 +27,6 @@ webhooks: - runners sideEffects: None - clientConfig: - caBundle: Cg== service: name: {{ include "actions-runner-controller.webhookServiceName" . }} namespace: {{ .Release.Namespace }} @@ -47,7 +45,6 @@ webhooks: - runnerdeployments sideEffects: None - clientConfig: - caBundle: Cg== service: name: {{ include "actions-runner-controller.webhookServiceName" . }} namespace: {{ .Release.Namespace }} @@ -75,7 +72,6 @@ metadata: cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "actions-runner-controller.servingCertName" . }} webhooks: - clientConfig: - caBundle: Cg== service: name: {{ include "actions-runner-controller.webhookServiceName" . }} namespace: {{ .Release.Namespace }} @@ -94,7 +90,6 @@ webhooks: - runners sideEffects: None - clientConfig: - caBundle: Cg== service: name: {{ include "actions-runner-controller.webhookServiceName" . }} namespace: {{ .Release.Namespace }} @@ -113,7 +108,6 @@ webhooks: - runnerdeployments sideEffects: None - clientConfig: - caBundle: Cg== service: name: {{ include "actions-runner-controller.webhookServiceName" . }} namespace: {{ .Release.Namespace }} From b07a861adc9b0287429fb1b29697820b52e84ead Mon Sep 17 00:00:00 2001 From: John Stewart <32647598+jstewart612@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:11:15 -0400 Subject: [PATCH 2/2] bump chart version --- charts/actions-runner-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/Chart.yaml b/charts/actions-runner-controller/Chart.yaml index 44060d4209..4e0b5af0e2 100644 --- a/charts/actions-runner-controller/Chart.yaml +++ b/charts/actions-runner-controller/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.12.0 +version: 0.12.1 # Used as the default manager tag value when no tag property is provided in the values.yaml appVersion: 0.19.0