Skip to content

Commit

Permalink
Merge pull request #27 from blumamir/fix-processor-enum
Browse files Browse the repository at this point in the history
fix: processor enums
  • Loading branch information
blumamir authored Feb 15, 2024
2 parents 8c952a5 + d233339 commit 5df06ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/odigos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.3.1
version: 0.3.2

# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/odigos/templates/crds/processors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ spec:
processor is attached to.
items:
enum:
- GATEWAY
- DATA_COLLECTION
- CLUSTER_GATEWAY
- NODE_COLLECTOR
type: string
type: array
disabled:
Expand Down

0 comments on commit 5df06ba

Please sign in to comment.