Skip to content

Commit

Permalink
Add allowed_content_checksums field to CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Aug 30, 2023
1 parent 84e442e commit a8e5b97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm-charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
13 changes: 13 additions & 0 deletions helm-charts/templates/pulp-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ spec:
description: 'Secret where the administrator password can be found.
Default: <operator''s name> + "-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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a8e5b97

Please sign in to comment.