Skip to content

Commit

Permalink
[base]: use josaorg/whoami for the image
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Sep 29, 2024
1 parent a79ff46 commit 7eaf674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ maintainers:
url: https://github.com/jordanopensource/charts/
sources:
- https://github.com/jordanopensource/charts/tree/main/charts/base
version: 1.0.0
appVersion: 1.0.0
version: 1.0.1
appVersion: 1.0.1
4 changes: 2 additions & 2 deletions charts/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ workload:

image:
## @param workload.image.repository [default: REPOSITORY_NAME/DOCKER_IMAGE_NAME] NGINX image repository
repository: REPOSITORY_NAME/DOCKER_IMAGE_NAME
repository: josaorg/whoami
## @param workload.image.pullPolicy [default: IfNotPresent] image pull policy
pullPolicy: IfNotPresent
## @param workload.image.tag Overrides the image tag whose default is the chart appVersion.
tag: ""
tag: "latest"

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

0 comments on commit 7eaf674

Please sign in to comment.