Skip to content

Commit

Permalink
Merge pull request #7 from kerberos-io/feature/add-oauth-to-api
Browse files Browse the repository at this point in the history
update to 0.64.0 + change ingress names
  • Loading branch information
cedricve authored Oct 30, 2024
2 parents 60f5eb7 + 2ef457d commit 7631b10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/hub/templates/kerberos-hub/hub-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hub/templates/kerberos-hub/hub-frontend-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/hub/templates/kerberos-hub/hub-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7631b10

Please sign in to comment.