Changeset - c2e12ba4d0b2
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 16 months ago 2023-06-06 17:52:50
drewp@bigasterisk.com
update past CVE-2023-33189
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
20-kube/20-pom-deploy.yaml
Show inline comments
 
@@ -30,14 +30,20 @@ spec:
 
            - name: POD_IP
 
              valueFrom:
 
                fieldRef:
 
                  fieldPath: status.podIP
 
          # see https://hub.docker.com/r/pomerium/ingress-controller/tags but idk how to get the version number!
 
          # It's not even in the startup logs, just this: "pomerium_version":""
 
          # 
 
          # I think sha-2c8038a is v0.21.3 (by date, https://www.pomerium.com/docs/releases/changelog)
 
          image: pomerium/ingress-controller:sha-2c8038a
 
          #
 
          # sha-dd49d67 is 2023-05-30,
 
          # https://github.com/pomerium/ingress-controller/commit/dd49d679ea077930229dff8aa319c58c77a767dc
 
          # including 'current main branch' as of 2023-05-23 per
 
          # https://github.com/pomerium/ingress-controller/commit/f79735129577344cc9fd766ff1b51df324990771
 
          image: pomerium/ingress-controller:sha-dd49d67
 
          imagePullPolicy: IfNotPresent
 
          name: pomerium
 
          ports:
 
            - { containerPort: 8443, name: https, protocol: TCP }
 
            - { containerPort: 8080, name: http, protocol: TCP }
 
            - { containerPort: 9090, name: metrics, protocol: TCP }
0 comments (0 inline, 0 general)