From a51e81cdaba88c68a6cc117b08fc0cf2b7f738fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Mon, 22 Nov 2021 15:39:39 +0100 Subject: [PATCH] chore: post-release commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Pinson --- docs/antora.yml | 2 +- modules/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index d27f40e362..15f918e8d7 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,7 +1,7 @@ --- name: "devops-stack" title: "DevOps Stack" -version: "0.49.0" +version: "latest" prerelease: true nav: - "modules/ROOT/nav.adoc" diff --git a/modules/variables.tf b/modules/variables.tf index 0d1590bc87..73e21e7d37 100644 --- a/modules/variables.tf +++ b/modules/variables.tf @@ -12,7 +12,7 @@ variable "repo_url" { variable "target_revision" { description = "The source target revision of ArgoCD's app of apps." type = string - default = "v0.49.0" + default = "master" } variable "app_of_apps_values_overrides" {