Skip to content

Commit

Permalink
add cloudsmith to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilvela committed Oct 16, 2023
1 parent b9ed671 commit 251ef7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ You can then run `helm search repo edb` to see the all the available charts.
helm upgrade --install edb-pg4k \
--namespace postgresql-operator-system \
--create-namespace \
--set image.repository=docker.enterprisedb.com/k8s_enterprise/edb-postgres-for-kubernetes \
--set image.imageCredentials.username=k8s_enterprise \
--set image.imageCredentials.password=<THE-TOKEN> \
--set image.imageCredentials.create=true \
edb/edb-postgres-for-kubernetes
```

Expand Down
2 changes: 1 addition & 1 deletion charts/edb-postgres-for-kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
replicaCount: 1

image:
repository: quay.io/enterprisedb/cloud-native-postgresql
repository: docker.enterprisedb.com/k8s_enterprise/edb-postgres-for-kubernetes # quay.io/enterprisedb/cloud-native-postgresql

Check failure on line 22 in charts/edb-postgres-for-kubernetes/values.yaml

View workflow job for this annotation

GitHub Actions / linter

22:82 [comments] too few spaces before comment
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit 251ef7b

Please sign in to comment.