Skip to content

Commit

Permalink
Add chart.lock to fix a bug in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
byrisettya committed Apr 6, 2021
1 parent 90de031 commit a633db0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- 'charts/oes/Chart.yaml'
- 'charts/oes/Chart.lock'

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion charts/oes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
requirements.lock
Chart.lock
24 changes: 24 additions & 0 deletions charts/oes/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
dependencies:
- name: openldap
repository: ""
version: 1.2.3
- name: spinnaker
repository: ""
version: 2.2.3
- name: redis
repository: ""
version: 10.5.3
- name: elasticsearch
repository: ""
version: 7.5.0
- name: kibana
repository: ""
version: 7.5.0
- name: fluent-bit
repository: ""
version: 2.8.2
- name: prometheus
repository: ""
version: 11.16.2
digest: sha256:735ad1d8d9ec251e3dd815d946de6af2e835470fb67bd90d76369142ef850e33
generated: "2021-04-06T19:37:30.06016536+05:30"

0 comments on commit a633db0

Please sign in to comment.