From db594486b00cd89f03dd3de8dcd6888d32f145f0 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 21 Jan 2022 14:17:43 +0000 Subject: [PATCH] [bitnami/geode] Release 0.4.3 updating components versions Signed-off-by: Bitnami Containers --- bitnami/geode/Chart.lock | 6 ++-- bitnami/geode/Chart.yaml | 2 +- bitnami/geode/README.md | 76 ++++++++++++++++++++------------------- bitnami/geode/values.yaml | 6 ++-- 4 files changed, 47 insertions(+), 43 deletions(-) diff --git a/bitnami/geode/Chart.lock b/bitnami/geode/Chart.lock index 37787b611..abd992dd5 100644 --- a/bitnami/geode/Chart.lock +++ b/bitnami/geode/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.10.3 -digest: sha256:710e8247ae70ea63a2fb2fde4320511ff28c7b5c7a738861427f104a7718bdf4 -generated: "2021-12-11T10:17:12.82066242Z" + version: 1.10.4 +digest: sha256:e177cdcd71e67a1e64e95260c4b780374e1d66e85be405d5dc58459654e49ffa +generated: "2022-01-21T13:16:12.664620637Z" diff --git a/bitnami/geode/Chart.yaml b/bitnami/geode/Chart.yaml index a22a40737..8aa9f01db 100644 --- a/bitnami/geode/Chart.yaml +++ b/bitnami/geode/Chart.yaml @@ -22,4 +22,4 @@ name: geode sources: - https://github.com/bitnami/bitnami-docker-geode - https://github.com/apache/geode -version: 0.4.2 +version: 0.4.3 diff --git a/bitnami/geode/README.md b/bitnami/geode/README.md index 39115898d..dba6275ef 100644 --- a/bitnami/geode/README.md +++ b/bitnami/geode/README.md @@ -1,9 +1,13 @@ -# Apache Geode +# Apache Geode packaged by Bitnami -[Apache Geode](https://geode.apache.org/) is a data management platform that provides advanced capabilities for data-intensive applications. +Apache Geode is a data management platform that provides advanced capabilities for data-intensive applications. +[Overview of Apache Geode](https://geode.apache.org/) + +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. + ## TL;DR ```console @@ -386,39 +390,39 @@ helm install my-release -f values.yaml bitnami/geode This chart an Apache Geode cluster including a _locator_ statefulset with N _Locator_ nodes, and a _server_ statefulset with M Cache server nodes. The schema below represents the architecture when you used an Ingress controller to expose the Apache Geode Pulse dashboard: ``` - ┌──────────────────┐ - │ Ingress │ - │ Controller │ - └────────┬─────────┘ - │ / HTTP monitoring - │ dashboard - │ - ┌──────┘ - │ ┌────────────────────┐ - │ (port 7070) │ Geode client │ - ▼ │ pods │─────┐ - ┌───────────────────┐ └───┬────────────────┘ │ - │ Locator │ │ │ - │ svc │ │ │ - └───┬───────────────┘ │ / server │ / write - │ │ discovery | read - ▼ │ │ -┌──────────────┐ │ ┌──────────────┐ │ -│ Locator │ │ │ Locator │ │ -│ │◀───────────────────────└───▶│ │ │ -│ Pod │ │ Pod │ │ -└──────────────┘ └──────────────┘ │ - ▲ ▲ │ - ┌───└───────────────────────────────────┌─────────┘ │ - │ │ │ - │ / configuration ┌─────────────────────────────────────┘ - │ service │ │ │ - │ │ │ │ -┌─┴─────────────┐ │ ┌───────────────┐ │ -│ Cache server │ │ │ Cache server │ │ -│ │◀───────┘ │ │◀─────┘ -│ Pod │ │ Pod │ -└───────────────┘ └───────────────┘ + ������������������������������������������������������������ + ��� Ingress ��� + ��� Controller ��� + ������������������������������������������������������������ + ��� / HTTP monitoring + ��� dashboard + ��� + ������������������������ + ��� ������������������������������������������������������������������ + ��� (port 7070) ��� Geode client ��� + ��� ��� pods ��������������������� + ��������������������������������������������������������������� ������������������������������������������������������������������ ��� + ��� Locator ��� ��� ��� + ��� svc ��� ��� ��� + ��������������������������������������������������������������� ��� / server ��� / write + ��� ��� discovery | read + ��� ��� ��� +������������������������������������������������ ��� ������������������������������������������������ ��� +��� Locator ��� ��� ��� Locator ��� ��� +��� ��������������������������������������������������������������������������������������������� ��� ��� +��� Pod ��� ��� Pod ��� ��� +������������������������������������������������ ������������������������������������������������ ��� + ��� ��� ��� + ��������������������������������������������������������������������������������������������������������������������������������������������������������� ��� + ��� ��� ��� + ��� / configuration ��������������������������������������������������������������������������������������������������������������������� + ��� service ��� ��� ��� + ��� ��� ��� ��� +��������������������������������������������������� ��� ��������������������������������������������������� ��� +��� Cache server ��� ��� ��� Cache server ��� ��� +��� ������������������������������ ��� ������������������������ +��� Pod ��� ��� Pod ��� +��������������������������������������������������� ��������������������������������������������������� ``` > Note: when using several Locator nodes, it is recommended to configure sticky sessions using `--set locator.service.sessionAffinity="ClientIP"` or configuring the IngressController accordingly to access the Pulse monitoring dashboard. @@ -498,4 +502,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/geode/values.yaml b/bitnami/geode/values.yaml index f7b767c69..07bedf751 100644 --- a/bitnami/geode/values.yaml +++ b/bitnami/geode/values.yaml @@ -65,7 +65,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/geode - tag: 1.14.2-debian-10-r23 + tag: 1.14.2-debian-10-r28 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -899,7 +899,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r305 + tag: 10-debian-10-r315 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -944,7 +944,7 @@ metrics: image: registry: docker.io repository: bitnami/haproxy - tag: 2.5.0-debian-10-r45 + tag: 2.5.1-debian-10-r9 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.