Skip to content

Commit

Permalink
Replace tefca-viewer (#61)
Browse files Browse the repository at this point in the history
* bump chart version and change test url

* removed extra lines
  • Loading branch information
shanice-skylight authored Nov 8, 2024
1 parent 04c7368 commit fb57d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tefca-viewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: tefca-viewer
description: A Helm chart for Kubernetes
type: application
version: 0.4.30
version: 0.4.31

Check warning on line 7 in charts/tefca-viewer/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint

7:1 [empty-lines] too many blank lines (1 > 0)
2 changes: 1 addition & 1 deletion charts/tefca-viewer/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
image: busybox
command: ["wget"]
args: [
"{{.Release.Name}}-{{.Values.serviceName}}:{{.Values.service.port}}/tefca-viewer"
"{{.Release.Name}}-{{.Values.serviceName}}:{{.Values.service.port}}/query-connector"
]
restartPolicy: Never

0 comments on commit fb57d13

Please sign in to comment.