Skip to content

Commit

Permalink
feat: update memcached to the latest stable
Browse files Browse the repository at this point in the history
Co-Authored-By: Luke Repko <[email protected]>
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull and LukeRepko committed Dec 21, 2024
1 parent 0be0d6e commit 99f1bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions base-helm-configs/memcached/memcached-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/memcached
tag: 1.6.32-debian-12-r0
tag: 1.6.33-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -610,7 +610,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r31
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -656,7 +656,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/memcached-exporter
tag: 0.14.4-debian-12-r9
tag: 0.15.0-debian-12-r3
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down
5 changes: 1 addition & 4 deletions bin/install-memcached.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2124,SC2145,SC2294

# Default parameter value
TARGET=${1:-base}

# Directory to check for YAML files
CONFIG_DIR="/etc/genestack/helm-configs/memcached"

Expand All @@ -12,7 +9,7 @@ HELM_CMD="helm upgrade --install memcached oci://registry-1.docker.io/bitnamicha
--namespace=openstack \
--timeout 120m \
--post-renderer /etc/genestack/kustomize/kustomize.sh \
--post-renderer-args memcached/${TARGET} \
--post-renderer-args memcached/overlay \
-f /opt/genestack/base-helm-configs/memcached/memcached-helm-overrides.yaml"

# Check if YAML files exist in the specified directory
Expand Down

0 comments on commit 99f1bb9

Please sign in to comment.