Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Adjust apiVersion of apprepositories crd
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgraeff committed Jan 2, 2023
1 parent 4896ae7 commit 2d91c92
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions chart/hub/crds/apprepository-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: apprepositories.kubeapps.com
spec:
conversion:
strategy: None
group: kubeapps.com
scope: Namespaced
names:
kind: AppRepository
listKind: AppRepositoryList
plural: apprepositories
shortNames:
- apprepos
version: v1alpha1
- apprepos
singular: apprepository
preserveUnknownFields: true
scope: Namespaced
versions:
- name: v1alpha1
served: true
storage: true

0 comments on commit 2d91c92

Please sign in to comment.