comparison 20-kube/20-pom-deploy.yaml @ 22:c2e12ba4d0b2

update past CVE-2023-33189
author drewp@bigasterisk.com
date Tue, 06 Jun 2023 10:52:50 -0700
parents 021ddfa73806
children
comparison
equal deleted inserted replaced
21:9bff6004bd60 22:c2e12ba4d0b2
31 valueFrom: 31 valueFrom:
32 fieldRef: 32 fieldRef:
33 fieldPath: status.podIP 33 fieldPath: status.podIP
34 # see https://hub.docker.com/r/pomerium/ingress-controller/tags but idk how to get the version number! 34 # see https://hub.docker.com/r/pomerium/ingress-controller/tags but idk how to get the version number!
35 # It's not even in the startup logs, just this: "pomerium_version":"" 35 # It's not even in the startup logs, just this: "pomerium_version":""
36 #
36 # I think sha-2c8038a is v0.21.3 (by date, https://www.pomerium.com/docs/releases/changelog) 37 # I think sha-2c8038a is v0.21.3 (by date, https://www.pomerium.com/docs/releases/changelog)
37 image: pomerium/ingress-controller:sha-2c8038a 38 #
39 # sha-dd49d67 is 2023-05-30,
40 # https://github.com/pomerium/ingress-controller/commit/dd49d679ea077930229dff8aa319c58c77a767dc
41 # including 'current main branch' as of 2023-05-23 per
42 # https://github.com/pomerium/ingress-controller/commit/f79735129577344cc9fd766ff1b51df324990771
43 image: pomerium/ingress-controller:sha-dd49d67
38 imagePullPolicy: IfNotPresent 44 imagePullPolicy: IfNotPresent
39 name: pomerium 45 name: pomerium
40 ports: 46 ports:
41 - { containerPort: 8443, name: https, protocol: TCP } 47 - { containerPort: 8443, name: https, protocol: TCP }
42 - { containerPort: 8080, name: http, protocol: TCP } 48 - { containerPort: 8080, name: http, protocol: TCP }