Skip to content

Commit

Permalink
feat(sidecar-terminator): Allow to pass terminator image
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus authored Apr 10, 2024
1 parent 2b1e18d commit 54afc8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/sidecar-terminator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "2.0.0"
description: |-
A chart used for easily configuring kubernetes-sidecar-terminator in a cluster.
name: sidecar-terminator
version: 1.3.1
version: 1.3.2
keywords:
- sidecar terminator
- ephemeral containers
Expand Down
2 changes: 2 additions & 0 deletions stable/sidecar-terminator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
args:
- '--lock-namespace'
- {{ .Release.Namespace }}
- '--terminator-image'
- {{ .Values.terminator.image }}
resources:
requests:
cpu: {{ .Values.resources.requests.cpu }}
Expand Down
3 changes: 3 additions & 0 deletions stable/sidecar-terminator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ image:

imagePullSecrets: {}

terminator:
image: alpine:latest

nameOverride: ""
fullnameOverride: ""

Expand Down

0 comments on commit 54afc8a

Please sign in to comment.