Skip to content

Commit

Permalink
fix(radius): update values and version
Browse files Browse the repository at this point in the history
  • Loading branch information
xom4ek committed Jul 3, 2024
1 parent 4c01eae commit 8ffd33f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/radius/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.3
appVersion: "0.4"
description: A Helm chart for Kubernetes
name: radius
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/radius/values.holesky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ register:
image:
repository: theradius/loggia
pullPolicy: Always
tag: "latest"
tag: ~
args:
- register ## not used right now

Expand All @@ -69,7 +69,7 @@ node:
image:
repository: theradius/loggia
pullPolicy: Always
tag: "latest"
tag: ~
ports:
- name: node-api
containerPort: 8000
Expand Down
4 changes: 2 additions & 2 deletions charts/radius/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ register:
image:
repository: theradius/loggia
pullPolicy: Always
tag: "latest"
tag: ~
args:
- register

Expand All @@ -69,7 +69,7 @@ node:
image:
repository: theradius/loggia
pullPolicy: Always
tag: "latest"
tag: ~
ports:
- name: node-api
containerPort: 80
Expand Down

0 comments on commit 8ffd33f

Please sign in to comment.