chore: update aws eks identity webhook

This commit is contained in:
elias.souza 2024-09-03 11:14:18 -03:00
parent adce725d9f
commit 1d7e841657
3 changed files with 7 additions and 7 deletions

View File

@ -148,7 +148,7 @@ spec:
version: 9.99.0 version: 9.99.0
- id: k8s-1.16 - id: k8s-1.16
manifest: eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml manifest: eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml
manifestHash: db1d4b48d5be1590d1462766363498c165fa6c5ecec2be931c166b3d3697745d manifestHash: 79c41f59887ce9fa60e8bd509c9b43d0c0aa8c2ebecc3bbb78c570485d55b8c2
name: eks-pod-identity-webhook.addons.k8s.io name: eks-pod-identity-webhook.addons.k8s.io
needsPKI: true needsPKI: true
selector: selector:

View File

@ -130,14 +130,14 @@ spec:
- --sts-regional-endpoint - --sts-regional-endpoint
- --aws-default-region=us-test-1 - --aws-default-region=us-test-1
- --v=5 - --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 name: pod-identity-webhook
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
path: /healthz path: /healthz
port: 9999 port: 443
scheme: HTTP scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 5 periodSeconds: 5
successThreshold: 1 successThreshold: 1

View File

@ -80,7 +80,7 @@ spec:
serviceAccountName: pod-identity-webhook serviceAccountName: pod-identity-webhook
containers: containers:
- name: pod-identity-webhook - 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: command:
- /webhook - /webhook
- --in-cluster=false - --in-cluster=false
@ -96,8 +96,8 @@ spec:
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz
port: 9999 port: 443
scheme: HTTP scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 5 periodSeconds: 5
timeoutSeconds: 1 timeoutSeconds: 1