Bump memcached to add arm64 support #422

Merged
pat-s merged 3 commits from refs/pull/422/head into main 2023-03-28 21:11:34 +00:00
pat-s commented 2023-03-28 19:36:44 +00:00 (Migrated from gitea.com)

And allow overriding the image section so users could possible also use other image tags.

fix #285

And allow overriding the `image` section so users could possible also use other image tags. fix #285
justusbunsi (Migrated from gitea.com) reviewed 2023-03-28 19:44:19 +00:00
@ -1164,3 +776,2 @@
| ------------------------------------------------------- | ---------------------------------------------------------------- | ------- |
| `postgresql.enabled` | Enable PostgreSQL | `false` |
| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` |
| `postgresql.enabled` | Enable PostgreSQL | `true` |
justusbunsi (Migrated from gitea.com) commented 2023-03-28 19:45:04 +00:00

This should be memcached.service.ports.memcached1

This should be `memcached.service.ports.memcached`[^1] [^1]: https://github.com/bitnami/charts/blob/cfcd6be69002abe6bdc809bd2239623d24f320fe/bitnami/memcached/values.yaml#L390
@ -672,4 +431,4 @@
## @section PostgreSQL
#
## @param postgresql.enabled Enable PostgreSQL
justusbunsi (Migrated from gitea.com) commented 2023-03-28 19:44:19 +00:00

Aren't those values the defaults of the memcached Chart1? If that's the case, we don't actually need them to specify in our Chart. All dependency Chart values can be overwritten by specifying them in a customized values.yaml.
We might miss to update them when bumping the dependency 😅.

Aren't those values the defaults of the memcached Chart[^1]? If that's the case, we don't actually need them to specify in our Chart. All dependency Chart values can be overwritten by specifying them in a customized values.yaml. We might miss to update them when bumping the dependency 😅. [^1]: https://github.com/bitnami/charts/blob/cfcd6be69002abe6bdc809bd2239623d24f320fe/bitnami/memcached/values.yaml#L70
justusbunsi (Migrated from gitea.com) reviewed 2023-03-28 19:48:25 +00:00
@ -1164,3 +776,2 @@
| ------------------------------------------------------- | ---------------------------------------------------------------- | ------- |
| `postgresql.enabled` | Enable PostgreSQL | `false` |
| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` |
| `postgresql.enabled` | Enable PostgreSQL | `true` |
justusbunsi (Migrated from gitea.com) commented 2023-03-28 19:48:25 +00:00
Don't forget to update https://gitea.com/gitea/helm-chart/src/commit/0f4e1e488a34c2e148dcb1e4b164ce7dc841a3d8/templates/_helpers.tpl#L99
pat-s (Migrated from gitea.com) reviewed 2023-03-28 19:55:25 +00:00
@ -1164,3 +776,2 @@
| ------------------------------------------------------- | ---------------------------------------------------------------- | ------- |
| `postgresql.enabled` | Enable PostgreSQL | `false` |
| `postgresql.global.postgresql.auth.password` | Password for the `gitea` user (overrides `auth.password`) | `gitea` |
| `postgresql.enabled` | Enable PostgreSQL | `true` |
pat-s (Migrated from gitea.com) commented 2023-03-28 19:58:54 +00:00

Uhh nice find! And very nice footnote 😃

Uhh nice find! And very nice footnote 😃
@ -672,4 +431,4 @@
## @section PostgreSQL
#
## @param postgresql.enabled Enable PostgreSQL
pat-s (Migrated from gitea.com) commented 2023-03-28 19:55:40 +00:00

They are but I wanted to make it explicit for users that they can do so by listing them in values.yml.
Otherwise it might look one can only change service.port.

But yeah defining them requires updating them - maybe commenting them out might be better and a good middle-way to make them more "visible" without having maintenance burden?

They are but I wanted to make it explicit for users that they can do so by listing them in `values.yml`. Otherwise it might look one can only change `service.port`. But yeah defining them requires updating them - maybe commenting them out might be better and a good middle-way to make them more "visible" without having maintenance burden?
justusbunsi (Migrated from gitea.com) approved these changes 2023-03-28 20:10:23 +00:00
justusbunsi (Migrated from gitea.com) left a comment

Works and LGTM

Works and LGTM
@ -672,4 +431,4 @@
## @section PostgreSQL
#
## @param postgresql.enabled Enable PostgreSQL
justusbunsi (Migrated from gitea.com) commented 2023-03-28 20:10:23 +00:00

Comments work for me. 👍 for leaving the tag empty in that comment.

Comments work for me. 👍 for leaving the tag empty in that comment.
Sign in to join this conversation.
No description provided.