Skip to content

Commit

Permalink
generalize chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Jul 30, 2024
1 parent 11edd05 commit feedc2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ appVersion: "1.0.0"
dependencies:
- name: logprep
repository: file://../../charts/logprep
version: 13.1.1
version: "*"
alias: connector
- name: logprep
repository: file://../../charts/logprep
version: 13.1.1
version: "*"
- name: kafka
repository: https://charts.bitnami.com/bitnami
version: 29.3.7
version: "^29"
- name: opensearch
repository: https://charts.bitnami.com/bitnami
version: 1.2.6
version: "^1"

0 comments on commit feedc2c

Please sign in to comment.