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

Update dependency kube-vip/helm-charts #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion config/kube-vip-cloud-provider/overwrites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
#* This is the upstream chart version which is released as a specific tag in the same repo as `kube-vip`.
#* Renovate below watches releases that match `kube-vip-cloud-provider-x.y.z`.
# renovate-kube-vip-cloud-provider: kube-vip/helm-charts
version: 0.2.2
version: 0.2.5

#* This is the app's version of the application being deployed.
#* It overwrites the value of the upstream chart above which isn't well maintained.
Expand Down
2 changes: 1 addition & 1 deletion config/kube-vip/overwrites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
#* This is the upstream chart version which is released as a specific tag in the same repo as `kube-vip-cloud-provider`.
#* Renovate below watches releases that match `kube-vip-x.y.z`.
# renovate-kube-vip: kube-vip/helm-charts
version: 0.6.2
version: 0.8.4

#* This is the app's version of the application being deployed.
#* It overwrites the value of the upstream chart above which isn't well maintained.
Expand Down
4 changes: 2 additions & 2 deletions helm/cloud-provider-vsphere/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ dependencies:
version: 3.3.0
- name: kube-vip
# renovate-kube-vip: kube-vip/helm-charts
version: 0.6.2
version: 0.8.4
condition: kube-vip.enabled
- name: kube-vip-cloud-provider
# renovate-kube-vip-cloud-provider: kube-vip/helm-charts
version: 0.2.2
version: 0.2.5
condition: kube-vip-cloud-provider.enabled
Loading