Skip to content
Snippets Groups Projects
Verified Commit 26fa5441 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

try to use latest local path provisioner chart with our changes applied

parent 691a9a85
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,12 @@ data:
# We temporarily use our own build in order to use local volumes instead of
# hostPath.
image:
repository: "open.greenhost.net:4567/openappstack/openappstack/local-path-provisioner"
tag: "52f994f-amd64"
# We need to use our own fork of the local-path-provisioner until
# https://github.com/rancher/local-path-provisioner/issues/85 is resolved
repository: "open.greenhost.net:4567/openappstack/local-path-provisioner/local-path-provisioner"
# Make sure this tag is the same as the tag for the chart in the
# local-path-provisioner GitRepository
tag: "use-gitlab-ci"
resources:
requests:
cpu: 200m
......
......@@ -7,10 +7,14 @@ spec:
# The interval at which to check the upstream for updates
interval: 1h
# The repository URL, can be a HTTP/S or SSH address
url: https://github.com/rancher/local-path-provisioner
#
# We need to use our own fork of the local-path-provisioner until
# https://github.com/rancher/local-path-provisioner/issues/85 is resolved
url: https://open.greenhost.net/openappstack/local-path-provisioner
# The Git reference to checkout and monitor for changes
# (defaults to master)
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: v0.0.14
\ No newline at end of file
# tag: v0.0.20
branch: use-gitlab-ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment