Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: revert Chart.yaml to point to local repositories #2394

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: keptn-cert-manager
repository: https://charts.lifecycle.keptn.sh
repository: file://../klt-cert-manager/chart
version: 0.2.0
- name: keptn-lifecycle-operator
repository: https://charts.lifecycle.keptn.sh
repository: file://../lifecycle-operator/chart
version: 0.1.0
- name: keptn-metrics-operator
repository: https://charts.lifecycle.keptn.sh
repository: file://../metrics-operator/chart
version: 0.1.0
digest: sha256:170beda719610c8985113a4d13fe61cacadf8543c6566d3c5ca436e03d648522
generated: "2023-10-31T15:49:17.358165748+01:00"
digest: sha256:c7488f31be35aaa90007b22da4dd2989b42db1a6d9473d8d7e3ef7d58aee5714
generated: "2023-11-02T08:47:21.847373062+01:00"
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ dependencies:
version: 0.2.0
alias: certManager
condition: certManager.enabled
repository: "https://charts.lifecycle.keptn.sh"
repository: file://../klt-cert-manager/chart
- name: keptn-lifecycle-operator
version: 0.1.0
alias: lifecycleOperator
condition: lifecycleOperator.enabled
repository: "https://charts.lifecycle.keptn.sh"
repository: file://../lifecycle-operator/chart
- name: keptn-metrics-operator
version: 0.1.0
alias: metricsOperator
condition: metricsOperator.enabled
repository: "https://charts.lifecycle.keptn.sh"
repository: file://../metrics-operator/chart
# TODO: change repository links to released ones once the charts get their first release
Loading