Skip to content

Commit

Permalink
fix: upgrade postgresql chart to 15.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Aug 13, 2024
1 parent 11c6650 commit e6df25b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/platform/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.2.4
version: 15.5.21
- name: keycloak
repository: oci://registry-1.docker.io/bitnamicharts
version: 22.1.1
digest: sha256:1334154e9055bbe4b12fc773e9dd1358a3f7faf95a88b948cd21786a00937a30
generated: "2024-08-13T18:01:42.452278-04:00"
digest: sha256:7741275ddf6e8a40e63aea3765e9b5cc083f97886bb3cde6280b206ea6726d86
generated: "2024-08-13T18:33:44.875096-04:00"
2 changes: 1 addition & 1 deletion charts/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ maintainers:

dependencies:
- name: postgresql
version: 15.2.4
version: 15.5.21
repository: oci://registry-1.docker.io/bitnamicharts
condition: playground
- name: keycloak
Expand Down
4 changes: 2 additions & 2 deletions charts/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ realms:
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | keycloak | 22.1.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.2.4 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.21 |

## Values

Expand Down Expand Up @@ -279,7 +279,7 @@ realms:
| keycloak.keycloakConfigCli.configuration."opentdf.json" | string | `"{\n \"realm\":\"opentdf\",\n \"enabled\": true,\n \"clients\": []\n}\n"` | |
| keycloak.keycloakConfigCli.enabled | bool | `true` | |
| keycloak.postgresql.enabled | bool | `false` | |
| keycloak.proxyheaders | string | `"forwarded"` | |
| keycloak.proxyHeaders | string | `"xforwarded"` | |
| keycloak.tls.autoGenerated | bool | `true` | |
| keycloak.tls.enabled | bool | `true` | |
| logger.level | string | `"info"` | The platform log level ( debug, info, warn, error ) |
Expand Down
Binary file removed charts/platform/charts/postgresql-15.2.4.tgz
Binary file not shown.
Binary file added charts/platform/charts/postgresql-15.5.21.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ keycloak:
"enabled": true,
"clients": []
}
proxyheaders: forwarded
proxyHeaders: xforwarded
ingress:
enabled: true
tls: true
Expand Down
2 changes: 1 addition & 1 deletion tests/chart_platform_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (suite *PlatformChartIntegrationSuite) TestBasicDeployment() {
suite.Require().Len(ingresses, 0)

// Give everything time to settle
time.Sleep(30 * time.Second)
time.Sleep(60 * time.Second)

// Run bats tests
batsTestFile, err := filepath.Abs("bats/tutorial.bats")
Expand Down

0 comments on commit e6df25b

Please sign in to comment.