Skip to content

unable to clone: Certificate #298

Closed
Closed
@charlie-haley

Description

@charlie-haley

I've recently configured image update automations on one of our clusters, all the image repositories and image policies seem to reconcile fine.

However the images never updated and I get this event from the ImageUpdateAutomation - unable to clone: Certificate

---
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAutomation
metadata:
  name: flux-system
  namespace: flux-system
spec:
  interval: 1m0s
  sourceRef:
    kind: GitRepository
    name: flux-system
  git:
    checkout:
      ref:
        branch: master
    commit:
      author:
        email: [email protected]
        name: myfluxbot
    push:
      branch: master
  update:
    path: ./manifests
    strategy: Setters
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
  name: flux-system
  namespace: flux-system
spec:
  interval: 1m0s
  ref:
    branch: master
  url: ssh://github.com/my/repo
  secretRef:
    name: infra-git-secret

It's referencing the same GitRepository we use in our Flux Kustomizations (which work perfectly)

Here's the Git

Flux version: 0.25.2
Image controller: 0.19.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions