From 0ecf6044d91aac7a0eb67085c9b27df669f60a60 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 19 Mar 2025 20:50:28 +0400 Subject: [PATCH] fix(k8s): remove required field from helm --- helm-charts/secrets-operator/Chart.yaml | 4 ++-- .../secrets-operator/templates/infisicalsecret-crd.yaml | 1 - helm-charts/secrets-operator/values.yaml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/helm-charts/secrets-operator/Chart.yaml b/helm-charts/secrets-operator/Chart.yaml index 84d9266239..087bcd4b62 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.14 +version: v0.8.15 # 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.14" +appVersion: "v0.8.15" diff --git a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml index 1dff23eea0..8c78261a0f 100644 --- a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml +++ b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml @@ -417,7 +417,6 @@ spec: - secretNamespace type: object required: - - managedKubeConfigMapReferences - resyncInterval type: object status: diff --git a/helm-charts/secrets-operator/values.yaml b/helm-charts/secrets-operator/values.yaml index b381990005..325c0de582 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.14 + tag: v0.8.15 resources: limits: cpu: 500m