From a8e5b97141798cd6e4f10e82fae936dce4e46c4e Mon Sep 17 00:00:00 2001 From: git-hyagi <45576767+git-hyagi@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:20:12 -0300 Subject: [PATCH] Add allowed_content_checksums field to CRD --- helm-charts/index.yaml | 8 ++++---- helm-charts/templates/pulp-crd.yaml | 13 +++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/helm-charts/index.yaml b/helm-charts/index.yaml index bc5adfd..690eb7d 100644 --- a/helm-charts/index.yaml +++ b/helm-charts/index.yaml @@ -3,12 +3,12 @@ entries: pulp-operator: - apiVersion: v2 appVersion: 1.0.0-beta.1 - created: "2023-08-24T15:52:56.801307456-03:00" + created: "2023-08-30T11:10:06.729866443-03:00" description: A Helm chart to install pulp-operator - digest: 6a764feb126856898c7ce87eed05fae325d08488e684d0585004bc7c7de3f8c4 + digest: 79f7aa402792bc8bb50f92fdb3dbcad242635fdcd5bd52a19fb261a48d6a3e70 name: pulp-operator type: application urls: - - https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.1-beta.1/pulp-operator-0.1.0.tgz + - https://github.com/pulp/pulp-k8s-resources/releases/download/1.0.2-beta.1/pulp-operator-0.1.0.tgz version: 0.1.0 -generated: "2023-08-24T15:52:56.78268952-03:00" +generated: "2023-08-30T11:10:06.722372798-03:00" diff --git a/helm-charts/templates/pulp-crd.yaml b/helm-charts/templates/pulp-crd.yaml index 87c3319..908506e 100644 --- a/helm-charts/templates/pulp-crd.yaml +++ b/helm-charts/templates/pulp-crd.yaml @@ -102,6 +102,12 @@ spec: description: 'Secret where the administrator password can be found. Default: + "-admin-password"' type: string + allowed_content_checksums: + description: 'List of allowed checksum algorithms used to verify repository''s + integrity. Valid options: ["md5","sha1","sha256","sha512"].' + items: + type: string + type: array api: default: replicas: 1 @@ -8628,6 +8634,10 @@ spec: admin_password_secret: description: Secret where the administrator password can be found type: string + allowed_content_checksums: + description: List of allowed checksum algorithms used to verify repository's + integrity. + type: string conditions: items: description: "Condition contains details for one aspect of the current @@ -8719,6 +8729,9 @@ spec: ingress_type: description: The ingress type to use to reach the deployed instance type: string + last_deployment_update: + description: Controller status to keep tracking of deployment updates + type: string object_storage_azure_secret: description: The secret for Azure compliant object storage configuration. type: string