Skip to content

Commit

Permalink
Revert "Bump CRD from v1beta1 to v1 (k8s 1.16+) (#2164)" (#2168)
Browse files Browse the repository at this point in the history
This reverts commit be572e8.
  • Loading branch information
antgamdia committed Nov 17, 2020
1 parent 83166b9 commit 928887b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/kubeapps/crds/apprepository-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apiextensions.k8s.io/v1
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: apprepositories.kubeapps.com
Expand Down
2 changes: 1 addition & 1 deletion chart/kubeapps/templates/apprepository-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if not (.Capabilities.APIVersions.Has "kubeapps.com/v1alpha1") -}}
# The condition above will be true if another instance of Kubeapps is
# already installed
apiVersion: apiextensions.k8s.io/v1
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: apprepositories.kubeapps.com
Expand Down
2 changes: 1 addition & 1 deletion cmd/apprepository-controller/artifacts/examples/crd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apiextensions.k8s.io/v1
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: apprepositories.kubeapps.com
Expand Down

0 comments on commit 928887b

Please sign in to comment.