Skip to content

Commit

Permalink
[frinx-machine] Update frontend and krakend
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Volak committed Sep 20, 2024
1 parent f31f980 commit 44627ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 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
4 changes: 2 additions & 2 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 @@ -80,7 +80,7 @@ Frinx Machine can be deployed with Oauth2-Proxy. Example of configuration can be
| 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
2 changes: 1 addition & 1 deletion charts/frinx-machine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ frinx-frontend:

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

proxyImage:
name: frinx/frinx-graphql-proxy
Expand Down

0 comments on commit 44627ac

Please sign in to comment.