Skip to content

Commit

Permalink
chore: set postgresql os-shell image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Sep 7, 2024
1 parent 5fc2f1c commit 3f80968
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql-14/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: Database
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r16
image: docker.io/bitnami/os-shell:12-debian-12
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r14
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql-14/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r30
tag: 12-debian-12
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql-15/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
category: Database
images: |
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r29
image: docker.io/bitnami/os-shell:12-debian-12
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r41
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/web-modeler-postgresql-15/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r29
tag: 12-debian-12
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 3f80968

Please sign in to comment.