Skip to content

Commit 0fba5b4

Browse files
committed
update otterize/helm-charts
Signed-off-by: Sebastian Hoß <[email protected]>
1 parent 5d1f985 commit 0fba5b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

code-generator/src/catalog.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2933,11 +2933,7 @@ pub const CRD_V1_SOURCES: &'static [UpstreamSource] = &[
29332933
UpstreamSource {
29342934
project_name: "otterize/helm-charts",
29352935
license: APACHE_V2,
2936-
urls: &[
2937-
"https://github.com/otterize/helm-charts/blob/main/intents-operator/crds/clientintents-customresourcedefinition.yaml",
2938-
"https://github.com/otterize/helm-charts/blob/main/intents-operator/crds/kafkaserverconfigs-customresourcedefinition.yaml",
2939-
"https://github.com/otterize/helm-charts/blob/main/intents-operator/crds/protectedservices-customresourcedefinition.yaml",
2940-
],
2936+
urls: &[], // intents-operator has no CRDs anymore
29412937
ignores: &[],
29422938
},
29432939
UpstreamSource {

0 commit comments

Comments
 (0)