Skip to content

Commit

Permalink
install: Update image digests for v1.14.11
Browse files Browse the repository at this point in the history
Generated from https://github.com/cilium/cilium/actions/runs/9093757136.

`docker.io/cilium/cilium:v1.14.11@sha256:2b2118042dc6efe88dbc40c78909b6afd72b369896782ce38d132435724ee269`
`quay.io/cilium/cilium:v1.14.11@sha256:2b2118042dc6efe88dbc40c78909b6afd72b369896782ce38d132435724ee269`

`docker.io/cilium/clustermesh-apiserver:v1.14.11@sha256:75f03e9ad73ffe27d02723ef67bc2ecbcedbb28291a83b56f53ebc7efbf7a53b`
`quay.io/cilium/clustermesh-apiserver:v1.14.11@sha256:75f03e9ad73ffe27d02723ef67bc2ecbcedbb28291a83b56f53ebc7efbf7a53b`

`docker.io/cilium/docker-plugin:v1.14.11@sha256:30c77ae461b713815b851ac0fb2f0c41f772aec3bff8041030277a63bb038863`
`quay.io/cilium/docker-plugin:v1.14.11@sha256:30c77ae461b713815b851ac0fb2f0c41f772aec3bff8041030277a63bb038863`

`docker.io/cilium/hubble-relay:v1.14.11@sha256:e3021d0830ea36a84821d988d53ebf246bd1457856d147c433fff39a1022fb94`
`quay.io/cilium/hubble-relay:v1.14.11@sha256:e3021d0830ea36a84821d988d53ebf246bd1457856d147c433fff39a1022fb94`

`docker.io/cilium/kvstoremesh:v1.14.11@sha256:5f1114e296dd41224bc8aa91cb597bdd73b2d685e74151a6bdc26ad994a94d41`
`quay.io/cilium/kvstoremesh:v1.14.11@sha256:5f1114e296dd41224bc8aa91cb597bdd73b2d685e74151a6bdc26ad994a94d41`

`docker.io/cilium/operator-alibabacloud:v1.14.11@sha256:0b59f3e2df736181b9895758ceb6eb84854946aed74c0a5cc2d28a3b3b824659`
`quay.io/cilium/operator-alibabacloud:v1.14.11@sha256:0b59f3e2df736181b9895758ceb6eb84854946aed74c0a5cc2d28a3b3b824659`

`docker.io/cilium/operator-aws:v1.14.11@sha256:3ca9823572291ff25aef32827c6029a5ad33006c70e61285bdb4b3a7a5b52e54`
`quay.io/cilium/operator-aws:v1.14.11@sha256:3ca9823572291ff25aef32827c6029a5ad33006c70e61285bdb4b3a7a5b52e54`

`docker.io/cilium/operator-azure:v1.14.11@sha256:cad3db8a1728f96cfe90c45678a3cea1b30224e89bb8531286fae2a27c6ed73a`
`quay.io/cilium/operator-azure:v1.14.11@sha256:cad3db8a1728f96cfe90c45678a3cea1b30224e89bb8531286fae2a27c6ed73a`

`docker.io/cilium/operator-generic:v1.14.11@sha256:df76f71a06f1c681848bfa86fdd99243af593d33034c9e2057c6af969bc25109`
`quay.io/cilium/operator-generic:v1.14.11@sha256:df76f71a06f1c681848bfa86fdd99243af593d33034c9e2057c6af969bc25109`

`docker.io/cilium/operator:v1.14.11@sha256:2f0e1c1167a602e5096b4765d9130e88f58f9aead577b01e7e3ee7a671f7a870`
`quay.io/cilium/operator:v1.14.11@sha256:2f0e1c1167a602e5096b4765d9130e88f58f9aead577b01e7e3ee7a671f7a870`

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril committed May 15, 2024
1 parent d86c466 commit 5907f20
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
12 changes: 6 additions & 6 deletions Documentation/helm-values.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions install/kubernetes/Makefile.digests
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Copyright 2024 Authors of Cilium
# SPDX-License-Identifier: Apache-2.0

export CILIUM_DIGEST := ""
export CLUSTERMESH_APISERVER_DIGEST := ""
export DOCKER_PLUGIN_DIGEST := ""
export HUBBLE_RELAY_DIGEST := ""
export KVSTOREMESH_DIGEST := ""
export OPERATOR_ALIBABACLOUD_DIGEST := ""
export OPERATOR_AWS_DIGEST := ""
export OPERATOR_AZURE_DIGEST := ""
export OPERATOR_GENERIC_DIGEST := ""
export OPERATOR_DIGEST := ""
export CILIUM_DIGEST := "sha256:2b2118042dc6efe88dbc40c78909b6afd72b369896782ce38d132435724ee269"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:75f03e9ad73ffe27d02723ef67bc2ecbcedbb28291a83b56f53ebc7efbf7a53b"
export DOCKER_PLUGIN_DIGEST := "sha256:30c77ae461b713815b851ac0fb2f0c41f772aec3bff8041030277a63bb038863"
export HUBBLE_RELAY_DIGEST := "sha256:e3021d0830ea36a84821d988d53ebf246bd1457856d147c433fff39a1022fb94"
export KVSTOREMESH_DIGEST := "sha256:5f1114e296dd41224bc8aa91cb597bdd73b2d685e74151a6bdc26ad994a94d41"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:0b59f3e2df736181b9895758ceb6eb84854946aed74c0a5cc2d28a3b3b824659"
export OPERATOR_AWS_DIGEST := "sha256:3ca9823572291ff25aef32827c6029a5ad33006c70e61285bdb4b3a7a5b52e54"
export OPERATOR_AZURE_DIGEST := "sha256:cad3db8a1728f96cfe90c45678a3cea1b30224e89bb8531286fae2a27c6ed73a"
export OPERATOR_GENERIC_DIGEST := "sha256:df76f71a06f1c681848bfa86fdd99243af593d33034c9e2057c6af969bc25109"
export OPERATOR_DIGEST := "sha256:2f0e1c1167a602e5096b4765d9130e88f58f9aead577b01e7e3ee7a671f7a870"
12 changes: 6 additions & 6 deletions install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions install/kubernetes/cilium/values.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5907f20

Please sign in to comment.