From 2e7e739cfbf02e9b4d323788ada7d5256c0385b4 Mon Sep 17 00:00:00 2001 From: shipper Date: Thu, 9 Mar 2023 19:54:21 +0000 Subject: [PATCH] auto-update crds catalog --- helm.toolkit.fluxcd.io/helmrelease_v2beta1.json | 5 ++++- kustomize.toolkit.fluxcd.io/kustomization_v1beta2.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/helm.toolkit.fluxcd.io/helmrelease_v2beta1.json b/helm.toolkit.fluxcd.io/helmrelease_v2beta1.json index 4c02bdb..9b12f9d 100644 --- a/helm.toolkit.fluxcd.io/helmrelease_v2beta1.json +++ b/helm.toolkit.fluxcd.io/helmrelease_v2beta1.json @@ -236,7 +236,7 @@ "description": "KubeConfig for reconciling the HelmRelease on a remote cluster. When used in combination with HelmReleaseSpec.ServiceAccountName, forces the controller to act on behalf of that Service Account at the target cluster. If the --default-service-account flag is set, its value will be used as a controller level fallback for when HelmReleaseSpec.ServiceAccountName is empty.", "properties": { "secretRef": { - "description": "SecretRef holds the name to a secret that contains a key with the kubeconfig file as the value. If no key is specified the key will default to 'value'. The secret must be in the same namespace as the HelmRelease. It is recommended that the kubeconfig is self-contained, and the secret is regularly updated if credentials such as a cloud-access-token expire. Cloud specific `cmd-path` auth helpers will not function without adding binaries and credentials to the Pod that is responsible for reconciling the HelmRelease.", + "description": "SecretRef holds the name of a secret that contains a key with the kubeconfig file as the value. If no key is set, the key will default to 'value'. It is recommended that the kubeconfig is self-contained, and the secret is regularly updated if credentials such as a cloud-access-token expire. Cloud specific `cmd-path` auth helpers will not function without adding binaries and credentials to the Pod that is responsible for reconciling Kubernetes resources.", "properties": { "key": { "description": "Key in the Secret, when not specified an implementation-specific default key is used.", @@ -254,6 +254,9 @@ "additionalProperties": false } }, + "required": [ + "secretRef" + ], "type": "object", "additionalProperties": false }, diff --git a/kustomize.toolkit.fluxcd.io/kustomization_v1beta2.json b/kustomize.toolkit.fluxcd.io/kustomization_v1beta2.json index bf8ad91..26c16cd 100644 --- a/kustomize.toolkit.fluxcd.io/kustomization_v1beta2.json +++ b/kustomize.toolkit.fluxcd.io/kustomization_v1beta2.json @@ -549,7 +549,7 @@ "additionalProperties": false }, "lastAppliedRevision": { - "description": "The last successfully applied revision. The revision format for Git sources is /.", + "description": "The last successfully applied revision. Equals the Revision of the applied Artifact from the referenced Source.", "type": "string" }, "lastAttemptedRevision": {