UNCLASSIFIED

Commit b7519d5d authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

docs: add changelog

parent f7a8eaba
Pipeline #157822 passed with stages
in 3 minutes and 1 second
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.9.5-bb.2]
### Fixed
- Fixed a bug that appeared in RKE2 with the postgres deployment not having access to the data directory
## [1.9.5-bb.1]
### Added
- Pointing to upstream helm chart v1.9.5
- Added Ironbank images, VirtualServices, automated license secret creation and SSO integration with Keycloak
\ No newline at end of file
......@@ -86,12 +86,7 @@ postgresql:
resourcePolicy: nil
size: 20Gi
subPath: "pgdata"
mountPath: /var/lib/pgsql
# Set the PGDATA var to an allowed directory for the IB image
# Match this above for the mountPath and subPath
extraEnv:
- name: PGDATA
value: "/var/lib/pgsql/pgdata"
mountPath: /var/lib/postgresql
# Set the configs to allow listening and connecting from other pods
postgresConfig: {"listen_addresses": "*"}
pgHbaConf: |-
......@@ -102,12 +97,8 @@ anchore-feeds-db:
persistence:
resourcePolicy: nil
size: 20Gi
mountPath: /var/lib/pgsql
# Set the PGDATA var to an allowed directory for the IB image
# Match this above for the mountPath and subPath
extraEnv:
- name: PGDATA
value: "/var/lib/pgsql/pgdata"
subPath: "pgdata"
mountPath: /var/lib/postgresql
# Set the configs to allow listening and connecting from other pods
postgresConfig: {"listen_addresses": "*"}
pgHbaConf: |-
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment