Skip to content

Commit

Permalink
Relax dependency version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Nov 2, 2023
1 parent 785e0e8 commit cd62642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sddi-ckan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependencies:
- name: ingress-nginx
alias: ingress-nginx
condition: ingress-nginx.enabled
version: "~4.4.0"
version: "^4"
repository: https://kubernetes.github.io/ingress-nginx
- name: cert-manager
alias: cert-manager
condition: cert-manager.enabled
version: "~1.11.0"
version: "^1"
repository: https://charts.jetstack.io
4 changes: 2 additions & 2 deletions charts/sddi-ckan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Kubernetes: `>= 1.23.0-0`
| | postgis | * |
| | redis | * |
| | solr | * |
| https://charts.jetstack.io | cert-manager(cert-manager) | ~1.11.0 |
| https://kubernetes.github.io/ingress-nginx | ingress-nginx(ingress-nginx) | ~4.4.0 |
| https://charts.jetstack.io | cert-manager(cert-manager) | ^1 |
| https://kubernetes.github.io/ingress-nginx | ingress-nginx(ingress-nginx) | ^4 |

## Values

Expand Down

0 comments on commit cd62642

Please sign in to comment.