Skip to content
Open
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
2 changes: 1 addition & 1 deletion stable/appmesh-spire-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: appmesh-spire-agent
description: SPIRE Agent Helm chart for AppMesh mTLS support on Kubernetes
version: 1.0.7
version: 1.0.8
appVersion: 1.5.0
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
1 change: 1 addition & 0 deletions stable/appmesh-spire-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
initContainers:
- name: init
image: "{{ .Values.initContainers.image }}"
imagePullPolicy: {{ .Values.initContainers.pullPolicy }}
args:
- -t
- "30"
Expand Down