We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
image-automation-controller commits the symlink when the following operation is performed.
At this time, the symlink committed by the developer in step 3 is pushed to the sample-merge branch.
Here is the flux configuration we are using flux version
flux version
flux: v0.38.2 image-automation-controller: v0.36.1 image-reflector-controller: v0.30.0 kustomize-controller: v1.1.0 notification-controller: v1.1.0 source-controller: v1.1.1
ImageUpdateAutomation
apiVersion: image.toolkit.fluxcd.io/v1beta1 kind: ImageUpdateAutomation metadata: name: sample-api spec: interval: 5m0s sourceRef: kind: GitRepository name: sample-api namespace: sample git: checkout: ref: branch: master commit: author: email: [email protected] name: fluxbot messageTemplate: 'Automated image update' push: branch: sample-merge update: path: ./k8s/prd/sample-api strategy: Setters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
image-automation-controller commits the symlink when the following operation is performed.
At this time, the symlink committed by the developer in step 3 is pushed to the sample-merge branch.
Here is the flux configuration we are using
flux version
ImageUpdateAutomation
The text was updated successfully, but these errors were encountered: