Skip to content

Commit 7eaf674

Browse files
committed
[base]: use josaorg/whoami for the image
1 parent a79ff46 commit 7eaf674

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/base/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ maintainers:
1414
url: https://github.com/jordanopensource/charts/
1515
sources:
1616
- https://github.com/jordanopensource/charts/tree/main/charts/base
17-
version: 1.0.0
18-
appVersion: 1.0.0
17+
version: 1.0.1
18+
appVersion: 1.0.1

charts/base/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ workload:
2424

2525
image:
2626
## @param workload.image.repository [default: REPOSITORY_NAME/DOCKER_IMAGE_NAME] NGINX image repository
27-
repository: REPOSITORY_NAME/DOCKER_IMAGE_NAME
27+
repository: josaorg/whoami
2828
## @param workload.image.pullPolicy [default: IfNotPresent] image pull policy
2929
pullPolicy: IfNotPresent
3030
## @param workload.image.tag Overrides the image tag whose default is the chart appVersion.
31-
tag: ""
31+
tag: "latest"
3232

3333
## @param workload.imagePullSecrets Specify docker-registry secret names as an array
3434
imagePullSecrets: []

0 commit comments

Comments
 (0)