Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- main
- "release/**"
paths:
- ".github/workflows/release.yml"
- "charts/**"

jobs:
release:
Expand All @@ -27,7 +31,7 @@ jobs:
- name: Add repositories
run: |
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{print "helm repo add " $1 " " $3}' | while read cmd; do $cmd; done
done

- name: Run chart-releaser
Expand Down
4 changes: 2 additions & 2 deletions charts/defguard-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description: Defguard Gateway is a public-facing VPN endpoint.
icon: https://defguard.net/favicon/favicon-512x512.png

type: application
version: 2.0.0-beta.1
appVersion: 2.0.0-beta1
version: 2.0.0-beta.2
appVersion: 2.0.0-beta2
6 changes: 3 additions & 3 deletions charts/defguard-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: defguard-proxy
description: Defguard Proxy is a public-facing proxy for Defguard Core.
description: Defguard Edge is a public-facing proxy for Defguard Core.
icon: https://defguard.net/favicon/favicon-512x512.png

type: application
version: 2.0.0-beta.1
appVersion: 2.0.0-beta1
version: 2.0.0-beta.2
appVersion: 2.0.0-beta2
14 changes: 7 additions & 7 deletions charts/defguard/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 18.5.16
version: 18.6.2
- name: defguard-proxy
repository: https://defguard.github.io/deployment
version: 2.0.0-beta.1
repository: file://../defguard-proxy
version: 2.0.0-beta.2
- name: defguard-gateway
repository: https://defguard.github.io/deployment
version: 2.0.0-beta.1
digest: sha256:6fc08c440c27bb4c9e90d030cae0fbc9c5a244196dff959a447cbb7c8682177e
generated: "2026-04-10T10:04:56.454317+02:00"
repository: file://../defguard-gateway
version: 2.0.0-beta.2
digest: sha256:184510fdfbe621d790ac8b1033c5e6a9844f76a4da7c1839aaf376c57ca579c6
generated: "2026-04-29T08:45:25.64435+02:00"
10 changes: 5 additions & 5 deletions charts/defguard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ description: Defguard is an open-source enterprise WireGuard VPN with MFA and SS
icon: https://defguard.net/favicon/favicon-512x512.png

type: application
version: 2.0.0-beta.1
appVersion: 2.0.0-beta1
version: 2.0.0-beta.2
appVersion: 2.0.0-beta2

dependencies:
- name: postgresql
condition: postgresql.enabled
version: 18.5.16
version: 18.6.2
repository: https://charts.bitnami.com/bitnami
- name: defguard-proxy
condition: defguard-proxy.enabled
version: 2.0.0-beta.1
version: 2.0.0-beta.2
repository: https://defguard.github.io/deployment
# repository: "file://../defguard-proxy"
- name: defguard-gateway
condition: defguard-gateway.enabled
version: 2.0.0-beta.1
version: 2.0.0-beta.2
repository: https://defguard.github.io/deployment
# repository: "file://../defguard-gateway"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed charts/defguard/charts/postgresql-18.5.16.tgz
Binary file not shown.
Binary file added charts/defguard/charts/postgresql-18.6.2.tgz
Binary file not shown.
Loading