From 5b6dd85b460c54a26f2dce2eb038a1c1e622e331 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 30 Dec 2021 09:04:57 -0500 Subject: [PATCH] release: 0.18.0 Signed-off-by: Rui Chen --- kustomize/bundle.yaml | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 1654f1abdd..8795a8c21c 100644 --- a/kustomize/bundle.yaml +++ b/kustomize/bundle.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1000 # Atlantis group (1000) read/write access to volumes. containers: - name: atlantis - image: ghcr.io/runatlantis/atlantis:v0.17.6 + image: ghcr.io/runatlantis/atlantis:v0.18.0 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index b1247954b7..45e17e53db 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.17.6" +const atlantisVersion = "0.18.0" func main() { v := viper.New()