diff options
author | Patrick Jahns <github@patrickjahns.de> | 2022-12-28 18:28:03 +0100 |
---|---|---|
committer | Maximilien Richer <me@mricher.fr> | 2023-01-27 00:08:33 +0100 |
commit | 50bce43f25574d168f015f31fb7f8a69dafac072 (patch) | |
tree | 2e9291b5f91abf355e92668fd3ed4bbbb5896698 | |
parent | ac6751f5099ba1be032665f616951280ced36e09 (diff) | |
download | garage-50bce43f25574d168f015f31fb7f8a69dafac072.tar.gz garage-50bce43f25574d168f015f31fb7f8a69dafac072.zip |
refactor(helm): use stable as image tag for init container
-rw-r--r-- | script/helm/garage/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/helm/garage/values.yaml b/script/helm/garage/values.yaml index ca77c097..3a1e41b9 100644 --- a/script/helm/garage/values.yaml +++ b/script/helm/garage/values.yaml @@ -85,7 +85,7 @@ image: initImage: repository: busybox - tag: 1.28 + tag: stable pullPolicy: IfNotPresent imagePullSecrets: [] |