Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openclarity/kubeclarity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.23.3
Choose a base ref
...
head repository: openclarity/kubeclarity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 25, 2024

  1. Fix a comment in values.yaml (#674)

    Fix incorrect suggestion for 'sslmode' in Postgres connection string. The previous comment suggested an incorrect value, causing confusion and connection errors with the Postgres database.
    pacomc authored Sep 25, 2024
    Copy the full SHA
    2c5e09e View commit details

Commits on Oct 14, 2024

  1. docs(general): add deprecation notice (#672)

    * docs(general): add deprecation notice
    
    * Update README.md
    ramizpolic authored Oct 14, 2024
    Copy the full SHA
    c30fbfa View commit details
Showing with 8 additions and 1 deletion.
  1. +7 −0 README.md
  2. +1 −1 charts/kubeclarity/values.yaml
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
> [!IMPORTANT]
> KubeClarity has been deprecated and succeeded by [openclarity/openclarity](https://github.com/openclarity/openclarity).
>
> Check the [release statement](https://github.com/orgs/openclarity/discussions/882) for more information.
>
> **This project does not receive updates. We encourage you to migrate.**
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/logos/KubeClarity-logo-dark-bg-horizontal@4x.png">
<source media="(prefers-color-scheme: light)" srcset="./images/logos/KubeClarity-logo-light-bg-horizontal@4x.png">
2 changes: 1 addition & 1 deletion charts/kubeclarity/values.yaml
Original file line number Diff line number Diff line change
@@ -461,7 +461,7 @@ kubeclarity-postgresql-secret:
# PostgreSQL host under hostKey
# PostgreSQL port under portKey
# PostgreSQL database name under databaseKey
# SSL mode under sslmodeKey (disable/enable)
# SSL mode under sslmodeKey (disable/require)
create: true
secretKey: "postgres-password"
usernameKey: "postgres-username"