From 8f98506b58a538b4637648df81a20d99030b691a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 6 Jan 2025 07:54:16 +0000 Subject: [PATCH] ci: atlantis --- charts/atlantis/Chart.yaml | 4 ++-- charts/atlantis/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index 8960e70c..7cd89bf5 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,7 @@ description: Atlantis map and simulation service type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v2.91.0 +version: 2.91.0-dev # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v2.91.0 +appVersion: 2.91.0-dev diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 3d898688..0ea58405 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.91.0 + tag: 2.91.0-dev pullPolicy: IfNotPresent init: enabled: false