ci: archmeister

This commit is contained in:
Jonas Juselius
2024-02-23 13:38:53 +00:00
parent 12a6b001e5
commit 70755932b2
2 changed files with 4 additions and 6 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ description: Archive management for Atlantis
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: v6.17.0
version: v6.17.1
# 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: v6.17.0
appVersion: v6.17.1
+2 -4
View File
@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: registry.gitlab.com/oceanbox/oceanbox.dataagent
tag: v6.17.0
tag: v6.17.1
pullPolicy: IfNotPresent
init:
enabled: false
@@ -52,13 +52,12 @@ ingress:
secretName: archmeister-tls
internal:
annotations: {}
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
# nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
persistence:
enabled: false
# size: 10G
# storageClass: ""
# accessMode: ReadWriteMany
cluster:
enabled: true
instances: 1
@@ -74,7 +73,6 @@ cluster:
- CREATE EXTENSION fuzzystrmatch;
- CREATE EXTENSION postgis_tiger_geocoder;
- ALTER USER app WITH SUPERUSER;
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little