diff options
author | Alex Dunn <dunn.alex@gmail.com> | 2020-08-02 02:20:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-02 11:20:31 +0200 |
commit | 9490011226e69426faefbfca02e5566cef369774 (patch) | |
tree | ebfadb83c9f68e02e4100ba41f8f2bb76adb850a /chart | |
parent | 51b5bb53015df5b360f0e366f7fc67dce75e2d6c (diff) |
helm: bump default image tag to v3.2.0 (#14476)
Diffstat (limited to 'chart')
-rw-r--r-- | chart/values.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart/values.yaml.template b/chart/values.yaml.template index 694bc4d42..ff680b81f 100644 --- a/chart/values.yaml.template +++ b/chart/values.yaml.template @@ -4,7 +4,7 @@ image: repository: tootsuite/mastodon pullPolicy: Always # https://hub.docker.com/r/tootsuite/mastodon/tags - tag: v3.1.5 + tag: v3.2.0 # alternatively, use `latest` for the latest release or `edge` for the image # built from the most recent commit # |