Skip to content

Commit

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

`docker.io/cilium/cilium:v1.12.14@sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77`
`quay.io/cilium/cilium:v1.12.14@sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77`

`docker.io/cilium/clustermesh-apiserver:v1.12.14@sha256:b293c1220cd94f031c561d957f12d9aabb84f59c11dd6ce74d58c1f2fc317f71`
`quay.io/cilium/clustermesh-apiserver:v1.12.14@sha256:b293c1220cd94f031c561d957f12d9aabb84f59c11dd6ce74d58c1f2fc317f71`

`docker.io/cilium/docker-plugin:v1.12.14@sha256:95525aa15dc4be5e9a2511c8cbeef7084616ede94586f1e20c00917cb8f3804c`
`quay.io/cilium/docker-plugin:v1.12.14@sha256:95525aa15dc4be5e9a2511c8cbeef7084616ede94586f1e20c00917cb8f3804c`

`docker.io/cilium/hubble-relay:v1.12.14@sha256:78e6f43fff4a7755eaa525cb781b72a7c5cda74a8b1c0c2f560d16eccc2f0d83`
`quay.io/cilium/hubble-relay:v1.12.14@sha256:78e6f43fff4a7755eaa525cb781b72a7c5cda74a8b1c0c2f560d16eccc2f0d83`

`docker.io/cilium/operator-alibabacloud:v1.12.14@sha256:55a3f9ddf6158d56d8db9e989c6d1e59ac45ef307dfa7c3294be118633d53982`
`quay.io/cilium/operator-alibabacloud:v1.12.14@sha256:55a3f9ddf6158d56d8db9e989c6d1e59ac45ef307dfa7c3294be118633d53982`

`docker.io/cilium/operator-aws:v1.12.14@sha256:43ce051c5fe218b0c75c7f8476e7779a234570c2041c9c4200a81ce1494f5984`
`quay.io/cilium/operator-aws:v1.12.14@sha256:43ce051c5fe218b0c75c7f8476e7779a234570c2041c9c4200a81ce1494f5984`

`docker.io/cilium/operator-azure:v1.12.14@sha256:3bbf0384ec2cc90348c99a25c63d9ae37a1ed7b15bf4e7f9eb865f8f46379f2f`
`quay.io/cilium/operator-azure:v1.12.14@sha256:3bbf0384ec2cc90348c99a25c63d9ae37a1ed7b15bf4e7f9eb865f8f46379f2f`

`docker.io/cilium/operator-generic:v1.12.14@sha256:b9ce66384c74f79a2982ef3a4602f649d49e9b8b79b58db5faa344c7451cb7c9`
`quay.io/cilium/operator-generic:v1.12.14@sha256:b9ce66384c74f79a2982ef3a4602f649d49e9b8b79b58db5faa344c7451cb7c9`

`docker.io/cilium/operator:v1.12.14@sha256:8bd42d4f8bd30d2ab026b58792b836b0d25852de42ba019b39148f5943619f29`
`quay.io/cilium/operator:v1.12.14@sha256:8bd42d4f8bd30d2ab026b58792b836b0d25852de42ba019b39148f5943619f29`

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
  • Loading branch information
michi-covalent committed Sep 12, 2023
1 parent 67cb53d commit 953019d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions Documentation/helm-values.rst

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

18 changes: 9 additions & 9 deletions install/kubernetes/Makefile.digests
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Copyright 2023 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 OPERATOR_ALIBABACLOUD_DIGEST := ""
export OPERATOR_AWS_DIGEST := ""
export OPERATOR_AZURE_DIGEST := ""
export OPERATOR_GENERIC_DIGEST := ""
export OPERATOR_DIGEST := ""
export CILIUM_DIGEST := "sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:b293c1220cd94f031c561d957f12d9aabb84f59c11dd6ce74d58c1f2fc317f71"
export DOCKER_PLUGIN_DIGEST := "sha256:95525aa15dc4be5e9a2511c8cbeef7084616ede94586f1e20c00917cb8f3804c"
export HUBBLE_RELAY_DIGEST := "sha256:78e6f43fff4a7755eaa525cb781b72a7c5cda74a8b1c0c2f560d16eccc2f0d83"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:55a3f9ddf6158d56d8db9e989c6d1e59ac45ef307dfa7c3294be118633d53982"
export OPERATOR_AWS_DIGEST := "sha256:43ce051c5fe218b0c75c7f8476e7779a234570c2041c9c4200a81ce1494f5984"
export OPERATOR_AZURE_DIGEST := "sha256:3bbf0384ec2cc90348c99a25c63d9ae37a1ed7b15bf4e7f9eb865f8f46379f2f"
export OPERATOR_GENERIC_DIGEST := "sha256:b9ce66384c74f79a2982ef3a4602f649d49e9b8b79b58db5faa344c7451cb7c9"
export OPERATOR_DIGEST := "sha256:8bd42d4f8bd30d2ab026b58792b836b0d25852de42ba019b39148f5943619f29"
10 changes: 5 additions & 5 deletions install/kubernetes/cilium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contributors across the globe, there is almost always someone available to help.
| clustermesh.apiserver.extraEnv | list | `[]` | Additional clustermesh-apiserver environment variables. |
| clustermesh.apiserver.extraVolumeMounts | list | `[]` | Additional clustermesh-apiserver volumeMounts. |
| clustermesh.apiserver.extraVolumes | list | `[]` | Additional clustermesh-apiserver volumes. |
| clustermesh.apiserver.image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.12.14","useDigest":false}` | Clustermesh API server image. |
| clustermesh.apiserver.image | object | `{"digest":"sha256:b293c1220cd94f031c561d957f12d9aabb84f59c11dd6ce74d58c1f2fc317f71","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.12.14","useDigest":true}` | Clustermesh API server image. |
| clustermesh.apiserver.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| clustermesh.apiserver.podAnnotations | object | `{}` | Annotations to be added to clustermesh-apiserver pods |
| clustermesh.apiserver.podDisruptionBudget.enabled | bool | `false` | enable PodDisruptionBudget ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
Expand Down Expand Up @@ -253,7 +253,7 @@ contributors across the globe, there is almost always someone available to help.
| hubble.relay.dialTimeout | string | `nil` | Dial timeout to connect to the local hubble instance to receive peer information (e.g. "30s"). |
| hubble.relay.enabled | bool | `false` | Enable Hubble Relay (requires hubble.enabled=true) |
| hubble.relay.extraEnv | list | `[]` | Additional hubble-relay environment variables. |
| hubble.relay.image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.12.14","useDigest":false}` | Hubble-relay container image. |
| hubble.relay.image | object | `{"digest":"sha256:78e6f43fff4a7755eaa525cb781b72a7c5cda74a8b1c0c2f560d16eccc2f0d83","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.12.14","useDigest":true}` | Hubble-relay container image. |
| hubble.relay.listenHost | string | `""` | Host to listen to. Specify an empty string to bind to all the interfaces. |
| hubble.relay.listenPort | string | `"4245"` | Port to listen to. |
| hubble.relay.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
Expand Down Expand Up @@ -344,7 +344,7 @@ contributors across the globe, there is almost always someone available to help.
| hubble.ui.tolerations | list | `[]` | Node tolerations for pod assignment on nodes with taints ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ |
| hubble.ui.updateStrategy | object | `{"rollingUpdate":{"maxUnavailable":1},"type":"RollingUpdate"}` | hubble-ui update strategy. |
| identityAllocationMode | string | `"crd"` | Method to use for identity allocation (`crd` or `kvstore`). |
| image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.12.14","useDigest":false}` | Agent container image. |
| image | object | `{"digest":"sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.12.14","useDigest":true}` | Agent container image. |
| imagePullSecrets | string | `nil` | Configure image pull secrets for pulling container images |
| ingressController.enabled | bool | `false` | Enable cilium ingress controller This will automatically set enable-envoy-config as well. |
| ingressController.enforceHttps | bool | `true` | Enforce https for host having matching TLS host in Ingress. Incoming traffic to http listener will return 308 http error code with respective location in header. |
Expand Down Expand Up @@ -410,7 +410,7 @@ contributors across the globe, there is almost always someone available to help.
| operator.extraVolumes | list | `[]` | Additional cilium-operator volumes. |
| operator.identityGCInterval | string | `"15m0s"` | Interval for identity garbage collection. |
| operator.identityHeartbeatTimeout | string | `"30m0s"` | Timeout for identity heartbeats. |
| operator.image | object | `{"alibabacloudDigest":"","awsDigest":"","azureDigest":"","genericDigest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.12.14","useDigest":false}` | cilium-operator image. |
| operator.image | object | `{"alibabacloudDigest":"sha256:55a3f9ddf6158d56d8db9e989c6d1e59ac45ef307dfa7c3294be118633d53982","awsDigest":"sha256:43ce051c5fe218b0c75c7f8476e7779a234570c2041c9c4200a81ce1494f5984","azureDigest":"sha256:3bbf0384ec2cc90348c99a25c63d9ae37a1ed7b15bf4e7f9eb865f8f46379f2f","genericDigest":"sha256:b9ce66384c74f79a2982ef3a4602f649d49e9b8b79b58db5faa344c7451cb7c9","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.12.14","useDigest":true}` | cilium-operator image. |
| operator.nodeGCInterval | string | `"5m0s"` | Interval for cilium node garbage collection. |
| operator.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for cilium-operator pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| operator.podAnnotations | object | `{}` | Annotations to be added to cilium-operator pods |
Expand Down Expand Up @@ -453,7 +453,7 @@ contributors across the globe, there is almost always someone available to help.
| preflight.extraEnv | list | `[]` | Additional preflight environment variables. |
| preflight.extraVolumeMounts | list | `[]` | Additional preflight volumeMounts. |
| preflight.extraVolumes | list | `[]` | Additional preflight volumes. |
| preflight.image | object | `{"digest":"","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.12.14","useDigest":false}` | Cilium pre-flight image. |
| preflight.image | object | `{"digest":"sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.12.14","useDigest":true}` | Cilium pre-flight image. |
| preflight.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Node labels for preflight pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
| preflight.podAnnotations | object | `{}` | Annotations to be added to preflight pods |
| preflight.podDisruptionBudget.enabled | bool | `false` | enable PodDisruptionBudget ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
Expand Down
26 changes: 13 additions & 13 deletions install/kubernetes/cilium/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ image:
tag: "v1.12.14"
pullPolicy: "IfNotPresent"
# cilium-digest
digest: ""
useDigest: false
digest: "sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77"
useDigest: true

# -- Affinity for cilium-agent.
affinity:
Expand Down Expand Up @@ -830,8 +830,8 @@ hubble:
repository: "quay.io/cilium/hubble-relay"
tag: "v1.12.14"
# hubble-relay-digest
digest: ""
useDigest: false
digest: "sha256:78e6f43fff4a7755eaa525cb781b72a7c5cda74a8b1c0c2f560d16eccc2f0d83"
useDigest: true
pullPolicy: "IfNotPresent"

# -- Specifies the resources for the hubble-relay pods
Expand Down Expand Up @@ -1626,14 +1626,14 @@ operator:
repository: "quay.io/cilium/operator"
tag: "v1.12.14"
# operator-generic-digest
genericDigest: ""
genericDigest: "sha256:b9ce66384c74f79a2982ef3a4602f649d49e9b8b79b58db5faa344c7451cb7c9"
# operator-azure-digest
azureDigest: ""
azureDigest: "sha256:3bbf0384ec2cc90348c99a25c63d9ae37a1ed7b15bf4e7f9eb865f8f46379f2f"
# operator-aws-digest
awsDigest: ""
awsDigest: "sha256:43ce051c5fe218b0c75c7f8476e7779a234570c2041c9c4200a81ce1494f5984"
# operator-alibabacloud-digest
alibabacloudDigest: ""
useDigest: false
alibabacloudDigest: "sha256:55a3f9ddf6158d56d8db9e989c6d1e59ac45ef307dfa7c3294be118633d53982"
useDigest: true
pullPolicy: "IfNotPresent"
suffix: ""

Expand Down Expand Up @@ -1877,8 +1877,8 @@ preflight:
repository: "quay.io/cilium/cilium"
tag: "v1.12.14"
# cilium-digest
digest: ""
useDigest: false
digest: "sha256:a54b28a5c15e14f3491c772ca7cfa86266a2b1efb85326bc1ab6c95b91aeaa77"
useDigest: true
pullPolicy: "IfNotPresent"

# -- The priority class to use for the preflight pod.
Expand Down Expand Up @@ -2023,8 +2023,8 @@ clustermesh:
repository: "quay.io/cilium/clustermesh-apiserver"
tag: "v1.12.14"
# clustermesh-apiserver-digest
digest: ""
useDigest: false
digest: "sha256:b293c1220cd94f031c561d957f12d9aabb84f59c11dd6ce74d58c1f2fc317f71"
useDigest: true
pullPolicy: "IfNotPresent"

etcd:
Expand Down

0 comments on commit 953019d

Please sign in to comment.