diff --git a/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml b/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml index b55298422c9777d6650be2cb6764090f0870bb69..fefee71c82af74ad1d6fec085caa93bd681c0367 100644 --- a/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml +++ b/flux2/infrastructure/local-path-provisioner/local-path-provisioner-values-configmap.yaml @@ -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 diff --git a/flux2/infrastructure/sources/local-path-provisioner.yaml b/flux2/infrastructure/sources/local-path-provisioner.yaml index 791085ccaf26f0179da5c0a4e2c61f67e97a7e75..1e03b906e3f92e386b5d6ebc2420dd22c18b930b 100644 --- a/flux2/infrastructure/sources/local-path-provisioner.yaml +++ b/flux2/infrastructure/sources/local-path-provisioner.yaml @@ -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