Skip to content

Commit

Permalink
Image location (#57)
Browse files Browse the repository at this point in the history
* modified image location

* up chart version

* added latest tag
  • Loading branch information
shanice-skylight authored Oct 21, 2024
1 parent f526b4e commit f8329c8
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,4 +3,4 @@ apiVersion: v2
name: tefca-viewer
description: A Helm chart for Kubernetes
type: application
version: 0.4.26
version: 0.4.27
2 changes: 1 addition & 1 deletion charts/tefca-viewer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
imagePullSecrets:
containers:
- name: {{.Chart.Name}}
image: ghcr.io/cdcgov/phdi/{{.Values.name}}:{{.Values.image.tag}}
image: {{.Values.image.repository}}:latest
imagePullPolicy: {{.Values.image.pullPolicy}}
ports:
- name: {{.Chart.Name | trunc 15}}
Expand Down

0 comments on commit f8329c8

Please sign in to comment.