Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Hedgedoc CSC Helm Chart: #38

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Updates Hedgedoc CSC Helm Chart: #38

merged 2 commits into from
Oct 3, 2024

Conversation

trispera
Copy link
Contributor

@trispera trispera commented Oct 1, 2024

  • Update Hedgedoc image to 1.10.0
  • Update README
  • Update Chart.yaml version
  • Update values.yaml
    • postgresql.enabled=false by default
    • postgresqlExternal.enabled=true by default
    • ClusterIP service by default for Hedgedoc
    • Update secrets.yaml to reflect if we deploy an external database or not.
  • Update values.schema.json
  • Add comments/explanations in values.yaml

- Update `README`
- Update `Chart.yaml` version
- Update `values.yaml`
  - `postgresql.enabled=false` by default
  - `postgresqlExternal.enabled=true` by default
  - `ClusterIP` service by default for Hedgedoc
  - Update `secrets.yaml` to reflect if we deploy an external database or not.
- Update `values.schema.json`
- Add comments/explanations in `values.yaml`

### PostgreSQL parameters

Since we are using the `bitnami/postgresql` Helm Chart as a dependency, you can take a look to the [PostgreSQL ArtifactHub](https://artifacthub.io/packages/helm/bitnami/postgresql/15.5.0) to check the different values.

The postgres database password is generated randomly and won't change if you upgrade the Chart.
This parameters is disabled by default. If you want to use a postgresql database among, enable it with `postgresql.enabled`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small grammar mistake. It is either These parameters or This parameter

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Member

@lvarin lvarin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small grammar mistake

@lvarin lvarin merged commit ecff47b into main Oct 3, 2024
1 check passed
@lvarin lvarin deleted the updates-hedgedoc branch October 3, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants