Skip to content

Unable to clone error object not found #369

Closed
@steven-sheehy

Description

@steven-sheehy

After upgrading from v0.12.2 to v0.13.1 I'm getting the below error:

{"level":"error","ts":"2021-05-28T23:30:28.660Z","logger":"controller.gitrepository","msg":"Reconciler error","reconciler group":"source.toolkit.fluxcd.io","reconciler kind":"GitRepository","name":"hedera-mirror-node","namespace":"common","error":"unable to clone 'https://github.com/hashgraph/hedera-mirror-node.git', error: object not found"}

Here's my GitRepository:

apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
  name: hedera-mirror-node
  namespace: common
spec:
  ignore: |
    /*
    !/charts
  interval: 1m0s
  url: https://github.com/hashgraph/hedera-mirror-node.git

Editing the source-controller deployment back to v0.12.2 and it works again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/gitGit related issues and pull requestsblocked/upstreamBlocked by an upstream dependency or issuebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions