Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/redis-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.1.1
- name: redis-operator
repository: https://ot-container-kit.github.io/helm-charts
version: 0.21.0
digest: sha256:3b3f54106a07e3c6a15011aa7ec0ec7decbcf6bef51eb333a708c8248b2d693e
generated: "2025-06-30T13:35:02.595049003Z"
version: 0.22.0
digest: sha256:d956791ca1f3f94a6770d4507e2096d57e2f1748637f8bdae6ff2685081738ae
generated: "2025-09-11T00:00:00.338011835Z"
10 changes: 5 additions & 5 deletions charts/redis-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ annotations:
catalog.cattle.io/display-name: Redis (1/2) - Operator
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
# catalog.cattle.io/kube-version: '>=1.26.0-0 < 1.31.0-0'
# catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.10.0-0'
# catalog.cattle.io/kube-version: '>=1.26.0-0 < 1.31.0-0'
# catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.10.0-0'
catalog.cattle.io/release-name: redis-operator
catalog.cattle.io/namespace: lp-system
apiVersion: v2
appVersion: 0.21.0
appVersion: 0.22.0
dependencies:
- name: common
repository: https://charts.sourcemation.com/
version: 0.1.x
- condition: global.redisOperatorCrd.enabled
name: redis-operator
version: 0.21.0
version: 0.22.0
repository: https://ot-container-kit.github.io/helm-charts
description: Provides easy redis setup definitions for Kubernetes. Install only once on kubernetes. Database in-memory.
home: https://linuxpolska.com
Expand All @@ -31,4 +31,4 @@ name: redis-operator
sources:
- https://github.com/SourceMation/charts.git
type: application
version: 0.3.0
version: 0.4.0
2 changes: 1 addition & 1 deletion charts/redis-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
export RELEASE_NAME=redis-ope
export CHART_NAME=redis-operator
export RELEASE_NAMESPACE=lp-system
export CHART_VERSION=0.3.0
export CHART_VERSION=0.4.0

kubectl create ns ${RELEASE_NAMESPACE}
kubectl config set-context --current --namespace ${RELEASE_NAMESPACE}
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/redis-operator/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: test
image: bitnami/kubectl:latest
image: sourcemation/kubectl:latest
command:
- sh
- -c
Expand Down
8 changes: 4 additions & 4 deletions charts/redis-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ global:
redis-operator:
redisOperator:
name: redis-operator
# imageName: ghcr.io/ot-container-kit/redis-operator/redis-operator
# imageTag: ""
# imagePullPolicy: Always
# imagePullSecrets: []
imageName: docker.io/sourcemation/redis-operator
imageTag: "0.22.0-20250905"
imagePullPolicy: Always
imagePullSecrets: []

# podAnnotations: {}
# podLabels: {}
Expand Down