Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use patched go-git version #173

Closed
wants to merge 1 commit into from
Closed

Use patched go-git version #173

wants to merge 1 commit into from

Conversation

hiddeco
Copy link
Member

@hiddeco hiddeco commented May 31, 2021

To work around object not found errors due to a newly introduced bug
in go-git v5.4.0.

Image available for testing: hiddeco/image-automation-controller:go-git-patch-776e182

May contain fix for #172

To work around `object not found` errors due to a newly introduced bug
in go-git v5.4.0.

Signed-off-by: Hidde Beydals <hello@hidde.co>
@stefanprodan
Copy link
Member

To test this on a cluster bootstrapped with Flux, change the image in your ./clusters/<name>/flux-system/kustomization.yaml like so:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - gotk-components.yaml
  - gotk-sync.yaml
images:
- name: ghcr.io/fluxcd/image-automation-controller
  newName: docker.io/hiddeco/image-automation-controller
  newTag: go-git-patch-776e182

@stefanprodan
Copy link
Member

Closing in favour of: #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants