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..62b6d675ed98b7febce9687e0f5229e5f1f59463 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: "v0.0.20-gh1" resources: requests: cpu: 200m diff --git a/flux2/infrastructure/sources/local-path-provisioner.yaml b/flux2/infrastructure/sources/local-path-provisioner.yaml index 791085ccaf26f0179da5c0a4e2c61f67e97a7e75..22b63e7316b8b9dce648cf9f7fa92966843168a1 100644 --- a/flux2/infrastructure/sources/local-path-provisioner.yaml +++ b/flux2/infrastructure/sources/local-path-provisioner.yaml @@ -7,10 +7,13 @@ 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-gh1