ci: archmeister
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -58,7 +58,6 @@ persistence:
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user