Skip to content

Commit

Permalink
Update docs for Package Manager Postgres.UsageDataPassword bug
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Sep 26, 2024
1 parent f6174fc commit 0995998
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rstudio-pm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rstudio-pm
description: Official Helm chart for Posit Package Manager
version: 0.5.34
version: 0.5.35
apiVersion: v2
appVersion: 2024.08.2
icon: https://rstudio.com/wp-content/uploads/2018/10/RStudio-Logo-Flat.png
Expand Down
4 changes: 4 additions & 0 deletions charts/rstudio-pm/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.35

- Update PostgreSQL configuration documentation to temporarily work around bug with `Postgres.UsageDataPassword` in Package Manager 2024.08.2.

## 0.5.34

- Add `pod.securityContext.fsGroup = 999` value to set file permissions correctly when using shared storage.
Expand Down
8 changes: 8 additions & 0 deletions charts/rstudio-pm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ pod:
secretKeyRef:
name: rstudio-pm-database
key: password
# Temporarily work around bug in Package Manager 2024.08.2 where Postgres.UsageDataPassword
# does not default to Postgres.Password. This will be fixed in the next release of Package Manager.
- name: PACKAGEMANAGER_POSTGRES_USAGEDATAPASSWORD
valueFrom:
secretKeyRef:
name: rstudio-pm-database
key: password
```

Alternatively, database passwords may be set during `helm install` with the following argument:
Expand Down

0 comments on commit 0995998

Please sign in to comment.