Skip to content

Commit

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

`docker.io/cilium/cilium:v1.12.15@sha256:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca`
`quay.io/cilium/cilium:v1.12.15@sha256:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca`

`docker.io/cilium/clustermesh-apiserver:v1.12.15@sha256:9e9dccc8bc7bfcf6f32cc4a17e434517fdc13f89474049e36f4500eb5d40fad7`
`quay.io/cilium/clustermesh-apiserver:v1.12.15@sha256:9e9dccc8bc7bfcf6f32cc4a17e434517fdc13f89474049e36f4500eb5d40fad7`

`docker.io/cilium/docker-plugin:v1.12.15@sha256:04d5463be836feaa6e4affaf7a57c7a35b432bd8d236b4969b6e907e501bb95b`
`quay.io/cilium/docker-plugin:v1.12.15@sha256:04d5463be836feaa6e4affaf7a57c7a35b432bd8d236b4969b6e907e501bb95b`

`docker.io/cilium/hubble-relay:v1.12.15@sha256:7caa0af7576db3cc137aa0125eae98435777c1b29eff79b049cbe681308e2794`
`quay.io/cilium/hubble-relay:v1.12.15@sha256:7caa0af7576db3cc137aa0125eae98435777c1b29eff79b049cbe681308e2794`

`docker.io/cilium/operator-alibabacloud:v1.12.15@sha256:0bb7b1ef7401c73e89794e6c66151b2654f3cc0d0d4ba22391ba3204e6a10ae8`
`quay.io/cilium/operator-alibabacloud:v1.12.15@sha256:0bb7b1ef7401c73e89794e6c66151b2654f3cc0d0d4ba22391ba3204e6a10ae8`

`docker.io/cilium/operator-aws:v1.12.15@sha256:454e7c2b755204b6417f514e4385ff7b22cc9e4fd737202e6bff098f1f023e9a`
`quay.io/cilium/operator-aws:v1.12.15@sha256:454e7c2b755204b6417f514e4385ff7b22cc9e4fd737202e6bff098f1f023e9a`

`docker.io/cilium/operator-azure:v1.12.15@sha256:adec8ed7ca41c0c52368f9d4cf247de29d11d1d43afc42f50aacca104e3fda53`
`quay.io/cilium/operator-azure:v1.12.15@sha256:adec8ed7ca41c0c52368f9d4cf247de29d11d1d43afc42f50aacca104e3fda53`

`docker.io/cilium/operator-generic:v1.12.15@sha256:ef8acf5b11f033032b55e2ece07179d925bfcb6f0cb501a898fdc031bad900ea`
`quay.io/cilium/operator-generic:v1.12.15@sha256:ef8acf5b11f033032b55e2ece07179d925bfcb6f0cb501a898fdc031bad900ea`

`docker.io/cilium/operator:v1.12.15@sha256:5dfbd80c6d279e5495f1258924be06781cf6f1a8ee701251986b80593ccda5ed`
`quay.io/cilium/operator:v1.12.15@sha256:5dfbd80c6d279e5495f1258924be06781cf6f1a8ee701251986b80593ccda5ed`

Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
  • Loading branch information
jrajahalme committed Oct 17, 2023
1 parent dd1c06e commit 988c8e8
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:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca"
export CLUSTERMESH_APISERVER_DIGEST := "sha256:9e9dccc8bc7bfcf6f32cc4a17e434517fdc13f89474049e36f4500eb5d40fad7"
export DOCKER_PLUGIN_DIGEST := "sha256:04d5463be836feaa6e4affaf7a57c7a35b432bd8d236b4969b6e907e501bb95b"
export HUBBLE_RELAY_DIGEST := "sha256:7caa0af7576db3cc137aa0125eae98435777c1b29eff79b049cbe681308e2794"
export OPERATOR_ALIBABACLOUD_DIGEST := "sha256:0bb7b1ef7401c73e89794e6c66151b2654f3cc0d0d4ba22391ba3204e6a10ae8"
export OPERATOR_AWS_DIGEST := "sha256:454e7c2b755204b6417f514e4385ff7b22cc9e4fd737202e6bff098f1f023e9a"
export OPERATOR_AZURE_DIGEST := "sha256:adec8ed7ca41c0c52368f9d4cf247de29d11d1d43afc42f50aacca104e3fda53"
export OPERATOR_GENERIC_DIGEST := "sha256:ef8acf5b11f033032b55e2ece07179d925bfcb6f0cb501a898fdc031bad900ea"
export OPERATOR_DIGEST := "sha256:5dfbd80c6d279e5495f1258924be06781cf6f1a8ee701251986b80593ccda5ed"
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.15","useDigest":false}` | Clustermesh API server image. |
| clustermesh.apiserver.image | object | `{"digest":"sha256:9e9dccc8bc7bfcf6f32cc4a17e434517fdc13f89474049e36f4500eb5d40fad7","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.12.15","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 @@ -254,7 +254,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.15","useDigest":false}` | Hubble-relay container image. |
| hubble.relay.image | object | `{"digest":"sha256:7caa0af7576db3cc137aa0125eae98435777c1b29eff79b049cbe681308e2794","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.12.15","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 @@ -345,7 +345,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.15","useDigest":false}` | Agent container image. |
| image | object | `{"digest":"sha256:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.12.15","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 @@ -411,7 +411,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.15","useDigest":false}` | cilium-operator image. |
| operator.image | object | `{"alibabacloudDigest":"sha256:0bb7b1ef7401c73e89794e6c66151b2654f3cc0d0d4ba22391ba3204e6a10ae8","awsDigest":"sha256:454e7c2b755204b6417f514e4385ff7b22cc9e4fd737202e6bff098f1f023e9a","azureDigest":"sha256:adec8ed7ca41c0c52368f9d4cf247de29d11d1d43afc42f50aacca104e3fda53","genericDigest":"sha256:ef8acf5b11f033032b55e2ece07179d925bfcb6f0cb501a898fdc031bad900ea","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.12.15","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 @@ -454,7 +454,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.15","useDigest":false}` | Cilium pre-flight image. |
| preflight.image | object | `{"digest":"sha256:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca","override":null,"pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.12.15","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.15"
pullPolicy: "IfNotPresent"
# cilium-digest
digest: ""
useDigest: false
digest: "sha256:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca"
useDigest: true

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

# -- Specifies the resources for the hubble-relay pods
Expand Down Expand Up @@ -1632,14 +1632,14 @@ operator:
repository: "quay.io/cilium/operator"
tag: "v1.12.15"
# operator-generic-digest
genericDigest: ""
genericDigest: "sha256:ef8acf5b11f033032b55e2ece07179d925bfcb6f0cb501a898fdc031bad900ea"
# operator-azure-digest
azureDigest: ""
azureDigest: "sha256:adec8ed7ca41c0c52368f9d4cf247de29d11d1d43afc42f50aacca104e3fda53"
# operator-aws-digest
awsDigest: ""
awsDigest: "sha256:454e7c2b755204b6417f514e4385ff7b22cc9e4fd737202e6bff098f1f023e9a"
# operator-alibabacloud-digest
alibabacloudDigest: ""
useDigest: false
alibabacloudDigest: "sha256:0bb7b1ef7401c73e89794e6c66151b2654f3cc0d0d4ba22391ba3204e6a10ae8"
useDigest: true
pullPolicy: "IfNotPresent"
suffix: ""

Expand Down Expand Up @@ -1883,8 +1883,8 @@ preflight:
repository: "quay.io/cilium/cilium"
tag: "v1.12.15"
# cilium-digest
digest: ""
useDigest: false
digest: "sha256:24c4c9d756b2467ec20475309b68d640cdf91aa0008e136a826197590f028cca"
useDigest: true
pullPolicy: "IfNotPresent"

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

etcd:
Expand Down

0 comments on commit 988c8e8

Please sign in to comment.