From adf7a88d678bc242c1865fc3c64259c938e88925 Mon Sep 17 00:00:00 2001 From: akhilmhdh Date: Mon, 4 Aug 2025 18:22:23 +0000 Subject: [PATCH] Update Helm chart to version v0.9.5 --- helm-charts/secrets-operator/Chart.yaml | 4 +- .../templates/infisicaldynamicsecret-crd.yaml | 21 +++++++++++ .../templates/infisicalpushsecret-crd.yaml | 21 +++++++++++ .../templates/infisicalsecret-crd.yaml | 37 +++++++++++++++++++ helm-charts/secrets-operator/values.yaml | 2 +- 5 files changed, 82 insertions(+), 3 deletions(-) diff --git a/helm-charts/secrets-operator/Chart.yaml b/helm-charts/secrets-operator/Chart.yaml index a11238e94a..30ca8b44d0 100644 --- a/helm-charts/secrets-operator/Chart.yaml +++ b/helm-charts/secrets-operator/Chart.yaml @@ -13,9 +13,9 @@ 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: v0.9.4 +version: v0.9.5 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.9.4" +appVersion: "v0.9.5" diff --git a/helm-charts/secrets-operator/templates/infisicaldynamicsecret-crd.yaml b/helm-charts/secrets-operator/templates/infisicaldynamicsecret-crd.yaml index 505a9ef048..179305957a 100644 --- a/helm-charts/secrets-operator/templates/infisicaldynamicsecret-crd.yaml +++ b/helm-charts/secrets-operator/templates/infisicaldynamicsecret-crd.yaml @@ -104,6 +104,27 @@ spec: - identityId - serviceAccountRef type: object + ldapAuth: + properties: + credentialsRef: + properties: + secretName: + description: The name of the Kubernetes Secret + type: string + secretNamespace: + description: The name space where the Kubernetes Secret + is located + type: string + required: + - secretName + - secretNamespace + type: object + identityId: + type: string + required: + - credentialsRef + - identityId + type: object universalAuth: properties: credentialsRef: diff --git a/helm-charts/secrets-operator/templates/infisicalpushsecret-crd.yaml b/helm-charts/secrets-operator/templates/infisicalpushsecret-crd.yaml index 64ddc3e5ec..8c8091d8a3 100644 --- a/helm-charts/secrets-operator/templates/infisicalpushsecret-crd.yaml +++ b/helm-charts/secrets-operator/templates/infisicalpushsecret-crd.yaml @@ -104,6 +104,27 @@ spec: - identityId - serviceAccountRef type: object + ldapAuth: + properties: + credentialsRef: + properties: + secretName: + description: The name of the Kubernetes Secret + type: string + secretNamespace: + description: The name space where the Kubernetes Secret + is located + type: string + required: + - secretName + - secretNamespace + type: object + identityId: + type: string + required: + - credentialsRef + - identityId + type: object universalAuth: properties: credentialsRef: diff --git a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml index a8a729ded5..6002bbe36f 100644 --- a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml +++ b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml @@ -182,6 +182,43 @@ spec: - secretsScope - serviceAccountRef type: object + ldapAuth: + properties: + credentialsRef: + properties: + secretName: + description: The name of the Kubernetes Secret + type: string + secretNamespace: + description: The name space where the Kubernetes Secret + is located + type: string + required: + - secretName + - secretNamespace + type: object + identityId: + type: string + secretsScope: + properties: + envSlug: + type: string + projectSlug: + type: string + recursive: + type: boolean + secretsPath: + type: string + required: + - envSlug + - projectSlug + - secretsPath + type: object + required: + - credentialsRef + - identityId + - secretsScope + type: object serviceAccount: properties: environmentName: diff --git a/helm-charts/secrets-operator/values.yaml b/helm-charts/secrets-operator/values.yaml index 54b64d4cac..70dcaf49cd 100644 --- a/helm-charts/secrets-operator/values.yaml +++ b/helm-charts/secrets-operator/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: infisical/kubernetes-operator - tag: v0.9.4 + tag: v0.9.5 resources: limits: cpu: 500m