Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated cherry pick of #16803: chore: update aws pod identity webhook #16810

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
version: 9.99.0
- id: k8s-1.16
manifest: eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml
manifestHash: db1d4b48d5be1590d1462766363498c165fa6c5ecec2be931c166b3d3697745d
manifestHash: 79c41f59887ce9fa60e8bd509c9b43d0c0aa8c2ebecc3bbb78c570485d55b8c2
name: eks-pod-identity-webhook.addons.k8s.io
needsPKI: true
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ spec:
- --sts-regional-endpoint
- --aws-default-region=us-test-1
- --v=5
image: amazon/amazon-eks-pod-identity-webhook:v0.4.0
image: amazon/amazon-eks-pod-identity-webhook:v0.5.7
name: pod-identity-webhook
readinessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 9999
scheme: HTTP
port: 443
scheme: HTTPS
initialDelaySeconds: 5
periodSeconds: 5
successThreshold: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
serviceAccountName: pod-identity-webhook
containers:
- name: pod-identity-webhook
image: amazon/amazon-eks-pod-identity-webhook:v0.4.0
image: amazon/amazon-eks-pod-identity-webhook:v0.5.7
command:
- /webhook
- --in-cluster=false
Expand All @@ -96,8 +96,8 @@ spec:
readinessProbe:
httpGet:
path: /healthz
port: 9999
scheme: HTTP
port: 443
scheme: HTTPS
initialDelaySeconds: 5
periodSeconds: 5
timeoutSeconds: 1
Expand Down