Uplift ingress to 0.42.0
- Uplifts the image to nginx 0.42.0 to address CVEs - Adds labels needed for nginx 0.42.0 - Updates release notes for ingress Change-Id: I133d6d30d4a68628ee516f5896780cc8096ffd1f
This commit is contained in:
parent
c8dbd3d47d
commit
2e80509e0f
@ -12,10 +12,10 @@
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
appVersion: v0.32.0
|
||||
appVersion: v0.42.0
|
||||
description: OpenStack-Helm Ingress Controller
|
||||
name: ingress
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
home: https://github.com/kubernetes/ingress
|
||||
sources:
|
||||
- https://github.com/kubernetes/ingress
|
||||
|
@ -160,6 +160,13 @@ metadata:
|
||||
labels:
|
||||
{{ tuple $envAll "ingress" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
|
||||
app: ingress-api
|
||||
app.kubernetes.io/name: "ingress-api"
|
||||
app.kubernetes.io/instance: {{ $serviceAccountName }}
|
||||
app.kubernetes.io/component: "ingress"
|
||||
app.kubernetes.io/managed-by: {{ $envAll.Release.Service }}
|
||||
{{- if $envAll.Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ $envAll.Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if eq .Values.deployment.type "Deployment" }}
|
||||
replicas: {{ .Values.pod.replicas.ingress }}
|
||||
@ -174,6 +181,13 @@ spec:
|
||||
labels:
|
||||
{{ tuple $envAll "ingress" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 8 }}
|
||||
app: ingress-api
|
||||
app.kubernetes.io/name: "ingress-api"
|
||||
app.kubernetes.io/instance: {{ $serviceAccountName }}
|
||||
app.kubernetes.io/component: "ingress"
|
||||
app.kubernetes.io/managed-by: {{ $envAll.Release.Service }}
|
||||
{{- if $envAll.Chart.AppVersion }}
|
||||
app.kubernetes.io/version: {{ $envAll.Chart.AppVersion | quote }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
||||
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||
|
@ -25,7 +25,7 @@ deployment:
|
||||
images:
|
||||
tags:
|
||||
entrypoint: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|
||||
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.32.0
|
||||
ingress: k8s.gcr.io/ingress-nginx/controller:v0.42.0
|
||||
ingress_module_init: docker.io/openstackhelm/neutron:stein-ubuntu_bionic
|
||||
ingress_routed_vip: docker.io/openstackhelm/neutron:stein-ubuntu_bionic
|
||||
error_pages: k8s.gcr.io/defaultbackend:1.4
|
||||
|
@ -6,4 +6,5 @@ ingress:
|
||||
- 0.2.0 Update default Kubernetes API for use with Helm v3
|
||||
- 0.2.1 Use HostToContainer mountPropagation
|
||||
- 0.2.2 Use full image ref for docker official images
|
||||
- 0.2.3 Uplift ingress to 0.42.0
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user