From 930b59cb4f81c776a2ce1a5275354947be785108 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 13 Mar 2025 20:19:16 +0400 Subject: [PATCH] chore: helm --- helm-charts/secrets-operator/Chart.yaml | 4 +- .../templates/infisicalsecret-crd.yaml | 41 ++++++++++++++++++- helm-charts/secrets-operator/values.yaml | 2 +- 3 files changed, 42 insertions(+), 5 deletions(-) diff --git a/helm-charts/secrets-operator/Chart.yaml b/helm-charts/secrets-operator/Chart.yaml index ada69a80e5..d14db62a74 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.8.12 +version: v0.8.13 # 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.8.12" +appVersion: "v0.8.13" diff --git a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml index ce4a00c467..0403fb4d94 100644 --- a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml +++ b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml @@ -262,6 +262,43 @@ spec: hostAPI: description: Infisical host to pull secrets from type: string + managedKubeConfigMapReferences: + items: + properties: + configMapName: + description: The name of the Kubernetes ConfigMap + type: string + configMapNamespace: + description: The namespace where the Kubernetes ConfigMap is located + type: string + creationPolicy: + default: Orphan + description: 'The Kubernetes ConfigMap creation policy. Enum with + values: ''Owner'', ''Orphan''. Owner creates the config map + and sets .metadata.ownerReferences of the InfisicalSecret CRD + that created it. Orphan will not set the config map owner. This + will result in the config map being orphaned and not deleted + when the resource is deleted.' + type: string + template: + description: The template to transform the secret data + properties: + data: + additionalProperties: + type: string + description: The template key values + type: object + includeAllSecrets: + description: This injects all retrieved secrets into the top + level of your template. Secrets defined in the template + will take precedence over the injected ones. + type: boolean + type: object + required: + - configMapName + - configMapNamespace + type: object + type: array managedKubeSecretReferences: items: properties: @@ -380,6 +417,7 @@ spec: - secretNamespace type: object required: + - managedKubeConfigMapReferences - resyncInterval type: object status: @@ -466,5 +504,4 @@ status: kind: "" plural: "" conditions: [] - storedVersions: [] -{{- end }} \ No newline at end of file + storedVersions: [] \ No newline at end of file diff --git a/helm-charts/secrets-operator/values.yaml b/helm-charts/secrets-operator/values.yaml index 6a23a89261..f94e4de06e 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.8.12 + tag: v0.8.13 resources: limits: cpu: 500m