Skip to content

Commit

Permalink
helm/v1beta1: Rename files to use the default run-level for updates
Browse files Browse the repository at this point in the history
I'd meant to do these in 9e3e820 (Console CRDs: Rename files to use
the default run-level for updates, 2023-08-02, #1541), but flubbed my
regexp.  Fixed now, with:

  $ rename 's/0000_[0-9][0-9][_-]/00_/' helm/*/*.yaml
  $ sed -i 's/0000_[0-9][0-9][_-]/00_/' helm/*/*.testsuite.yaml
  • Loading branch information
wking committed Aug 3, 2023
1 parent 08ec5d2 commit 9aa8b74
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 9aa8b74

Please sign in to comment.