Skip to content

Commit

Permalink
Merge pull request #126 from controlplaneio-fluxcd/flux-ee-2024
Browse files Browse the repository at this point in the history
Update Flux EE digests
  • Loading branch information
stefanprodan authored Dec 17, 2024
2 parents ccac6cc + d412ac5 commit 18c53cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions config/data/flux-images/v2.4.0/enterprise-alpine.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
images:
- name: ghcr.io/controlplaneio-fluxcd/alpine/source-controller
newTag: v1.4.1
digest: sha256:9ab70740f95813899900271eb799fffbc6c4898ee23596102d6ba58cf4f11a33
digest: sha256:54c60edc83448c82565259f1652fa86a5962e58bceb44ed8df8cb5ae1a9d9e3f
- name: ghcr.io/controlplaneio-fluxcd/alpine/kustomize-controller
newTag: v1.4.0
digest: sha256:5c252253cd04655f100f3a42c61b8fa69c7898ca9c879186e7a6ffb03f187c41
digest: sha256:a06f6bed0ad1182d21929f675667e59d78bd7bb245e61129601845625672cab5
- name: ghcr.io/controlplaneio-fluxcd/alpine/helm-controller
newTag: v1.1.0
digest: sha256:0979c300505143b496ad56266fc59e68d9df9c7208e6727cdcf3a3654eb21fb7
digest: sha256:2729697125a9aa36f19543b783af7cb029225795cbddb1f09c431944e8f5c814
- name: ghcr.io/controlplaneio-fluxcd/alpine/notification-controller
newTag: v1.4.0
digest: sha256:5525b84e2678df09caf1e4deb32660ef520293e4ae78b0f204e9a47025d97d0b
digest: sha256:21184544f3c8f660446d429ba431e8362b6e96c3cbd059d5d61648e7a15003bc
- name: ghcr.io/controlplaneio-fluxcd/alpine/image-reflector-controller
newTag: v0.33.0
digest: sha256:3d850d79a39e098e6c47ab6a819e09a9a70269f091c92d9c8b0f9371baaec1cb
digest: sha256:b55be9a9b339e43df030121527bbbe07dfe11eaaacb347c475c19bd82202c72b
- name: ghcr.io/controlplaneio-fluxcd/alpine/image-automation-controller
newTag: v0.39.0
digest: sha256:a7ddfe882e827525742590e0edf00b9c12ed66655959b380fcc63cae3a676d84
digest: sha256:6cc64f7a27197c75dcb08faefbf34beaa996bc4d9afd2bd604e665dca01c9315
12 changes: 6 additions & 6 deletions config/data/flux-images/v2.4.0/enterprise-distroless.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
images:
- name: ghcr.io/controlplaneio-fluxcd/distroless/source-controller
newTag: v1.4.1
digest: sha256:26e58f117af3f1540f366dd6fa5ced74a2e4d7eb3284c105b234630aaeaef4de
digest: sha256:1ceb4a156ae2630f5939074c5af0b5f04d77ee3b92199fb14debe396daaba4aa
- name: ghcr.io/controlplaneio-fluxcd/distroless/kustomize-controller
newTag: v1.4.0
digest: sha256:e2e6dcad1cc1a10af7dee90032002b9822a0b16d2ea7fa2ddf6acd6a89987a63
digest: sha256:c93a4ca9c533662d0ae741283df9cc6219c0af21d7ec78008ff937a9092684ed
- name: ghcr.io/controlplaneio-fluxcd/distroless/helm-controller
newTag: v1.1.0
digest: sha256:29b485d54c23f63eb256a704be80b5c85f168de0cb75070770d3e6f227f19381
digest: sha256:3e84c21a5afa8d853e0e52de3de2ccc433a11d464506cfd3998e292fb0bce7c5
- name: ghcr.io/controlplaneio-fluxcd/distroless/notification-controller
newTag: v1.4.0
digest: sha256:3818ac5364f66a3c2ab4fdb51d5770f6cd5ed38b202db013c3cacb1004709749
digest: sha256:a6610f88d3b575f9b9644fb1a66f2ee095416ee5db06ffdd5668463691eea751
- name: ghcr.io/controlplaneio-fluxcd/distroless/image-reflector-controller
newTag: v0.33.0
digest: sha256:2cac6f66664164ff6c211001151b73b6fa5e6a9d9d1672b7c56169e31903a185
digest: sha256:95488363fa40036c38be3f9e1558e406d0f8f027ef28efa29d5278687e05da6f
- name: ghcr.io/controlplaneio-fluxcd/distroless/image-automation-controller
newTag: v0.39.0
digest: sha256:3a9577a7c7d14ac26f8a465a67457cebb315bd9c0bb66ed636720be28a6dbe06
digest: sha256:52627734579793ab8dcd01d59ab6f33d186e5fad4d8406a35aebcdadff2dfb28
2 changes: 1 addition & 1 deletion docs/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
### Manifests Update for Enterprise CVE Fixes

1. Create a new branch from `main`, e.g. `enterprise-cve-fixes` in the [`controlplaneio-fluxcd/flux-operator` repository](https://github.com/controlplaneio-fluxcd/flux-operator).
2. Rebuild the Flux manifests with the latest image patches by running `make build-manifests`.
2. Rebuild the Flux manifests with the latest image patches by running `make vendor-flux`.
3. Commit changes and open a PR.
4. After the PR is merged, publish the OCI artifact with the manifests by running the [`push-manifests` GitHub Workflow](https://github.com/controlplaneio-fluxcd/flux-operator/actions/workflows/push-manifests.yml).

Expand Down

0 comments on commit 18c53cc

Please sign in to comment.