diff --git a/charts/archmeister/chart/Chart.yaml b/charts/archmeister/chart/Chart.yaml index 62efdc1d..a9223d61 100644 --- a/charts/archmeister/chart/Chart.yaml +++ b/charts/archmeister/chart/Chart.yaml @@ -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 diff --git a/charts/archmeister/chart/values.yaml b/charts/archmeister/chart/values.yaml index 80a33c5f..93326fea 100644 --- a/charts/archmeister/chart/values.yaml +++ b/charts/archmeister/chart/values.yaml @@ -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