Skip to content

Commit aa17e27

Browse files
committed
chore(docs): Update Readme
1 parent b9d7983 commit aa17e27

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

charts/lakekeeper/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Helm Chart for Lakekeeper - a rust native Iceberg Rest Catalog
33

44
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/lakekeeper&color=3f6ec6&labelColor=&logoColor=white)](https://artifacthub.io/packages/helm/lakekeeper/lakekeeper)
5-
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.4](https://img.shields.io/badge/AppVersion-0.8.4-informational?style=flat-square)
5+
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.2](https://img.shields.io/badge/AppVersion-0.9.2-informational?style=flat-square)
66

77
Please check our [Documentation](http://docs.lakekeeper.io), the [Lakekeeper Repository](https://github.com/lakekeeper/lakekeeper) and the [`values.yaml`](https://github.com/lakekeeper/lakekeeper-charts/blob/main/charts/lakekeeper/values.yaml) for more information.
88

@@ -23,8 +23,8 @@ For potential additional steps that are required for upgrades, please check the
2323

2424
| Repository | Name | Version |
2525
|------------|------|---------|
26-
| https://openfga.github.io/helm-charts | openfga(openfga) | 0.2.29 |
27-
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.6.6 |
26+
| https://openfga.github.io/helm-charts | openfga(openfga) | 0.2.35 |
27+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.7.15 |
2828

2929
## Values
3030

@@ -55,7 +55,7 @@ For potential additional steps that are required for upgrades, please check the
5555
| catalog.autoscaling.maxReplicas | int | `2` | maximum number of replicas for the catalog Pods |
5656
| catalog.autoscaling.metrics | list | `[]` | metrics for the HorizontalPodAutoscaler |
5757
| catalog.command | list | `[]` | Overwrite the command of the catalog container. If not set, the default entrypoint of the image is used |
58-
| catalog.config | object | `{}` | Configuration options for the catalog. Please check the documentation for the available options. https://docs.lakekeeper.io/docs/nightly/configuration/ Configuration items are mounted as environment variables. ICEBERG_REST__BASE_URI is required if ingress is disabled - otherwise the catalog will only work inside the cluster. |
58+
| catalog.config | object | `{}` | Configuration options for the catalog. Please check the documentation for the available options. https://docs.lakekeeper.io/docs/nightly/configuration/ Configuration items are mounted as environment variables. |
5959
| catalog.containerSecurityContext | <html><a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#podsecuritycontext-v1-core">podsecuritycontext-v1-core</a></html> | `{}` | security context for the catalog container. `runAsUser` is ignored, please set with `catalog.image.uid`, `runAsGroup` is ignored, please set with `catalog.image.gid` |
6060
| catalog.dbMigrations.annotations | object | `{}` | Annotations for the migration job |
6161
| catalog.dbMigrations.enabled | bool | `true` | if the db-migrations Job is created. if `false`, you have to MANUALLY run `airflow db upgrade` when required |
@@ -73,7 +73,7 @@ For potential additional steps that are required for upgrades, please check the
7373
| catalog.image.gid | int | `65534` | 65534 = nobody of google container distroless |
7474
| catalog.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
7575
| catalog.image.repository | string | `"quay.io/lakekeeper/catalog"` | The image repository to pull from |
76-
| catalog.image.tag | string | `"v0.8.4"` | The image tag to pull |
76+
| catalog.image.tag | string | `"v0.9.2"` | The image tag to pull |
7777
| catalog.image.uid | int | `65532` | 65532 = nonroot of google container distroless |
7878
| catalog.ingress.annotations | object | `{}` | annotations for the catalog Ingress |
7979
| catalog.ingress.enabled | bool | `false` | if we should deploy Ingress resources |
@@ -136,6 +136,7 @@ For potential additional steps that are required for upgrades, please check the
136136
| openfga.datastore.engine | string | `"postgres"` | |
137137
| openfga.datastore.migrationType | string | `"initContainer"` | |
138138
| openfga.datastore.uriSecret | string | `"lakekeeper-openfga-pg-svcbind-postgres"` | |
139+
| openfga.image.tag | string | `"v1.8.6"` | |
139140
| openfga.migrate.annotations."argocd.argoproj.io/hook" | string | `"Sync"` | |
140141
| openfga.migrate.annotations."argocd.argoproj.io/sync-wave" | string | `"0"` | |
141142
| openfga.migrate.annotations."helm.sh/hook" | string | `"post-install, post-upgrade, post-rollback"` | |

0 commit comments

Comments
 (0)