bump version add skip-deps for speed

This commit is contained in:
Grant Hunter
2025-12-14 13:03:49 -07:00
parent 149506224f
commit e733a2584b
4 changed files with 9 additions and 9 deletions

View File

@@ -5,12 +5,12 @@ dependencies:
version: 4.8.6
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 24.0.0
version: 24.0.2
- name: pgo
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
version: 5.8.1
- name: postgrescluster
repository: git+https://github.com/grantdhunter/postgres-operator@helm?ref=main
version: 5.7.4
digest: sha256:cd960bd2adfc6d5bbfadd4d8ba745904717ba888da8dee9cde7c83ba71e5f8a4
generated: "2025-12-07T13:19:41.655599535-07:00"
digest: sha256:f8989df670b3574b6d87438486b66fdaf44bc1ed379d3a98e00963a27703003a
generated: "2025-12-14T12:59:10.595864383-07:00"

View File

@@ -26,9 +26,9 @@ dependencies:
version: 0.1.0
- name: matrix-synapse
repository: https://ananace.gitlab.io/charts
version: 3.12.16
version: 3.12.17
- name: static-site
repository: git+https://github.com/cfpb/static-site@charts?ref=main
version: 0.1.1
digest: sha256:59866b3b160d35756885a2db0a3344bba48161e5ba6935350286f9a754b8b219
generated: "2025-11-25T20:31:24.531424306-07:00"
digest: sha256:94f6df708ccbabc40cb875caa57f44f1be7bac60190dea00a24ffdc80925e8ec
generated: "2025-12-14T12:59:30.49543268-07:00"

View File

@@ -2,10 +2,10 @@ update:
bws run 'helmfile deps'
deploy ARGS='--output simple -i':
bws run 'helmfile apply {{ARGS}}'
bws run 'helmfile apply {{ARGS}} --skip-deps'
diff ARGS='':
bws run 'helmfile diff --output dyff {{ARGS}}'
bws run 'helmfile diff --output dyff {{ARGS}} --skip-deps'
cleanuppods:
#!/bin/bash

View File

@@ -19,7 +19,7 @@ synapse:
memory: 128Mi
limits:
cpu: '1'
memory: 192Mi
memory: 256Mi
config:
macaroonSecretKey: {{ requiredEnv "GOATCHAT_SYNAPSE_MACAROON_SECRET_KEY" }}