Skip to content

Commit

Permalink
chore: update platforma to 1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ainsel committed Oct 18, 2024
1 parent 77cace9 commit 0bdb13f
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 103 deletions.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,40 @@ Install chart with command:

```console
helm install pl0 platforma/platforma -f values.yaml -n NAMESPACE
```
```

## Validate installation

Get the pods lists by running these commands:

```console
kubectl get pods -A | grep 'platforma'

# or list all resorces of platforma

kubectl get all -n NAMESPACE | grep platforma
```

Get the application by running this commands:

```console
helm list -f pl0 -n NAMESPACE
```

See the history of versions of ``platforma`` application with command.

```console
helm history pl0 -n NAMESPACE
```

## How to uninstall Platforma

Remove application with command.

```console
helm uninstall pl0 -n NAMESPACE
```

## Kubernetes compatibility versions

helm charts tested at kubernetes versions from 1.28 to 1.30.
9 changes: 9 additions & 0 deletions charts/platforma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 1.0.2

**Release date:** 2024-10-18

![AppVersion: v1.14.9](https://img.shields.io/static/v1?label=AppVersion&message=v1.14.9&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

- Update Platforma from v1.14.8 to v1.14.9.
- Remove Istio configuration.
4 changes: 2 additions & 2 deletions charts/platforma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: platforma
description: MiLaboratories Platforma Helm Chart
type: application
appVersion: 1.14.8
version: 1.0.1
appVersion: 1.14.9
version: 1.0.2
sources:
- https://github.com/milaboratory/platforma-helm-charts/charts/platforma
kubeVersion: ">=1.25.0-0"
Expand Down
3 changes: 3 additions & 0 deletions charts/platforma/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 1.14.9](https://img.shields.io/badge/Version-1.14.9-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/platforma)](https://artifacthub.io/packages/helm/platforma/platforma)

Platfroma Backend
==============

Expand Down
22 changes: 0 additions & 22 deletions charts/platforma/templates/app-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
{{- $ingressPath := .Values.app.ingress.path -}}
{{- $ingressPathType := .Values.app.ingress.pathType -}}
{{- $extraPaths := .Values.app.ingress.extraPaths -}}
{{- $istioIngressGateway := .Values.app.istio.ingressGateway.backends }}
{{- $serviceName := include "platforma.fullname" . -}}
apiVersion: {{ include "platforma.ingress.apiVersion" . }}
kind: Ingress
metadata:
name: {{ template "platforma.fullname" . }}
{{- if .Values.app.istio.enabled }}
namespace: istio-system
{{- else }}
namespace: {{ .Release.Namespace }}
{{- end }}
{{- with .Values.app.ingress.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand All @@ -35,22 +30,6 @@ spec:
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
rules:
{{- if .Values.app.istio.enabled }}
{{- range .Values.app.istio.hosts }}
- host: {{ tpl . $ }}
http:
paths:
{{- range $k, $v := $istioIngressGateway }}
- backend:
service:
name: {{ $v.name }}
port:
number: {{ $v.portNumber }}
path: {{ $v.path }}
pathType: {{ $v.pathType }}
{{- end }}
{{- end }}
{{- else }}
{{- range .Values.app.ingress.hosts }}
- host: {{ tpl . $ }}
http:
Expand All @@ -73,5 +52,4 @@ spec:
servicePort: {{ $servicePort }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
25 changes: 0 additions & 25 deletions charts/platforma/templates/app-isito-gateway.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions charts/platforma/templates/app-isito-virtualservice.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions charts/platforma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,27 +383,6 @@ app:
# successThreshold: 1
# timeoutSeconds: 5
#
# Istio
istio:
enabled: false
gateway:
ingressGatewayName: ingressgateway
port: 80
portName: http-istio
protocol: HTTP
extraLabels: {}
virtualService:
pathPrefix: /
extraLabels: {}
hosts:
- chart.local
ingressGateway:
backends:
controller:
name: istio-ingressgateway
portNumber: 80
path: /
pathType: Prefix
ingress:
# -- Enable deployment of ingress for server component
enabled: false
Expand Down
32 changes: 29 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ entries:
url: https://glauth.github.io/docs/
apiVersion: v2
appVersion: 2.3.2
created: "2024-10-15T15:43:02.387576+02:00"
created: "2024-10-18T12:55:42.052492+02:00"
description: GLAuth LDAP authentication server Helm Chart
digest: b2c44156b7511f921f420bc8fcced95de5f6115ffbbe860d472f104ce2c32a54
home: https://github.com/milaboratory/platforma-helm-charts
Expand All @@ -28,6 +28,32 @@ entries:
- https://milaboratory.github.io/platforma-helm-charts/packages/glauth-1.0.1.tgz
version: 1.0.1
platforma:
- annotations:
artifacthub.io/links: |
- name: Sources
url: https://platforma.bio/downloads/
- name: Charts repo
url: https://github.com/milaboratory/platforma-helm-charts
- name: Docs
url: https://docs.platforma.bio/
apiVersion: v2
appVersion: 1.14.9
created: "2024-10-18T12:55:42.054891+02:00"
description: MiLaboratories Platforma Helm Chart
digest: 763626f18362091d2face22e59e905333162a8759a36bb5549c4c382a1982456
home: https://github.com/milaboratory/platforma-helm-charts
keywords:
- milaboratories
- platforma
- kubernetes
kubeVersion: '>=1.25.0-0'
name: platforma
sources:
- https://github.com/milaboratory/platforma-helm-charts/charts/platforma
type: application
urls:
- https://milaboratory.github.io/platforma-helm-charts/packages/platforma-1.0.2.tgz
version: 1.0.2
- annotations:
artifacthub.io/links: |
- name: Sources
Expand All @@ -38,7 +64,7 @@ entries:
url: https://docs.platforma.bio/
apiVersion: v2
appVersion: 1.14.8
created: "2024-10-15T15:43:02.388466+02:00"
created: "2024-10-18T12:55:42.053853+02:00"
description: MiLaboratories Platforma Helm Chart
digest: e16a56c0e60ca7f431b8fb65867efdb705f4a67232fc59288357d9e417a50b4f
home: https://github.com/milaboratory/platforma-helm-charts
Expand All @@ -54,4 +80,4 @@ entries:
urls:
- https://milaboratory.github.io/platforma-helm-charts/packages/platforma-1.0.1.tgz
version: 1.0.1
generated: "2024-10-15T15:43:02.386422+02:00"
generated: "2024-10-18T12:55:42.05117+02:00"
Binary file added packages/platforma-1.0.2.tgz
Binary file not shown.

0 comments on commit 0bdb13f

Please sign in to comment.