Skip to content

Commit

Permalink
Merge pull request #38 from jkroepke/jkroepke-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed May 19, 2023
2 parents dd36a7a + 377d35f commit 62ecc4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/amazon-eks-pod-identity-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: amazon-eks-pod-identity-webhook
description: A Kubernetes webhook for pods that need AWS IAM access
version: 1.2.0
version: 2.0.0
type: application
# renovate: image=amazon/amazon-eks-pod-identity-webhook
appVersion: "v0.4.0"
Expand All @@ -23,4 +23,4 @@ keywords:
- aws-pod-identity-webhook
annotations:
artifacthub.io/changes: |
- "[Changed]: Bump app version to v0.4.0"
- "[Changed]: Change the CN of the certificate to {{ include "amazon-eks-pod-identity-webhook.fullname" . }}"
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: {{ include "amazon-eks-pod-identity-webhook.namespace" . }}
spec:
secretName: "{{ include "amazon-eks-pod-identity-webhook.fullname" . }}-cert"
commonName: "{{ include "amazon-eks-pod-identity-webhook.fullname" . }}.{{ include "amazon-eks-pod-identity-webhook.namespace" . }}.svc"
commonName: "{{ include "amazon-eks-pod-identity-webhook.fullname" . }}"
dnsNames:
- "{{ include "amazon-eks-pod-identity-webhook.fullname" . }}"
- "{{ include "amazon-eks-pod-identity-webhook.fullname" . }}.{{ include "amazon-eks-pod-identity-webhook.namespace" . }}"
Expand Down

0 comments on commit 62ecc4a

Please sign in to comment.