Skip to content

Commit

Permalink
Merge pull request kubernetes#16811 from eliasscosta/automated-cherry…
Browse files Browse the repository at this point in the history
…-pick-of-#16803-upstream-release-1.30

Automated cherry pick of kubernetes#16803: chore: update aws pod identity webhook
  • Loading branch information
k8s-ci-robot authored Sep 5, 2024
2 parents afd6aad + a32a87a commit 9bced90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 9bced90

Please sign in to comment.