Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[frinx-machine] Update frontend and krakend #425

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/frinx-machine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description: |
Further information is available on [docs.frinx.io](https://docs.frinx.io/frinx-machine/getting-started/).
icon: https://avatars.githubusercontent.com/u/23452093?s=200&v=4
type: application
version: 10.0.0
appVersion: 6.1.1
version: 10.0.1
appVersion: 6.2.0
maintainers:
- name: FRINX
dependencies:
Expand All @@ -34,15 +34,15 @@ dependencies:
- name: cloud-native-pg
alias: workflow-manager-postgres
repository: https://FRINXio.github.io/helm-charts
version: 0.1.0
version: 1.0.0
condition: workflow-manager-postgres.enabled
tags:
- database

- name: cloud-native-pg
alias: uniconfig-postgres
repository: https://FRINXio.github.io/helm-charts
version: 0.1.0
version: 1.0.0
condition: uniconfig-postgres.enabled
tags:
- database
Expand Down Expand Up @@ -72,7 +72,7 @@ dependencies:
## Services
- name: krakend
repository: https://FRINXio.github.io/helm-charts
version: 5.0.1
version: 5.0.2
condition: krakend.enabled
tags:
- backend
Expand Down
8 changes: 4 additions & 4 deletions charts/frinx-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ User specific workflows are designed through the use of OpenConfig NETCONF & YAN
The FRINX Machine uses dockerized containers that are designed and tested to work together to create a user specific solution.
Further information is available on [docs.frinx.io](https://docs.frinx.io/frinx-machine/getting-started/).

![Version: 10.0.0](https://img.shields.io/badge/Version-10.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.1](https://img.shields.io/badge/AppVersion-6.1.1-informational?style=flat-square)
![Version: 10.0.1](https://img.shields.io/badge/Version-10.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.0](https://img.shields.io/badge/AppVersion-6.2.0-informational?style=flat-square)

## Prerequisites

Expand Down Expand Up @@ -73,14 +73,14 @@ Frinx Machine can be deployed with Oauth2-Proxy. Example of configuration can be

| Repository | Name | Version |
|------------|------|---------|
| https://FRINXio.github.io/helm-charts | uniconfig-postgres(cloud-native-pg) | 0.1.0 |
| https://FRINXio.github.io/helm-charts | workflow-manager-postgres(cloud-native-pg) | 0.1.0 |
| https://FRINXio.github.io/helm-charts | uniconfig-postgres(cloud-native-pg) | 1.0.0 |
| https://FRINXio.github.io/helm-charts | workflow-manager-postgres(cloud-native-pg) | 1.0.0 |
| https://FRINXio.github.io/helm-charts | frinx-arango-config | 4.2.0 |
| https://FRINXio.github.io/helm-charts | frinx-frontend | 4.1.0 |
| https://FRINXio.github.io/helm-charts | frinx-machine-monitoring | 0.1.1 |
| https://FRINXio.github.io/helm-charts | frinx-machine-operators | 0.3.0 |
| https://FRINXio.github.io/helm-charts | inventory | 6.0.2 |
| https://FRINXio.github.io/helm-charts | krakend | 5.0.1 |
| https://FRINXio.github.io/helm-charts | krakend | 5.0.2 |
| https://FRINXio.github.io/helm-charts | performance-monitor | 0.1.5 |
| https://FRINXio.github.io/helm-charts | resource-manager | 2.3.1 |
| https://FRINXio.github.io/helm-charts | swagger-ui | 0.2.0 |
Expand Down
12 changes: 6 additions & 6 deletions charts/frinx-machine/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Anchor settings
x-frinx-machine-version: &frinx-machine-version 6.1
x-frinx-machine-version: &frinx-machine-version 6.2
x-frinx-database-password: &frinx-database-password frinx-database-password
x-frinx-image-pull-secret: &frinx-image-pull-secret regcred
x-frinx-rbac-admin-role: &frinx-rbac-admin-role FRINXio
Expand Down Expand Up @@ -100,7 +100,7 @@ uniconfig-postgres:
password: postgresP

monitoring:
podMonitorEnabled: *metrics-enabled
enablePodMonitor: *metrics-enabled

workflow-manager-postgres:
name: postgresql
Expand Down Expand Up @@ -162,7 +162,7 @@ workflow-manager-postgres:
ALTER USER resource_user SET search_path TO resource;

monitoring:
podMonitorEnabled: *metrics-enabled
enablePodMonitor: *metrics-enabled

frinx-arango-config:
arangodb_config:
Expand Down Expand Up @@ -273,7 +273,7 @@ frinx-frontend:

image:
repository: "frinx/frinx-frontend"
tag: "6.1.0"
tag: "6.1.3"

proxyImage:
name: frinx/frinx-graphql-proxy
Expand Down Expand Up @@ -358,7 +358,7 @@ inventory:

image:
repository: "frinx/frinx-inventory-server"
tag: "6.1.0"
tag: "6.1.2"

postgresql:
enabled: false
Expand Down Expand Up @@ -574,7 +574,7 @@ device-induction:

image:
repository: frinx/device-induction
tag: "0.6.4"
tag: "0.6.5"

imagePullSecrets:
- name: *frinx-image-pull-secret
Expand Down
Loading