Skip to content

Commit 5119318

Browse files
authored
Images: Bump other images. (#14099)
1 parent 4f895e1 commit 5119318

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

charts/ingress-nginx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ metadata:
275275
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
276276
| controller.admissionWebhooks.objectSelector | object | `{}` | |
277277
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
278-
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39"` | |
278+
| controller.admissionWebhooks.patch.image.digest | string | `"sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f"` | |
279279
| controller.admissionWebhooks.patch.image.image | string | `"ingress-nginx/kube-webhook-certgen"` | |
280280
| controller.admissionWebhooks.patch.image.pullPolicy | string | `"IfNotPresent"` | |
281-
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.3"` | |
281+
| controller.admissionWebhooks.patch.image.tag | string | `"v1.6.4"` | |
282282
| controller.admissionWebhooks.patch.labels | object | `{}` | Labels to be added to patch job resources |
283283
| controller.admissionWebhooks.patch.networkPolicy.enabled | bool | `false` | Enable 'networkPolicy' or not |
284284
| controller.admissionWebhooks.patch.nodeSelector."kubernetes.io/os" | string | `"linux"` | |

charts/ingress-nginx/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,8 @@ controller:
853853
## for backwards compatibility consider setting the full image url via the repository value below
854854
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
855855
## repository:
856-
tag: v1.6.3
857-
digest: sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
856+
tag: v1.6.4
857+
digest: sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
858858
pullPolicy: IfNotPresent
859859
# -- Provide a priority class name to the webhook patching job
860860
##

docs/examples/canary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
spec:
3232
containers:
3333
- name: production
34-
image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.3@sha256:d85d82c957d4f01d9851f1d9cf37248b377b4a954fa17b58beb089e11cdebb30
34+
image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.4@sha256:93631b65adad68950d03499d2a3697d54800fcdeaef5400c3da4b96902247123
3535
ports:
3636
- containerPort: 80
3737
env:
@@ -97,7 +97,7 @@ spec:
9797
spec:
9898
containers:
9999
- name: canary
100-
image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.3@sha256:d85d82c957d4f01d9851f1d9cf37248b377b4a954fa17b58beb089e11cdebb30
100+
image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.4@sha256:93631b65adad68950d03499d2a3697d54800fcdeaef5400c3da4b96902247123
101101
ports:
102102
- containerPort: 80
103103
env:

docs/examples/customization/custom-errors/custom-default-backend.helm.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaultBackend:
66
image:
77
registry: registry.k8s.io
88
image: ingress-nginx/custom-error-pages
9-
tag: v1.2.3@sha256:dbe7ec7c1556281fa71f4ec974693b51bfb91970477313dcc9262a4e44ecec4d
9+
tag: v1.2.4@sha256:7d3a249020b277298e0695736b8e22c31185699b4531caeaa89fff31db5ad152
1010
extraVolumes:
1111
- name: custom-error-pages
1212
configMap:

docs/examples/customization/custom-errors/custom-default-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
spec:
3737
containers:
3838
- name: nginx-error-server
39-
image: registry.k8s.io/ingress-nginx/custom-error-pages:v1.2.3@sha256:dbe7ec7c1556281fa71f4ec974693b51bfb91970477313dcc9262a4e44ecec4d
39+
image: registry.k8s.io/ingress-nginx/custom-error-pages:v1.2.4@sha256:7d3a249020b277298e0695736b8e22c31185699b4531caeaa89fff31db5ad152
4040
ports:
4141
- containerPort: 8080
4242
# Setting the environment variable DEBUG we can see the headers sent

docs/examples/customization/external-auth-headers/echo-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
terminationGracePeriodSeconds: 60
1919
containers:
2020
- name: echo-service
21-
image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.3@sha256:d85d82c957d4f01d9851f1d9cf37248b377b4a954fa17b58beb089e11cdebb30
21+
image: registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.4@sha256:93631b65adad68950d03499d2a3697d54800fcdeaef5400c3da4b96902247123
2222
ports:
2323
- containerPort: 8080
2424
resources:

test/e2e/HTTPBUN_IMAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry.k8s.io/ingress-nginx/httpbun:v1.2.3@sha256:435d624f8a35cae2d115cbc0c685c8a73c4777a54366b7e734dd0efa97e65c37
1+
registry.k8s.io/ingress-nginx/httpbun:v1.2.4@sha256:db1830fe658c8a1bab1399eb271279e00d318138e784a4749ae1018e7dda268f

test/e2e/framework/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const NIPService = "external-nip"
4747
var HTTPBunImage = os.Getenv("HTTPBUN_IMAGE")
4848

4949
// EchoImage is the default image to be used by the echo service
50-
const EchoImage = "registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.3@sha256:d85d82c957d4f01d9851f1d9cf37248b377b4a954fa17b58beb089e11cdebb30" //#nosec G101
50+
const EchoImage = "registry.k8s.io/ingress-nginx/e2e-test-echo:v1.2.4@sha256:93631b65adad68950d03499d2a3697d54800fcdeaef5400c3da4b96902247123" //#nosec G101
5151

5252
// TODO: change all Deployment functions to use these options
5353
// in order to reduce complexity and have a unified API across the

test/e2e/framework/fastcgi_helloserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (f *Framework) NewNewFastCGIHelloServerDeploymentWithReplicas(replicas int3
5959
Containers: []corev1.Container{
6060
{
6161
Name: "fastcgi-helloserver",
62-
Image: "registry.k8s.io/ingress-nginx/fastcgi-helloserver:v1.2.3@sha256:143c320742ded4e172b2a152a963191f632d189f034a917df1d4b785ad7b6830",
62+
Image: "registry.k8s.io/ingress-nginx/fastcgi-helloserver:v1.2.4@sha256:513acab8f40c5c7f6233edb6debca35a52271401d1ec64159875d27153b2df8a",
6363
Env: []corev1.EnvVar{},
6464
Ports: []corev1.ContainerPort{
6565
{

test/e2e/settings/ocsp/ocsp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func ocspserveDeployment(namespace string) (*appsv1.Deployment, *corev1.Service)
297297
Containers: []corev1.Container{
298298
{
299299
Name: name,
300-
Image: "registry.k8s.io/ingress-nginx/cfssl:v1.2.3@sha256:9f2efb4e2775d67d49ffae385b7e7280e106ea3445bb55649be8223a7b51d047",
300+
Image: "registry.k8s.io/ingress-nginx/cfssl:v1.2.4@sha256:07c23545688b926a92c78856fc49a186d4b49efb7edf23f50a10aab1da0565f8",
301301
Command: []string{
302302
"/bin/bash",
303303
"-c",

0 commit comments

Comments
 (0)