GitOps Toolkit controller that scans container registries
Go to file
dependabot[bot] da3d893c79
build(deps): bump the ci group with 5 updates
Bumps the ci group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [korthout/backport-action](https://github.com/korthout/backport-action) | `2.4.0` | `2.4.1` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.0.1` | `2.1.0` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2.0.1` | `2.1.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.15.5` | `0.15.6` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.23.1` | `3.23.2` |


Updates `korthout/backport-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](79b9f245a4...e8161d6a0d)

Updates `google-github-actions/auth` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](f6de81663f...5a50e58116)

Updates `google-github-actions/setup-gcloud` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](5a5f7b85fc...98ddc00a17)

Updates `anchore/sbom-action` from 0.15.5 to 0.15.6
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](24b0d52385...c6aed38a43)

Updates `github/codeql-action` from 3.23.1 to 3.23.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](0b21cf2492...b7bf0a3ed3)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 21:43:43 +00:00
.github build(deps): bump the ci group with 5 updates 2024-01-29 21:43:43 +00:00
api Update API to Kubernetes v1.28.6 2024-01-29 15:46:07 +02:00
config Release v0.31.1 2023-12-11 15:38:19 +02:00
docs imagerepo: add `.spec.insecure` to `ImageRepository` 2023-11-23 15:42:45 +05:30
hack Align docs structure with other controllers 2023-07-28 09:22:17 +02:00
internal imagerepo: add `.spec.insecure` to `ImageRepository` 2023-11-23 15:42:45 +05:30
tests Update API to Kubernetes v1.28.6 2024-01-29 15:46:07 +02:00
.gitignore Set controller package name 2023-05-30 18:16:42 +05:30
.goreleaser.yaml Add SLSA3 generators to release workflow 2023-06-22 15:26:12 +03:00
CHANGELOG.md Release v0.31.1 2023-12-11 15:38:19 +02:00
CODE_OF_CONDUCT.md Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
DCO Add DCO, CoC and contributing docs 2020-08-11 10:27:03 +03:00
DEVELOPMENT.md update to new doc links structure 2022-08-30 14:55:10 +02:00
Dockerfile Update Go to 1.21 2024-01-23 16:28:03 +02:00
LICENSE Create LICENSE 2020-07-08 07:28:44 +01:00
MAINTAINERS Move squaremo to retired maintainers 2022-02-02 14:12:53 +00:00
Makefile Update Go to 1.21 2024-01-23 16:28:03 +02:00
PROJECT Introduce v1beta2 API 2023-02-09 03:41:16 +05:30
README.md update to new doc links structure 2022-08-30 14:55:10 +02:00
go.mod build(deps): bump the go-deps group with 1 update 2024-01-29 21:12:50 +00:00
go.sum build(deps): bump the go-deps group with 1 update 2024-01-29 21:12:50 +00:00
main.go Update dependencies to Kubernetes v1.28 2023-11-21 10:00:39 +02:00

README.md

Image (metadata) reflector controller

CII Best Practices report license release

This is a controller that reflects container image metadata into a Kubernetes cluster. It pairs with the image update automation controller to drive automated config updates.

Installing

Please see the installation and use guide.

If you just want to run this controller for development purposes, do

kustomize build github.com/fluxcd/image-reflector-controller//config/default/?ref=main | kubectl apply -f-