You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump redis image to 8.2.2 (#12149)
* Add instructions on how to build the images for future updates
* Bump redis image to 8.2.2
* Bump redis-sentinel image to 8.2.2
* Change to store Bitnami redis images in gcr.io/mirrornode
---------
Signed-off-by: Steven Sheehy <[email protected]>
To change an application's properties, create a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#create-configmaps-from-files) and mount it into the container by specifying `volumes`
255
+
To change an application's properties, create
256
+
a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#create-configmaps-from-files)
257
+
and mount it into the container by specifying `volumes`
242
258
and `volumeMounts` in your custom values.yaml. Create the ConfigMap from a properties file:
0 commit comments