Skip to content

Commit

Permalink
chore(release): 0.6.15
Browse files Browse the repository at this point in the history
[skip.ci]
  • Loading branch information
jobcespedes committed Apr 14, 2024
1 parent 9f2dd1c commit 3f8141b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
## Changes

### Documentation

* fix readme (Job Céspedes Ortiz)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_SHORTNAME ?= moodle
VERSION ?= 0.6.14
VERSION ?= 0.6.15
COLLECTION_VERSION ?= 0.4.9
OPERATOR_TYPE ?= ansible
PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/moodle-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Application Runtime
containerImage: quay.io/krestomatio/moodle-operator:0.6.14
createdAt: "2024-04-10T00:26:32Z"
containerImage: quay.io/krestomatio/moodle-operator:0.6.15
createdAt: "2024-04-14T23:50:34Z"
description: |-
This operator simplifies Moodle deployments in Kubernetes by leveraging
the Ansible Operator SDK for automation
Expand All @@ -38,7 +38,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: moodle-operator.v0.6.14
name: moodle-operator.v0.6.15
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -325,7 +325,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: quay.io/krestomatio/moodle-operator:0.6.14
image: quay.io/krestomatio/moodle-operator:0.6.15
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -421,4 +421,4 @@ spec:
provider:
name: Krestomatio
url: https://krestomatio.com
version: 0.6.14
version: 0.6.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/moodle-operator
newTag: 0.6.14
newTag: 0.6.15
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ For deploying and managing Moodle instances on Kubernetes. The operator leverage
1. **Install Operator:**
```bash
# Ensure prerequisites are met
kubectl apply -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.14
kubectl apply -k https://github.com/krestomatio/moodle-operator/config/default?ref=v0.6.15
```

2. **Configure Moodle Instance:**
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.14/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.
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.15/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.
```bash
curl -sSL 'https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.14/config/samples/m4e_v1alpha1_moodle.yaml' -o m4e_v1alpha1_moodle.yaml
curl -sSL 'https://raw.githubusercontent.com/krestomatio/moodle-operator/v0.6.15/config/samples/m4e_v1alpha1_moodle.yaml' -o m4e_v1alpha1_moodle.yaml
# modify m4e_v1alpha1_moodle.yaml
```

Expand Down Expand Up @@ -70,7 +70,7 @@ kubectl delete -f m4e_v1alpha1_moodle.yaml

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

## Configuration
Expand Down

0 comments on commit 3f8141b

Please sign in to comment.