diff --git a/README.md b/README.md index 06f3a4fc..6f9c89f4 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ Helm Charts which are released via openDesk CI/CD process are always signed. The | Repository | OCI | Verifiable | |--------------------------------------|:---:|:------------------:| -| bitnami-repo (oD Build) | yes | :white_check_mark: | +| bitnami-repo (openDesk build) | yes | :white_check_mark: | | clamav-repo | yes | :white_check_mark: | | collabora-online-repo | no | :x: | | intercom-service-repo | yes | :white_check_mark: | diff --git a/helmfile/apps/services/helmfile.yaml b/helmfile/apps/services/helmfile.yaml index 9554e709..82a35a45 100644 --- a/helmfile/apps/services/helmfile.yaml +++ b/helmfile/apps/services/helmfile.yaml @@ -77,7 +77,7 @@ releases: condition: "certificates.enabled" - name: "redis" chart: "bitnami-repo/redis" - version: "18.0.4" + version: "18.1.2" values: - "values-redis.gotmpl" - "values-redis.yaml"