From bdb694aa5654dafe59b1aed8e3013f0185112817 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 7 Mar 2022 12:39:14 -0500 Subject: [PATCH] release: 0.19.1 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 800274a250..9aa97d67ce 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.18.6 + image: ghcr.io/runatlantis/atlantis:v0.19.1 env: - name: ATLANTIS_DATA_DIR value: /atlantis diff --git a/main.go b/main.go index 53f527b081..f8ce33827c 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "github.com/spf13/viper" ) -const atlantisVersion = "0.18.6" +const atlantisVersion = "0.19.1" func main() { v := viper.New()