Skip to content

Commit 6419f50

Browse files
authored
Revert cert-manager version constraint to ">=v1.0.0" from 0.23.0 wrongly added by CI (#252)
<!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed and why The CI job that bumps the versions in main also wrongly bumped the cert-manager dependency constraint here: 1805045 causing build and release error ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
1 parent 1805045 commit 6419f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helm/temporal-worker-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ version: 0.23.0
66
appVersion: 1.5.0
77
dependencies:
88
- name: cert-manager
9-
version: 0.23.0
9+
version: ">=v1.0.0"
1010
repository: "https://charts.jetstack.io"
1111
condition: certmanager.install

0 commit comments

Comments
 (0)