Skip to content

Commit

Permalink
Commit from GitHub Actions (Release)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 12, 2022
1 parent 8181ce1 commit 450e40d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added hack/tools/bin/yq
Binary file not shown.
2 changes: 1 addition & 1 deletion hello-world-module/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.0.0"
version: "0.6.0"
4 changes: 2 additions & 2 deletions hello-world-module/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global:
## Module job image
image:
repository: ghcr.io/fybrik/hello-world-module
tag: main
tag: 0.6.0
pullPolicy: IfNotPresent
imagePullSecrets: []
# Action (copy/read)
Expand All @@ -20,7 +20,7 @@ copy:
bucket: #fybrik-test-bucket
endpoint: #s3.eu-gb.cloud-object-storage.appdomain.cloud
object_key: #car.data.parq
# Vault Holds details for retrieving credentials by the modules from Vault store.
# Vault Holds details for retrieving credentials by the modules from Vault store.
vault:
read:
# Address is Vault address e.g. http://vault.fybrik-system:8200
Expand Down

0 comments on commit 450e40d

Please sign in to comment.