Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: SolDevelo/charts

Tags

thanos/17.3.3

Toggle thanos/17.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bitnami/thanos template extraFlags in sharded statefulset storegatewa…

…y like the template for non-sharded statefulset storegateway (bitnami#36360)

* 36359: template extraFlags in sharded statefulset storegateway like the template for non-sharded statefulset storegateway

Signed-off-by: Tom Hellier <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Tom Hellier <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>

valkey/4.0.2

Toggle valkey/4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/valkey] fix: adjust statefullset valkey container port to th…

…e headless service port (bitnami#36363)

* fix: adjust statefullset valkey container port to the headless service port

Signed-off-by: Antonio Vaz <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Antonio Vaz <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>

redis/23.0.4

Toggle redis/23.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/redis] Fix automatic sentinel failover not triggering on gra…

…ceful shutdown (bitnami#36362)

dremio/3.1.0

Toggle dremio/3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/dremio] Make Dremio work with AWS S3 storage (bitnami#36365)

* [bitnami/dremio] Make Dremio work with AWS S3 storage

Signed-off-by: Jota Martos <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* [bitnami/dremio] Include importMinioCert parameters

Signed-off-by: Jota Martos <[email protected]>

---------

Signed-off-by: Jota Martos <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>

argo-cd/11.0.2

Toggle argo-cd/11.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/argo-cd] Fix check for ArgoCD controller replica count (bitn…

…ami#36347)

scylladb/5.0.8

Toggle scylladb/5.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/scylladb] Fix networkpolicy when use extraContainerPorts (bi…

…tnami#36285)

* [bitnami/scylladb] Fix networkpolicy uses containerPort value of the entry instead of the extraContainerPorts entry
Signed-off-by: dragonzeen <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* [bitnami/scylladb] Fix networkpolicy uses containerPort value of the entry instead of the extraContainerPorts entry in ingress section
Signed-off-by: dragonzeen <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>
Co-authored-by: Fran Mulero <[email protected]>

redis/23.0.3

Toggle redis/23.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/redis] Avoid eager evaluation of ternary when resolving user…

… secrets (bitnami#36265)

* [bitnami/redis] Fix: avoid eager evaluation of ternary when resolving user secrets

Helm’s ternary function (from Sprig) is eagerly evaluated, which
caused `include "common.secrets.get"` to run even when
`.Values.auth.acl.userSecret` was empty. This resulted in errors
when the referenced Secret did not exist.

Replaced ternary with an explicit `if` guard so that secret lookup
is only performed when a userSecret is actually set.

Signed-off-by: Sina Safari <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Sina Safari <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>

grafana-loki/6.0.8

Toggle grafana-loki/6.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/grafana-loki] Support alloy extraConfig (bitnami#36342)

* [bitnami/grafana-loki] Support alloy extraConfig

Signed-off-by: Guillaume Foreau <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Guillaume Foreau <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>

postgresql/17.0.1

Toggle postgresql/17.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/postgresql] collect metrics as postgres user (bitnami#36349)

* [bitnami/postgresql] collect metrics as postgres user

Signed-off-by: Jota Martos <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Jota Martos <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>

keycloak/25.2.5

Toggle keycloak/25.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[bitnami/keycloak] Fix: Rename duplicated secret labels (bitnami#36254)

* [bitnami/keycloak] Fix: Rename duplicated secret labels

this commit 0941bbc introduced duplicated
label `app.kubernetes.io/component`, which breaks strict YAML validation.

I think the desired output was meant to have these two labels:

```yaml
app.kubernetes.io/component: keycloak
app.kubernetes.io/part-of: keycloak
```

Signed-off-by: Hamza Rouineb <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <[email protected]>

---------

Signed-off-by: Hamza Rouineb <[email protected]>
Signed-off-by: Bitnami Bot <[email protected]>
Co-authored-by: Bitnami Bot <[email protected]>
Co-authored-by: Gonzalo Gomez Gracia <[email protected]>