Skip to content

Commit

Permalink
chore(release): 0.3.15
Browse files Browse the repository at this point in the history
[skip.ci]
  • Loading branch information
jobcespedes committed May 19, 2024
1 parent dc146c1 commit b252143
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

### Chores

* update: bump collection krestomatio.k8s 0.4.12 (krestomatio-cibot)
* update: bump collection krestomatio.k8s 0.4.13 (krestomatio-cibot)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_SHORTNAME ?= keydb
VERSION ?= 0.3.14
VERSION ?= 0.3.15
COLLECTION_VERSION ?= 0.4.13
OPERATOR_TYPE ?= ansible
PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/keydb-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Database
containerImage: quay.io/krestomatio/keydb-operator:0.3.14
createdAt: "2024-04-19T06:00:23Z"
containerImage: quay.io/krestomatio/keydb-operator:0.3.15
createdAt: "2024-05-19T18:16:41Z"
description: |-
This operator simplifies Keydb deployments in Kubernetes by leveraging
the Ansible Operator SDK for automation
Expand All @@ -49,7 +49,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: keydb-operator.v0.3.14
name: keydb-operator.v0.3.15
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -245,7 +245,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: quay.io/krestomatio/keydb-operator:0.3.14
image: quay.io/krestomatio/keydb-operator:0.3.15
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -339,4 +339,4 @@ spec:
provider:
name: Krestomatio
url: https://krestomatio.com
version: 0.3.14
version: 0.3.15
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ resources:
images:
- name: controller
newName: quay.io/krestomatio/keydb-operator
newTag: 0.3.14
newTag: 0.3.15
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ This operator simplifies the deployment and management of KeyDB, a high-performa
1. **Install Operator:**
```bash
# Ensure prerequisites are met
kubectl apply -k https://github.com/krestomatio/keydb-operator/config/default?ref=v0.3.14
kubectl apply -k https://github.com/krestomatio/keydb-operator/config/default?ref=v0.3.15
```

2. **Configure Keydb Instance:**
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/keydb-operator/v0.3.14/config/samples/keydb_v1alpha1_keydb.yaml) file to reflect your specific instance. This file defines the desired configuration for your KeyDB deployment, including the chosen mode (standalone or multi-master).
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/keydb-operator/v0.3.15/config/samples/keydb_v1alpha1_keydb.yaml) file to reflect your specific instance. This file defines the desired configuration for your KeyDB deployment, including the chosen mode (standalone or multi-master).
```bash
curl -sSL 'https://raw.githubusercontent.com/krestomatio/keydb-operator/v0.3.14/config/samples/keydb_v1alpha1_keydb.yaml' -o keydb_v1alpha1_keydb.yaml
curl -sSL 'https://raw.githubusercontent.com/krestomatio/keydb-operator/v0.3.15/config/samples/keydb_v1alpha1_keydb.yaml' -o keydb_v1alpha1_keydb.yaml
# modify keydb_v1alpha1_keydb.yaml

# for multimaster mode, use:
# curl -sSL 'https://raw.githubusercontent.com/krestomatio/keydb-operator/v0.3.14/config/samples/keydb_v1alpha1_keydb_multimaster.yaml' -o keydb_v1alpha1_keydb.yaml
# curl -sSL 'https://raw.githubusercontent.com/krestomatio/keydb-operator/v0.3.15/config/samples/keydb_v1alpha1_keydb_multimaster.yaml' -o keydb_v1alpha1_keydb.yaml
```

3. **Deploy Keydb:**
Expand Down Expand Up @@ -62,7 +62,7 @@ kubectl delete -f keydb_v1alpha1_keydb.yaml

2. **Uninstall Operator:**
```bash
kubectl delete -k https://github.com/krestomatio/keydb-operator/config/default?ref=v0.3.14
kubectl delete -k https://github.com/krestomatio/keydb-operator/config/default?ref=v0.3.15
```

## Configuration
Expand Down

0 comments on commit b252143

Please sign in to comment.