From cc43a8b70646f8df13b2c6730273d02c500f0473 Mon Sep 17 00:00:00 2001 From: Dennis Wendland <72455939+dwendland@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:24:59 +0100 Subject: [PATCH] Fix tmforum-api helm chart version (#58) * deploy (#35) * Dev/provider (#5) * Add keyrock * Increase chart version * Add PDP * Add kong * Adding AS * Add AS to DSC values * Add participant label * Change issuer version and add data volume * Fix data volume * Test AS pre-release * Change to latest AS release * Switch to default PDC values * Rename folder of PDP * Make DID CM optional * Renaming walt-id chart * Renaimg default URLs and secret names for walt chart name change * verifier using did registry (#6) * Verifier using DID Registry (#8) * Allow to disable certain apps when deploying with Helm and various fixes for plain Helm deployment with Ingress (#10) * Allow to disable certain apps when deploying with Helm * Adding example values file * Add waltId ingress * Updating walt-id config and adding keycloak * Update doc * Adding verifier * Add TIL * Remove doubled PDP app * Adding Keyrock and dsba-pdp * Adding kong * Adding AS * Extend doc * Update examples/service-provider-ips/README.md Fix typo Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com> --------- Co-authored-by: Tim Smyth Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com> * Updated images of keycloak-vc-issuer and waltid (#11) * Update values.yaml * Update values.yaml (#14) * Add TMForum APIs (#13) * Add TMForum APIs * Remove spec URL * Switching to Test-Image --------- Co-authored-by: Stefan Wiedemann * Change TMForum chart (#17) * Add TMForum APIs * Remove spec URL * Switching to Test-Image * Change TMForum chart --------- Co-authored-by: Stefan Wiedemann * enable the proxy (#18) * Update values.yaml (#20) * Update values.yaml (#22) * Extend documentation (#30) * Extend documentation * typo * Extend doc for providing config parameters (#32) * Extend documentation * typo * Extend doc for providing config parameters * Update README.md Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com> --------- Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com> * Integration with AWS Garnet (#33) * Adding folder for AWS STF * Add TOC * Fix TOC * rename aws-smart-territory-framework to aws-garnet in file structure * add content structure to AWS Garnet integration example documentation * add placeholder EKS nginx Ingress Controller Configuration * add resources to help deploy eks cluster * clean up unused resources * add steps to create eks cluster * add steps to deploy nginx ingress controller * restructure readme separating 2 possible configurations * add modified cdk stack for deployment of aws garnet iot module only * add steps to deploy isolated aws garnet iot module and integrate to amazon eks cluster * fix scenario image order * improve diagram image quality * fix diagram order * fix diagram order * add useful kubectl scripts for debugging * add separate structures for scenario 1 and scenario 2 * add instructions for scenario2 deployment * fix scenario 2 disable orion deployment * add links to internal files in project structure * add podLogs placeholder for doc links * Update ToC link --------- Co-authored-by: EC2 Default User Co-authored-by: asanode-aws * Update values.yaml * Added redis caching support (#34) Co-authored-by: Stefan Wiedemann --------- Co-authored-by: Dennis Wendland <72455939+dwendland@users.noreply.github.com> Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com> Co-authored-by: Tim Smyth Co-authored-by: beknazaresenbek <129863747+beknazaresenbek@users.noreply.github.com> Co-authored-by: EC2 Default User Co-authored-by: asanode-aws * fix indent, remove yaml anchors (#37) * Deploy * Update tmforum-api helm chart version --------- Co-authored-by: Stefan Wiedemann Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com> Co-authored-by: Tim Smyth Co-authored-by: beknazaresenbek <129863747+beknazaresenbek@users.noreply.github.com> Co-authored-by: EC2 Default User Co-authored-by: asanode-aws --- applications/tm-forum-api/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/tm-forum-api/Chart.yaml b/applications/tm-forum-api/Chart.yaml index e45c70b..50760fb 100644 --- a/applications/tm-forum-api/Chart.yaml +++ b/applications/tm-forum-api/Chart.yaml @@ -3,10 +3,10 @@ name: tm-forum-api description: Chart holder for argo-cd type: application -version: 0.0.4 +version: 0.5.3 appVersion: "0.13.2" dependencies: - name: tm-forum-api - version: 0.2.3 + version: 0.5.3 repository: https://fiware.github.io/helm-charts