Skip to content

Commit

Permalink
Merge pull request #807 from DOME-Marketplace/DEV2/fix-access-node
Browse files Browse the repository at this point in the history
DEV2/update-access-node
  • Loading branch information
DemetrixDome authored Jan 14, 2025
2 parents 5452e49 + d123645 commit d1b2859
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ionos_dev/marketplace/access-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: access-node
description: Chart holder for ArgoCD
type: application
version: 0.6.0
version: 0.6.1
appVersion: 0.5.1
dependencies:
- name: access-node
Expand Down
3 changes: 2 additions & 1 deletion ionos_dev/marketplace/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ access-node:
## profile (test == dev)
profile: test
## debug level
logLevel: INFO
logLevel:
app: INFO
## information about the access-node operator
operator:
# -- did of the organization running the node
Expand Down
2 changes: 1 addition & 1 deletion ionos_dev2/marketplace/access-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: access-node
description: Chart holder for ArgoCD
type: application
version: 0.6.0
version: 0.6.1
appVersion: 0.5.1
dependencies:
- name: access-node
Expand Down
3 changes: 2 additions & 1 deletion ionos_dev2/marketplace/access-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ access-node:
## profile (test == dev)
profile: test
## debug level
logLevel: INFO
logLevel:
app: INFO
## information about the access-node operator
operator:
# -- did of the organization running the node
Expand Down

0 comments on commit d1b2859

Please sign in to comment.