Skip to content

Commit

Permalink
Merge branch 'main' into fix-local-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan authored Nov 18, 2024
2 parents ab16d26 + 10697a0 commit cafa10c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: zwaldowski/semver-release-action@v2
with:
dry_run: true
bump: ${{ steps.match-label-bash.outputs.RELEASE_LABEL }}
bump: minor
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Set version output
Expand Down
2 changes: 1 addition & 1 deletion charts/data-space-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: data-space-connector
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
type: application
version: 7.13.0
version: 7.15.1
dependencies:
- name: postgresql
condition: postgresql.enabled
Expand Down
4 changes: 2 additions & 2 deletions doc/deployment-integration/local-deployment/LOCAL.MD
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Exchange the pre-authorized code from the offer with an AccessToken at the autho
--header 'Accept: */*' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data grant_type=urn:ietf:params:oauth:grant-type:pre-authorized_code \
--data code=${PRE_AUTHORIZED_CODE} | jq '.access_token' -r); echo ${CREDENTIAL_ACCESS_TOKEN}
--data pre-authorized_code=${PRE_AUTHORIZED_CODE} | jq '.access_token' -r); echo ${CREDENTIAL_ACCESS_TOKEN}
```

Use the returned access token to get the actual credential:
Expand Down Expand Up @@ -878,4 +878,4 @@ In order to build a concrete deployment, [maven](https://maven.apache.org/) exec
3. Execute `helm template` on the charts, with the local values provided for each participant(e.g. [trust-anchor](../k3s/trust-anchor.yaml), [provider](../k3s/provider.yaml) and [consumer](../k3s/consumer.yaml)) and copy the manifests to the target folder(e.g. `target/k3s`)
4. Spin up the cluster
5. Apply the infrastructure resources to the cluster, via `kubectl apply`
6. Apply the charts to the cluster, via `kubectl apply`
6. Apply the charts to the cluster, via `kubectl apply`

0 comments on commit cafa10c

Please sign in to comment.