From 2ef457d2da211dacbabf222a633797edfb7f7c27 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 30 Oct 2024 21:46:06 +0100 Subject: [PATCH] update to 0.64.0 + change ingress names --- charts/hub/Chart.yaml | 2 +- charts/hub/templates/kerberos-hub/hub-api.yaml | 2 +- charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml | 2 +- charts/hub/templates/kerberos-hub/hub-frontend.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/hub/Chart.yaml b/charts/hub/Chart.yaml index 5df00a7..402548a 100644 --- a/charts/hub/Chart.yaml +++ b/charts/hub/Chart.yaml @@ -16,7 +16,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: 0.63.0 +version: 0.64.0 # 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 diff --git a/charts/hub/templates/kerberos-hub/hub-api.yaml b/charts/hub/templates/kerberos-hub/hub-api.yaml index de813fc..28714a7 100644 --- a/charts/hub/templates/kerberos-hub/hub-api.yaml +++ b/charts/hub/templates/kerberos-hub/hub-api.yaml @@ -100,7 +100,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: oauth2-proxy + name: oauth2-proxy-api namespace: kube-system annotations: kubernetes.io/ingress.class: {{ .Values.ingress }} diff --git a/charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml b/charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml index 28a9d8d..5bd6bc2 100644 --- a/charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml +++ b/charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml @@ -67,7 +67,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: oauth2-proxy + name: oauth2-proxy-frontend-demo namespace: kube-system annotations: kubernetes.io/ingress.class: {{ .Values.ingress }} diff --git a/charts/hub/templates/kerberos-hub/hub-frontend.yaml b/charts/hub/templates/kerberos-hub/hub-frontend.yaml index b6e12a1..02be6a6 100644 --- a/charts/hub/templates/kerberos-hub/hub-frontend.yaml +++ b/charts/hub/templates/kerberos-hub/hub-frontend.yaml @@ -108,7 +108,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: oauth2-proxy + name: oauth2-proxy-frontend namespace: kube-system annotations: kubernetes.io/ingress.class: {{ .Values.ingress }}