Skip to content

Commit

Permalink
Merge branch 'main' into task/upgrade_mastodon_to_4.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thegbk authored Sep 29, 2024
2 parents f7900f8 + f834728 commit 1d6c7ba
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.2
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 1d6c7ba

Please sign in to comment.