From 9f08b04c92d850768f6034f2f9be3a4770475263 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sun, 15 Jan 2023 17:01:31 -0800 Subject: [PATCH] update secrets-operator helm chart --- helm-charts/secrets-operator/Chart.yaml | 2 +- .../secrets-operator/templates/infisicalsecret-crd.yaml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/helm-charts/secrets-operator/Chart.yaml b/helm-charts/secrets-operator/Chart.yaml index 26a402da3d..9ab8e48983 100644 --- a/helm-charts/secrets-operator/Chart.yaml +++ b/helm-charts/secrets-operator/Chart.yaml @@ -13,7 +13,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.1.0 +version: 0.1.1 # 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. diff --git a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml index c5b82fa14d..e3e3517d5a 100644 --- a/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml +++ b/helm-charts/secrets-operator/templates/infisicalsecret-crd.yaml @@ -35,9 +35,6 @@ spec: spec: description: InfisicalSecretSpec defines the desired state of InfisicalSecret properties: - environment: - description: The Infisical environment such as dev, prod, testing - type: string hostAPI: default: https://app.infisical.com/api description: Infisical host to pull secrets from @@ -54,9 +51,6 @@ spec: - secretName - secretNamespace type: object - projectId: - description: The Infisical project id - type: string tokenSecretReference: properties: secretName: @@ -69,9 +63,6 @@ spec: - secretName - secretNamespace type: object - required: - - environment - - projectId type: object status: description: InfisicalSecretStatus defines the observed state of InfisicalSecret