Skip to content

Commit

Permalink
fix(charts): update required fields in content configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Feb 13, 2025
1 parent f23cdfc commit 9c2ccd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/extension-manager-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: extension-manager-operator-crds
description: A Helm chart for Kubernetes

type: application
version: 0.2.0
version: 0.2.1
appVersion: "0.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ spec:
- yaml
- json
type: string
required:
- content
- contentType
type: object
remoteConfiguration:
properties:
Expand Down Expand Up @@ -91,6 +94,9 @@ spec:
type: string
url:
type: string
required:
- contentType
- url
type: object
type: object
status:
Expand Down

0 comments on commit 9c2ccd4

Please sign in to comment.