Skip to content

Commit 4e07c85

Browse files
build: change bitnami image repository (#409)
1 parent 58f158f commit 4e07c85

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

charts/ssi-credential-issuer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
apiVersion: v2
2121
name: ssi-credential-issuer
2222
type: application
23-
version: 1.4.1-rc.1
24-
appVersion: 1.4.1-rc.1
23+
version: 1.4.1-rc.2
24+
appVersion: 1.4.1-rc.2
2525
description: Helm chart for SSI Credential Issuer
2626
home: https://github.com/eclipse-tractusx/ssi-credential-issuer
2727
dependencies:

charts/ssi-credential-issuer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use the helm chart as a dependency:
3131
dependencies:
3232
- name: ssi-credential-issuer
3333
repository: https://eclipse-tractusx.github.io/charts/dev
34-
version: 1.4.1-rc.1
34+
version: 1.4.1-rc.2
3535
```
3636
3737
## Requirements
@@ -120,7 +120,7 @@ dependencies:
120120
| dbConnection.schema | string | `"issuer"` | |
121121
| dbConnection.sslMode | string | `"Disable"` | |
122122
| postgresql.enabled | bool | `true` | PostgreSQL chart configuration; default configurations: host: "issuer-postgresql-primary", port: 5432; Switch to enable or disable the PostgreSQL helm chart. |
123-
| postgresql.image | object | `{"tag":"15-debian-12"}` | Setting image tag to major to get latest minor updates |
123+
| postgresql.image | object | `{"registry":"docker.io","repository":"bitnamilegacy/postgresql","tag":"15-debian-12"}` | Setting image tag to major to get latest minor updates |
124124
| postgresql.commonLabels."app.kubernetes.io/version" | string | `"15"` | |
125125
| postgresql.auth.username | string | `"issuer"` | Non-root username. |
126126
| postgresql.auth.database | string | `"issuer"` | Database name. |

charts/ssi-credential-issuer/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ postgresql:
188188
enabled: true
189189
# -- Setting image tag to major to get latest minor updates
190190
image:
191+
registry: docker.io
192+
repository: bitnamilegacy/postgresql
191193
tag: "15-debian-12"
192194
commonLabels:
193195
app.kubernetes.io/version: "15"

0 commit comments

Comments
 (0)