Skip to content

Commit

Permalink
Merge pull request #1544 from wking/fix-helm-CRD-filenames-too
Browse files Browse the repository at this point in the history
helm/v1beta1: Rename files to use the default run-level for updates
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents 4c26c14 + 9aa8b74 commit ea6b749
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/v1beta1/stable.helmchartrepository.testsuite.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] HelmChartRepository"
crd: 0000_10-helm-chart-repository.crd.yaml
crd: 00_helm-chart-repository.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal HelmChartRepository
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this
name: "[Stable] ProjectHelmChartRepository"
crd: 0000_10-project-helm-chart-repository.crd.yaml
crd: 00_project-helm-chart-repository.crd.yaml
tests:
onCreate:
- name: Should be able to create a minimal ProjectHelmChartRepository
Expand Down

0 comments on commit ea6b749

Please sign in to comment.