Skip to content

Commit

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

`docker.io/cilium/cilium:v1.11.0-rc3@sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3`
`quay.io/cilium/cilium:v1.11.0-rc3@sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3`

`docker.io/cilium/clustermesh-apiserver:v1.11.0-rc3@sha256:bd853e813be9f0ebb4ec9fdec19d2062d7f7dbe25464c3e654fdc2752dabd574`
`quay.io/cilium/clustermesh-apiserver:v1.11.0-rc3@sha256:bd853e813be9f0ebb4ec9fdec19d2062d7f7dbe25464c3e654fdc2752dabd574`

`docker.io/cilium/docker-plugin:v1.11.0-rc3@sha256:84d48f83ef923c404d31db67654c50d6dd307e9661f4a2856836e5bfd3645a25`
`quay.io/cilium/docker-plugin:v1.11.0-rc3@sha256:84d48f83ef923c404d31db67654c50d6dd307e9661f4a2856836e5bfd3645a25`

`docker.io/cilium/hubble-relay:v1.11.0-rc3@sha256:1197f0caea15922296d4d9e1f1fee68d872e0c0a839604019fc029373c0bcc72`
`quay.io/cilium/hubble-relay:v1.11.0-rc3@sha256:1197f0caea15922296d4d9e1f1fee68d872e0c0a839604019fc029373c0bcc72`

`docker.io/cilium/operator-alibabacloud:v1.11.0-rc3@sha256:40707d247ffb1bcf2bcef8cc11521fdcb2d79a95bc3e768eb6200242703e7d1b`
`quay.io/cilium/operator-alibabacloud:v1.11.0-rc3@sha256:40707d247ffb1bcf2bcef8cc11521fdcb2d79a95bc3e768eb6200242703e7d1b`

`docker.io/cilium/operator-aws:v1.11.0-rc3@sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931`
`quay.io/cilium/operator-aws:v1.11.0-rc3@sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931`

`docker.io/cilium/operator-azure:v1.11.0-rc3@sha256:065ca3bc77c1e577accbb8e3ca4a16664264db6d51bd4dcc16f4a6f4cb809665`
`quay.io/cilium/operator-azure:v1.11.0-rc3@sha256:065ca3bc77c1e577accbb8e3ca4a16664264db6d51bd4dcc16f4a6f4cb809665`

`docker.io/cilium/operator-generic:v1.11.0-rc3@sha256:bdaa42d80f8a11c5af398bc1f0c6e7656a05a6be0895a3c931a3bd3c41db7ebe`
`quay.io/cilium/operator-generic:v1.11.0-rc3@sha256:bdaa42d80f8a11c5af398bc1f0c6e7656a05a6be0895a3c931a3bd3c41db7ebe`

`docker.io/cilium/operator:v1.11.0-rc3@sha256:2091ec8ff2fb84a3b0ebf06d342498d0d7308d68b3a3d2a77450037a80606d5e`
`quay.io/cilium/operator:v1.11.0-rc3@sha256:2091ec8ff2fb84a3b0ebf06d342498d0d7308d68b3a3d2a77450037a80606d5e`

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Nov 23, 2021
1 parent c9d9f7e commit 46b8558
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions install/kubernetes/Makefile.digests
Expand Up @@ -2,12 +2,12 @@
# Copyright 2021 Authors of Cilium
# SPDX-License-Identifier: Apache-2.0

CILIUM_DIGEST := ""
CLUSTERMESH_APISERVER_DIGEST := ""
DOCKER_PLUGIN_DIGEST := ""
HUBBLE_RELAY_DIGEST := ""
OPERATOR_AWS_DIGEST := ""
OPERATOR_AZURE_DIGEST := ""
OPERATOR_ALIBABACLOUD_DIGEST := ""
OPERATOR_GENERIC_DIGEST := ""
OPERATOR_DIGEST := ""
CILIUM_DIGEST := "sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3"
CLUSTERMESH_APISERVER_DIGEST := "sha256:bd853e813be9f0ebb4ec9fdec19d2062d7f7dbe25464c3e654fdc2752dabd574"
DOCKER_PLUGIN_DIGEST := "sha256:84d48f83ef923c404d31db67654c50d6dd307e9661f4a2856836e5bfd3645a25"
HUBBLE_RELAY_DIGEST := "sha256:1197f0caea15922296d4d9e1f1fee68d872e0c0a839604019fc029373c0bcc72"
OPERATOR_ALIBABACLOUD_DIGEST := "sha256:40707d247ffb1bcf2bcef8cc11521fdcb2d79a95bc3e768eb6200242703e7d1b"
OPERATOR_AWS_DIGEST := "sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931"
OPERATOR_AZURE_DIGEST := "sha256:065ca3bc77c1e577accbb8e3ca4a16664264db6d51bd4dcc16f4a6f4cb809665"
OPERATOR_GENERIC_DIGEST := "sha256:bdaa42d80f8a11c5af398bc1f0c6e7656a05a6be0895a3c931a3bd3c41db7ebe"
OPERATOR_DIGEST := "sha256:2091ec8ff2fb84a3b0ebf06d342498d0d7308d68b3a3d2a77450037a80606d5e"
10 changes: 5 additions & 5 deletions install/kubernetes/cilium/README.md
Expand Up @@ -82,7 +82,7 @@ contributors across the globe, there is almost always someone available to help.
| cluster.id | int | `nil` | Unique ID of the cluster. Must be unique across all connected clusters and in the range of 1 to 255. Only required for Cluster Mesh. |
| cluster.name | string | `"default"` | Name of the cluster. Only required for Cluster Mesh. |
| clustermesh.apiserver.etcd.image | object | `{"pullPolicy":"IfNotPresent","repository":"quay.io/coreos/etcd","tag":"v3.4.13"}` | Clustermesh API server etcd image. |
| clustermesh.apiserver.image | object | `{"digest":"","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.11.0-rc3","useDigest":false}` | Clustermesh API server image. |
| clustermesh.apiserver.image | object | `{"digest":"sha256:bd853e813be9f0ebb4ec9fdec19d2062d7f7dbe25464c3e654fdc2752dabd574","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/clustermesh-apiserver","tag":"v1.11.0-rc3","useDigest":true}` | Clustermesh API server image. |
| clustermesh.apiserver.nodeSelector | object | `{}` | 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.podLabels | object | `{}` | Labels to be added to clustermesh-apiserver pods |
Expand Down Expand Up @@ -204,7 +204,7 @@ contributors across the globe, there is almost always someone available to help.
| hubble.metrics.serviceMonitor.labels | object | `{}` | Labels to add to ServiceMonitor hubble |
| 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.image | object | `{"digest":"","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.11.0-rc3","useDigest":false}` | Hubble-relay container image. |
| hubble.relay.image | object | `{"digest":"sha256:1197f0caea15922296d4d9e1f1fee68d872e0c0a839604019fc029373c0bcc72","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/hubble-relay","tag":"v1.11.0-rc3","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 | `{}` | Node labels for pod assignment ref: https://kubernetes.io/docs/user-guide/node-selection/ |
Expand Down Expand Up @@ -259,7 +259,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":"","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.0-rc3","useDigest":false}` | Agent container image. |
| image | object | `{"digest":"sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.0-rc3","useDigest":true}` | Agent container image. |
| imagePullSecrets | string | `nil` | Configure image pull secrets for pulling container images |
| installIptablesRules | bool | `true` | Configure whether to install iptables rules to allow for TPROXY (L7 proxy injection), iptables-based masquerading and compatibility with kube-proxy. |
| installNoConntrackIptablesRules | bool | `false` | Install Iptables rules to skip netfilter connection tracking on all pod traffic. This option is only effective when Cilium is running in direct routing and full KPR mode. Moreover, this option cannot be enabled when Cilium is running in a managed Kubernetes environment or in a chained CNI setup. |
Expand Down Expand Up @@ -320,7 +320,7 @@ contributors across the globe, there is almost always someone available to help.
| operator.extraInitContainers | list | `[]` | Additional InitContainers to initialize the pod. |
| operator.identityGCInterval | string | `"15m0s"` | Interval for identity garbage collection. |
| operator.identityHeartbeatTimeout | string | `"30m0s"` | Timeout for identity heartbeats. |
| operator.image | object | `{"alibabacloudDigest":"","awsDigest":"","azureDigest":"","genericDigest":"","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.11.0-rc3","useDigest":false}` | cilium-operator image. |
| operator.image | object | `{"alibabacloudDigest":"sha256:40707d247ffb1bcf2bcef8cc11521fdcb2d79a95bc3e768eb6200242703e7d1b","awsDigest":"sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931","azureDigest":"sha256:065ca3bc77c1e577accbb8e3ca4a16664264db6d51bd4dcc16f4a6f4cb809665","genericDigest":"sha256:bdaa42d80f8a11c5af398bc1f0c6e7656a05a6be0895a3c931a3bd3c41db7ebe","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/operator","suffix":"","tag":"v1.11.0-rc3","useDigest":true}` | cilium-operator image. |
| operator.nodeSelector | object | `{}` | 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 |
| operator.podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":1}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
Expand All @@ -347,7 +347,7 @@ contributors across the globe, there is almost always someone available to help.
| preflight.extraEnv | object | `{}` | Additional preflight environment variables. |
| preflight.extraHostPathMounts | list | `[]` | Additional preflight host path mounts. |
| preflight.extraInitContainers | list | `[]` | Additional preflight init containers. |
| preflight.image | object | `{"digest":"","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.0-rc3","useDigest":false}` | Cilium pre-flight image. |
| preflight.image | object | `{"digest":"sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3","pullPolicy":"IfNotPresent","repository":"quay.io/cilium/cilium","tag":"v1.11.0-rc3","useDigest":true}` | Cilium pre-flight image. |
| preflight.nodeSelector | object | `{}` | 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 | object | `{"enabled":true,"maxUnavailable":2}` | PodDisruptionBudget settings ref: https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
Expand Down
26 changes: 13 additions & 13 deletions install/kubernetes/cilium/values.yaml
Expand Up @@ -85,8 +85,8 @@ image:
tag: v1.11.0-rc3
pullPolicy: IfNotPresent
# cilium-digest
digest: ""
useDigest: false
digest: "sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3"
useDigest: true

# -- Pod affinity for cilium-agent.
affinity:
Expand Down Expand Up @@ -681,8 +681,8 @@ hubble:
repository: quay.io/cilium/hubble-relay
tag: v1.11.0-rc3
# hubble-relay-digest
digest: ""
useDigest: false
digest: "sha256:1197f0caea15922296d4d9e1f1fee68d872e0c0a839604019fc029373c0bcc72"
useDigest: true
pullPolicy: IfNotPresent

# -- Specifies the resources for the hubble-relay pods
Expand Down Expand Up @@ -1306,14 +1306,14 @@ operator:
repository: quay.io/cilium/operator
tag: v1.11.0-rc3
# operator-generic-digest
genericDigest: ""
genericDigest: "sha256:bdaa42d80f8a11c5af398bc1f0c6e7656a05a6be0895a3c931a3bd3c41db7ebe"
# operator-azure-digest
azureDigest: ""
azureDigest: "sha256:065ca3bc77c1e577accbb8e3ca4a16664264db6d51bd4dcc16f4a6f4cb809665"
# operator-aws-digest
awsDigest: ""
awsDigest: "sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931"
# operator-alibabacloud-digest
alibabacloudDigest: ""
useDigest: false
alibabacloudDigest: "sha256:40707d247ffb1bcf2bcef8cc11521fdcb2d79a95bc3e768eb6200242703e7d1b"
useDigest: true
pullPolicy: IfNotPresent
suffix: ""

Expand Down Expand Up @@ -1522,8 +1522,8 @@ preflight:
repository: quay.io/cilium/cilium
tag: v1.11.0-rc3
# cilium-digest
digest: ""
useDigest: false
digest: "sha256:176e0b3f8354d8705ae6d7527da606fa14f7ed4aa553848670d5aee7b1063ed3"
useDigest: true
pullPolicy: IfNotPresent

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

etcd:
Expand Down

0 comments on commit 46b8558

Please sign in to comment.