Skip to content

Commit

Permalink
[charts/portal] Portal 5.3.1 helm charts (#336)
Browse files Browse the repository at this point in the history
* Portal update to 5.3.1 release (#334)
  • Loading branch information
sm895441 authored Oct 31, 2024
1 parent aa9c12d commit 19ac936
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 482 deletions.
2 changes: 1 addition & 1 deletion charts/portal/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
repository: https://kubernetes.github.io/ingress-nginx/
version: 4.10.0
digest: sha256:37372a7aae49609a719e1e1d0f9f9c6ba66b41caaeed4892981db2b50289cda4
generated: "2024-06-20T19:08:34.36457+05:30"
generated: "2024-10-14T18:34:34.4433706+05:30"
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "5.3"
appVersion: "5.3.1"
description: CA API Developer Portal
name: portal
version: 2.3.9
version: 2.3.10
type: application
home: https://github.com/CAAPIM/apim-charts
maintainers:
Expand Down
111 changes: 39 additions & 72 deletions charts/portal/README.md

Large diffs are not rendered by default.

Binary file modified charts/portal/charts/druid-1.0.14.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/portal/templates/ingress/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ spec:
path: "/"
backend:
service:
name: pssg
name: apim
port:
name: tssg-sync
{{- else }}
- backend:
serviceName: pssg
serviceName: apim
servicePort: tssg-sync
{{- end }}
- host: {{ include "pssg-sso-host" . | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/portal/templates/ingress/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
termination: passthrough
to:
kind: Service
name: pssg
name: apim
weight: 100
wildcardPolicy: None
---
Expand Down
45 changes: 0 additions & 45 deletions charts/portal/templates/pssg/pssg-config.yaml

This file was deleted.

183 changes: 0 additions & 183 deletions charts/portal/templates/pssg/pssg-deployment.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions charts/portal/templates/pssg/pssg-pdb.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/portal/templates/pssg/pssg-secret.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions charts/portal/templates/pssg/pssg-service.yaml

This file was deleted.

Loading

0 comments on commit 19ac936

Please sign in to comment.