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 54afc8a commit 5193efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2
version: 1.3.3
keywords:
- sidecar terminator
- ephemeral containers
Expand Down
2 changes: 1 addition & 1 deletion stable/sidecar-terminator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image:
imagePullSecrets: {}

terminator:
image: alpine:latest
image: 'alpine:latest'

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 5193efe

Please sign in to comment.