Skip to content

Commit

Permalink
[saml app]Bump version to 1.0.2 and update environment variable names…
Browse files Browse the repository at this point in the history
… in deployment.yaml
  • Loading branch information
Denan Musinovic committed Jan 27, 2025
1 parent b01d155 commit edb9a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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.1
version: 1.0.2

# 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
8 changes: 6 additions & 2 deletions charts/vulnerablesamlapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ spec:
- name: vulnerableidp
image: brightsec/vulnerablesamlapp:vulnerableidp
env:
- name: HOST
- name: IDP_HOST
value: "idp-{{ .Values.ingress.url }}"
- name: SP_HOST
value: "{{ .Values.ingress.url }}"
ports:
- name: port80
containerPort: 80
Expand Down Expand Up @@ -57,8 +59,10 @@ spec:
ports:
- containerPort: 8000
env:
- name: HOST
- name: SP_HOST
value: "{{ .Values.ingress.url }}"
- name: IDP_HOST
value: "idp-{{ .Values.ingress.url }}"
resources:
requests:
cpu: 25m
Expand Down

0 comments on commit edb9a6a

Please sign in to comment.