Skip to content

Commit a12f875

Browse files
committed
RELEASE/MINOR: kubernetes-ingress: Tag release 1.28.3
Changes in kubernetes-ingress: - replace k8s.gcr.io registry for the default backend with registry.k8s.io Signed-off-by: Dinko Korunic <[email protected]>
1 parent 4801512 commit a12f875

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

kubernetes-ingress/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apiVersion: v2
1616
name: kubernetes-ingress
1717
description: A Helm chart for HAProxy Kubernetes Ingress Controller
1818
type: application
19-
version: 1.28.2
19+
version: 1.28.3
2020
appVersion: 1.9.3
2121
kubeVersion: ">=1.19.0-0"
2222
keywords:
@@ -32,5 +32,4 @@ maintainers:
3232
engine: gotpl
3333
annotations:
3434
artifacthub.io/changes: |
35-
- pod and container securityContext fixes for NET_BIND_SERVICE capability
36-
- PodSecurityPolicy fixes for K8s 1.25+
35+
- replace k8s.gcr.io registry for the default backend with registry.k8s.io

kubernetes-ingress/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ defaultBackend:
517517
replicaCount: 2
518518

519519
image:
520-
repository: k8s.gcr.io/defaultbackend-amd64
520+
repository: registry.k8s.io/defaultbackend-amd64
521521
tag: 1.5
522522
pullPolicy: IfNotPresent
523523
runAsUser: 65534

0 commit comments

Comments
 (0)