Skip to content

Commit

Permalink
Merge pull request #77 from Sheril5/main
Browse files Browse the repository at this point in the history
new-tracetest
  • Loading branch information
jeremy4040 authored Aug 9, 2023
2 parents efa61fe + bd78684 commit 1e0fb84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/tracetest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ name: tracetest
sources:
- https://github.com/kubeshop/helm-charts/tree/main/charts
type: application
version: 0.0.1
version: 0.0.3
14 changes: 7 additions & 7 deletions charts/tracetest/charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ diagnosticMode:
## @param image.debug Specify if debug values should be set
##
image:
registry: docker.io
repository: bitnami/postgresql
tag: 15.1.0-debian-11-r12
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/postgresql
tag: 14.7.0-debian-11-r29
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1128,8 +1128,8 @@ volumePermissions:
## @param volumePermissions.image.pullSecrets Init container volume-permissions image pull secrets
##
image:
registry: docker.io
repository: bitnami/bitnami-shell
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/bitnami-shell
tag: 11-debian-11-r62
digest: ""
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -1215,8 +1215,8 @@ metrics:
## @param metrics.image.pullSecrets Specify image pull secrets
##
image:
registry: docker.io
repository: bitnami/postgres-exporter
registry: ghcr.io
repository: kube-tarian/helmrepo-supporting-tools/postgres-exporter
tag: 0.11.1-debian-11-r39
digest: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 1e0fb84

Please sign in to comment.