Skip to content

Commit 9bced90

Browse files
authored
Merge pull request #16811 from eliasscosta/automated-cherry-pick-of-#16803-upstream-release-1.30
Automated cherry pick of #16803: chore: update aws pod identity webhook
2 parents afd6aad + a32a87a commit 9bced90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-bootstrap_content

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ spec:
148148
version: 9.99.0
149149
- id: k8s-1.16
150150
manifest: eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml
151-
manifestHash: db1d4b48d5be1590d1462766363498c165fa6c5ecec2be931c166b3d3697745d
151+
manifestHash: 79c41f59887ce9fa60e8bd509c9b43d0c0aa8c2ebecc3bbb78c570485d55b8c2
152152
name: eks-pod-identity-webhook.addons.k8s.io
153153
needsPKI: true
154154
selector:

tests/integration/update_cluster/irsa/data/aws_s3_object_minimal.example.com-addons-eks-pod-identity-webhook.addons.k8s.io-k8s-1.16_content

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ spec:
130130
- --sts-regional-endpoint
131131
- --aws-default-region=us-test-1
132132
- --v=5
133-
image: amazon/amazon-eks-pod-identity-webhook:v0.4.0
133+
image: amazon/amazon-eks-pod-identity-webhook:v0.5.7
134134
name: pod-identity-webhook
135135
readinessProbe:
136136
failureThreshold: 3
137137
httpGet:
138138
path: /healthz
139-
port: 9999
140-
scheme: HTTP
139+
port: 443
140+
scheme: HTTPS
141141
initialDelaySeconds: 5
142142
periodSeconds: 5
143143
successThreshold: 1

upup/models/cloudup/resources/addons/eks-pod-identity-webhook.addons.k8s.io/k8s-1.16.yaml.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
serviceAccountName: pod-identity-webhook
8181
containers:
8282
- name: pod-identity-webhook
83-
image: amazon/amazon-eks-pod-identity-webhook:v0.4.0
83+
image: amazon/amazon-eks-pod-identity-webhook:v0.5.7
8484
command:
8585
- /webhook
8686
- --in-cluster=false
@@ -96,8 +96,8 @@ spec:
9696
readinessProbe:
9797
httpGet:
9898
path: /healthz
99-
port: 9999
100-
scheme: HTTP
99+
port: 443
100+
scheme: HTTPS
101101
initialDelaySeconds: 5
102102
periodSeconds: 5
103103
timeoutSeconds: 1

0 commit comments

Comments
 (0)