Skip to content

Commit

Permalink
[saml]Bump version to 1.0.5 and enable HTTPS in deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Jan 27, 2025
1 parent ec5e918 commit 7ffe1cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vulnerablesamlapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
keywords:
- saml
version: 1.0.4
version: 1.0.5

# 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
4 changes: 4 additions & 0 deletions charts/vulnerablesamlapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ spec:
value: "idp-{{ .Values.ingress.url }}"
- name: SP_HOST
value: "{{ .Values.ingress.url }}"
- name: USE_HTTPS
value: "1"
ports:
- name: port80
containerPort: 80
Expand Down Expand Up @@ -65,6 +67,8 @@ spec:
value: "{{ .Values.ingress.url }}"
- name: IDP_HOST
value: "idp-{{ .Values.ingress.url }}"
- name: USE_HTTPS
value: "1"
resources:
requests:
cpu: 25m
Expand Down

0 comments on commit 7ffe1cc

Please sign in to comment.