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
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: convoy
description: Open Source Webhooks Gateway
type: application
version: "3.7.5"
version: "3.7.6"
appVersion: "v26.1.4"
keywords:
- Webhooks
Expand Down
2 changes: 1 addition & 1 deletion charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: agent
description: Convoy Agent Chart
type: application
version: "3.7.5"
version: "3.7.6"
appVersion: "v26.1.4"
maintainers:
- name: Convoy Engineering Team
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,9 @@ spec:
- name: CONVOY_DISPATCHER_INSECURE_SKIP_VERIFY
value: {{ .Values.env.dispatcher.insecure_skip_verify | quote }}
- name: CONVOY_DISPATCHER_ALLOW_LIST
value: {{ join "," .Values.env.dispatcher.allow_list | toJson | quote }}
value: {{ join "," .Values.env.dispatcher.allow_list | quote }}
- name: CONVOY_DISPATCHER_DENY_LIST
value: {{ join "," .Values.env.dispatcher.deny_list | toJson | quote }}
value: {{ join "," .Values.env.dispatcher.deny_list | quote }}

{{- if .Values.global.convoy.google_oauth_enabled }}
# -- Google OAuth SSO configuration
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/templates/rollout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ spec:
- name: CONVOY_DISPATCHER_INSECURE_SKIP_VERIFY
value: {{ .Values.env.dispatcher.insecure_skip_verify | quote }}
- name: CONVOY_DISPATCHER_ALLOW_LIST
value: {{ join "," .Values.env.dispatcher.allow_list | toJson | quote }}
value: {{ join "," .Values.env.dispatcher.allow_list | quote }}
- name: CONVOY_DISPATCHER_DENY_LIST
value: {{ join "," .Values.env.dispatcher.deny_list | toJson | quote }}
value: {{ join "," .Values.env.dispatcher.deny_list | quote }}

{{- if .Values.global.convoy.google_oauth_enabled }}
# -- Google OAuth SSO configuration
Expand Down
2 changes: 1 addition & 1 deletion charts/server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "3.7.5"
version: "3.7.6"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Loading