diff --git a/charts/bindplane/Chart.yaml b/charts/bindplane/Chart.yaml index 5095b43..d07469c 100644 --- a/charts/bindplane/Chart.yaml +++ b/charts/bindplane/Chart.yaml @@ -3,7 +3,7 @@ name: bindplane description: BindPlane OP is an observability pipeline. type: application # The chart's version -version: 1.13.8 +version: 1.13.9 # The BindPlane OP tagged release. If the user does not # set the `image.tag` values option, this version is used. appVersion: 1.68.0 diff --git a/charts/bindplane/templates/bindplane-jobs.yaml b/charts/bindplane/templates/bindplane-jobs.yaml index f0df12c..c0db86a 100644 --- a/charts/bindplane/templates/bindplane-jobs.yaml +++ b/charts/bindplane/templates/bindplane-jobs.yaml @@ -339,6 +339,10 @@ spec: value: {{ .Values.dev.auth.auth0.domain }} - name: BINDPLANE_AUTH0_AUDIENCE value: {{ .Values.dev.auth.auth0.audience }} + - name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_ID + value: {{ .Values.dev.auth.auth0.managementclientid }} + - name: BINDPLANE_AUTH0_MANAGEMENT_CLIENT_SECRET + value: {{ .Values.dev.auth.auth0.managementclientsecret }} {{- end }} {{- if eq .Values.multiAccount true }} - name: BINDPLANE_ACCOUNTS_ENABLE