3 Commits

Author SHA1 Message Date
46e7884256 Update ghcr.io/0xerr0r/blocky Docker tag to v0.26
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 17s
2025-05-24 05:50:44 +00:00
b63d0621eb upgrade chart 2025-05-24 00:49:38 -05:00
77f2fc7c80 update chart 2025-05-23 22:40:18 -05:00
4 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ dependencies:
repository: https://argoproj.github.io/argo-helm repository: https://argoproj.github.io/argo-helm
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 6.0.0
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
appVersion: v3.6.7 appVersion: v3.6.7

View File

@@ -90,7 +90,7 @@ argo-events:
cpu: 10m cpu: 10m
memory: 128Mi memory: 128Mi
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: recovery
cluster: cluster:
storage: storage:
storageClass: local-path storageClass: local-path
@@ -105,11 +105,11 @@ postgres-17-cluster:
objectStore: objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret index: 4
recoveryIndex: 4
backup: backup:
enabled: true enabled: true
objectStore:
- name: external
endpointURL: https://nyc3.digitaloceanspaces.com endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster
endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret index: 4
backupIndex: 4

View File

@@ -15,7 +15,7 @@ maintainers:
- name: alexlebens - name: alexlebens
dependencies: dependencies:
- name: cloudnative-pg - name: cloudnative-pg
version: 0.23.2 version: 0.24.0
repository: https://cloudnative-pg.io/charts/ repository: https://cloudnative-pg.io/charts/
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4 icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
appVersion: 1.25.1 appVersion: 1.26.0

View File

@@ -18,7 +18,7 @@ services:
- /dev/net/tun:/dev/net/tun - /dev/net/tun:/dev/net/tun
blocky: blocky:
image: ghcr.io/0xerr0r/blocky:v0.25 image: ghcr.io/0xerr0r/blocky:v0.26
container_name: blocky container_name: blocky
environment: environment:
- TZ=America/Chicago - TZ=America/Chicago