From 812209eb6d3f6af61c247aa238d9feeda5d06426 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 30 May 2024 19:51:36 -0500 Subject: [PATCH] Update osm-seed version --- ohm/requirements.yaml | 2 +- values.production.template.yaml | 2 +- values.staging.template.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index dd9da2fb..90654ba1 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: osm-seed - version: '0.1.0-n789.h0813de6' + version: '0.1.0-n791.hef4b2bb' repository: https://devseed.com/osm-seed-chart/ diff --git a/values.production.template.yaml b/values.production.template.yaml index cec4e82b..662e459d 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -31,7 +31,7 @@ osm-seed: # as the SSL certificate for your services. Else, you will need to configure # SSL separately. serviceType: ClusterIP - + createClusterIssuer: true # Domain that is pointed to the clusterIP # You will need to create an A record like *.osmseed.example.com pointed to the ClusterIP # Then, the cluster configuration will setup services at their respective subdomains: diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 3e15bd7f..39de8b19 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -38,7 +38,7 @@ osm-seed: # as the SSL certificate for your services. Else, you will need to configure # SSL separately. serviceType: ClusterIP - + createClusterIssuer: true # Domain that is pointed to the clusterIP # You will need to create an A record like *.osmseed.example.com pointed to the ClusterIP # Then, the cluster configuration will setup services at their respective subdomains: