Skip to content

Commit a495b1b

Browse files
committed
chore(release): 0.6.25
[skip.ci]
1 parent 8a63c80 commit a495b1b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
### Chores
44

5-
* update: bump collection krestomatio.k8s 0.4.19 (krestomatio-cibot)
5+
* update: bump collection krestomatio.k8s 0.4.20 (krestomatio-cibot)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_SHORTNAME ?= moodle
2-
VERSION ?= 0.6.24
2+
VERSION ?= 0.6.25
33
COLLECTION_VERSION ?= 0.4.20
44
OPERATOR_TYPE ?= ansible
55
PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator

bundle/manifests/moodle-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ metadata:
2626
]
2727
capabilities: Seamless Upgrades
2828
categories: Application Runtime
29-
containerImage: quay.io/krestomatio/moodle-operator:0.6.24
30-
createdAt: "2025-02-07T04:28:44Z"
29+
containerImage: quay.io/krestomatio/moodle-operator:0.6.25
30+
createdAt: "2025-02-07T14:26:24Z"
3131
description: |-
3232
This operator simplifies Moodle deployments in Kubernetes by leveraging
3333
the Ansible Operator SDK for automation
@@ -38,7 +38,7 @@ metadata:
3838
operatorframework.io/arch.amd64: supported
3939
operatorframework.io/arch.arm64: supported
4040
operatorframework.io/os.linux: supported
41-
name: moodle-operator.v0.6.24
41+
name: moodle-operator.v0.6.25
4242
namespace: placeholder
4343
spec:
4444
apiservicedefinitions: {}
@@ -312,7 +312,7 @@ spec:
312312
env:
313313
- name: ANSIBLE_GATHERING
314314
value: explicit
315-
image: quay.io/krestomatio/moodle-operator:0.6.24
315+
image: quay.io/krestomatio/moodle-operator:0.6.25
316316
livenessProbe:
317317
httpGet:
318318
path: /healthz
@@ -408,4 +408,4 @@ spec:
408408
provider:
409409
name: Krestomatio
410410
url: https://krestomatio.com
411-
version: 0.6.24
411+
version: 0.6.25

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resources:
44
images:
55
- name: controller
66
newName: quay.io/krestomatio/moodle-operator
7-
newTag: 0.6.24
7+
newTag: 0.6.25
88
apiVersion: kustomize.config.k8s.io/v1beta1
99
kind: Kustomization

docs/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ For deploying and managing Moodle instances on Kubernetes. The operator leverage
2525
1. **Install Operator:**
2626
```bash
2727
# Ensure prerequisites are met
28-
kubectl apply -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.24
28+
kubectl apply -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.25
2929
```
3030

3131
2. **Configure Moodle Instance:**
32-
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.24/config/samples/m4e_v1alpha1_moodle.yaml) file to reflect your specific database connection details and any additional configuration options. This file defines the desired state for your Moodle instance.
32+
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.25/config/samples/m4e_v1alpha1_moodle.yaml) file to reflect your specific database connection details and any additional configuration options. This file defines the desired state for your Moodle instance.
3333
```bash
34-
curl -sSL 'https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.24/config/samples/m4e_v1alpha1_moodle.yaml' -o m4e_v1alpha1_moodle.yaml
34+
curl -sSL 'https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.25/config/samples/m4e_v1alpha1_moodle.yaml' -o m4e_v1alpha1_moodle.yaml
3535
# modify m4e_v1alpha1_moodle.yaml
3636
```
3737

@@ -70,7 +70,7 @@ kubectl delete -f m4e_v1alpha1_moodle.yaml
7070

7171
2. **Uninstall Operator:**
7272
```bash
73-
kubectl delete -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.24
73+
kubectl delete -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.25
7474
```
7575

7676
## Configuration

0 commit comments

Comments
 (0)