From 5d237b4a8704469755fae72d3759617cb516aac5 Mon Sep 17 00:00:00 2001 From: jh629g Date: Wed, 9 Dec 2020 16:22:21 -0600 Subject: [PATCH] Update Source for Ranger-Agent Source was set as openstack-helm rather than openstack-helm-addons, which is the location that ranger-agent charts live. This should correct an issue currently being experienced in openstack-helm-deployments patchset: https://review.opendev.org/764492 Change-Id: I0217fde2ee0741b6b40462e30cffc99583d6c2dc --- ranger-agent/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ranger-agent/Chart.yaml b/ranger-agent/Chart.yaml index 98d1bc8d..2c214a2b 100644 --- a/ranger-agent/Chart.yaml +++ b/ranger-agent/Chart.yaml @@ -15,9 +15,9 @@ appVersion: v1.0.0 description: OpenStack-Helm Ranger Agent home: https://opendev.org/x/ranger-agent name: ranger-agent -version: 0.1.4 +version: 0.1.5 sources: - https://opendev.org/openstack/ranger-agent - - https://opendev.org/openstack/openstack-helm + - https://opendev.org/openstack/openstack-helm-addons maintainers: - name: OpenStack-Helm Authors