Skip to content

Commit

Permalink
feat: deprecate nextauth url (#116)
Browse files Browse the repository at this point in the history
* feat: deprecate nextauth url

* feat: deprecate nextauth url

* feat: deprecate nextauth url
  • Loading branch information
shahargl authored Jan 15, 2025
1 parent ff98fdb commit 57303b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-nginx-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
--set controller.allowSnippetAnnotations=true \
--set controller.config.allow-snippets=true \
--set controller.config.enable-snippets=true \
--set controller.config.annotations-risk-level=Critical \
--set controller.hostPort.enabled=true \
--set controller.service.ports.http=80 \
--set controller.service.ports.https=443 \
Expand Down
4 changes: 2 additions & 2 deletions charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: keep
version: 0.1.58
version: 0.1.59
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.33.8
appVersion: 0.34.5
deprecated: false
annotations:
app: keep
Expand Down
2 changes: 0 additions & 2 deletions charts/keep/templates/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ spec:
value: {{ include "keep.apiUrlClient" . | quote }}
- name: API_URL
value: {{ include "keep.apiUrl" . | quote }}
- name: NEXTAUTH_URL
value: {{ include "keep.nextAuthUrl" . | quote }}
{{- range .Values.frontend.env }}
{{- if and
(ne .name "PUSHER_HOST")
Expand Down
2 changes: 1 addition & 1 deletion local_test_nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ kind create cluster --config debug/kind-config.yaml
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm install nginx-ingress ingress-nginx/ingress-nginx \
--version 4.11.4 \
--set controller.service.type=NodePort \
--set controller.watchIngressWithoutClass=true \
--set controller.allowSnippetAnnotations=true \
--set controller.config.allow-snippets=true \
--set controller.config.enable-snippets=true \
--set controller.config.annotations-risk-level=Critical \
--set controller.hostPort.enabled=true \
--set controller.service.ports.http=80 \
--set controller.service.ports.https=443 \
Expand Down

0 comments on commit 57303b2

Please sign in to comment.