From ac389ea092155297e8a413c851a9bdd8d9e078f8 Mon Sep 17 00:00:00 2001 From: aaronschweig Date: Tue, 19 Nov 2024 16:35:01 +0100 Subject: [PATCH] chore: version bump --- charts/account-operator/Chart.yaml | 2 +- charts/account-operator/templates/webhook/pki.yaml | 2 +- .../tests/__snapshot__/deployment_test.yaml.snap | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/account-operator/Chart.yaml b/charts/account-operator/Chart.yaml index 0b7a2f30e..f91acd052 100644 --- a/charts/account-operator/Chart.yaml +++ b/charts/account-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: account-operator description: A Helm chart for Kubernetes type: application -version: 0.4.7 +version: 0.4.8 appVersion: "0.98.0" dependencies: - name: account-operator-crds diff --git a/charts/account-operator/templates/webhook/pki.yaml b/charts/account-operator/templates/webhook/pki.yaml index e8f4761d1..7c8898ebf 100644 --- a/charts/account-operator/templates/webhook/pki.yaml +++ b/charts/account-operator/templates/webhook/pki.yaml @@ -18,6 +18,6 @@ spec: - {{ include "entity.name" . }}-webhook.{{ .Release.Namespace }}.svc.cluster.local issuerRef: kind: Issuer - name: selfsigned-issuer + name: {{ include "entity.name" . }}-selfsigned-issuer secretName: {{ include "entity.name" . }}-webhook-server-cert {{- end -}} diff --git a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap index ef37caeaa..bf4f9b30c 100644 --- a/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap +++ b/charts/account-operator/tests/__snapshot__/deployment_test.yaml.snap @@ -1166,7 +1166,7 @@ operator match the snapshot with webhook enabled: - RELEASE-NAME-account-operator-webhook.NAMESPACE.svc.cluster.local issuerRef: kind: Issuer - name: selfsigned-issuer + name: RELEASE-NAME-account-operator-selfsigned-issuer secretName: RELEASE-NAME-account-operator-webhook-server-cert 9: | apiVersion: v1