From 940869c7ccf1e39027493cac0e6d1e27dcad6789 Mon Sep 17 00:00:00 2001 From: Thiago Nobayashi Date: Fri, 11 Aug 2023 16:16:09 -0300 Subject: [PATCH] chore: add acme environment --- charts/explorer/Chart.yaml | 2 +- charts/explorer/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/explorer/Chart.yaml b/charts/explorer/Chart.yaml index 2a97b6e..1ddd2b5 100644 --- a/charts/explorer/Chart.yaml +++ b/charts/explorer/Chart.yaml @@ -15,7 +15,7 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/explorer/values.yaml b/charts/explorer/values.yaml index 0240f5e..c6b2df5 100644 --- a/charts/explorer/values.yaml +++ b/charts/explorer/values.yaml @@ -4,6 +4,9 @@ host: nowhere.com +acme: + environment: staging + image: repository: nobody tag: main