Skip to content

Commit

Permalink
use release branch image tag temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga committed Jan 31, 2023
1 parent 9694f85 commit 9b5c372
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/pomerium/deployment/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
spec:
containers:
- name: pomerium
image: pomerium/ingress-controller:sha-cdc389c
imagePullPolicy: IfNotPresent
image: pomerium/ingress-controller:0-21-0
imagePullPolicy: Always
4 changes: 2 additions & 2 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: pomerium/ingress-controller:sha-cdc389c
imagePullPolicy: IfNotPresent
image: pomerium/ingress-controller:0-21-0
imagePullPolicy: Always
name: pomerium
ports:
- containerPort: 8443
Expand Down

1 comment on commit 9b5c372

@lgov
Copy link

@lgov lgov commented on 9b5c372 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I suggest to also update the image tag for the gen-secrets Job from main to this release version?
#477
Thanks.

Please sign in to comment.