Skip to content

Commit

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

### Bug Fixes

* add test in bundle (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 ?= nfs
VERSION ?= 0.4.6
VERSION ?= 0.4.7
COLLECTION_VERSION ?= 0.4.8
OPERATOR_TYPE ?= ansible
PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/nfs-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ metadata:
]
capabilities: Seamless Upgrades
categories: Storage
containerImage: quay.io/krestomatio/nfs-operator:0.4.6
createdAt: "2024-04-08T04:31:15Z"
containerImage: quay.io/krestomatio/nfs-operator:0.4.7
createdAt: "2024-04-08T04:36:42Z"
description: |-
This operator simplifies NFS Ganesha deployments in Kubernetes by leveraging
the Ansible Operator SDK for automation
Expand All @@ -33,7 +33,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: nfs-operator.v0.4.6
name: nfs-operator.v0.4.7
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -257,7 +257,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: quay.io/krestomatio/nfs-operator:0.4.6
image: quay.io/krestomatio/nfs-operator:0.4.7
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -352,4 +352,4 @@ spec:
provider:
name: Krestomatio
url: https://krestomatio.com
version: 0.4.6
version: 0.4.7
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/nfs-operator
newTag: 0.4.6
newTag: 0.4.7
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 @@ -19,13 +19,13 @@ This operator simplifies deployment and management of NFSv4 Ganesha servers with
1. **Install Operator:**
```bash
# Ensure prerequisites are met
kubectl apply -k https://github.com/krestomatio/nfs-operator/config/default?ref=v0.4.6
kubectl apply -k https://github.com/krestomatio/nfs-operator/config/default?ref=v0.4.7
```

2. **Configure NFS Instance:**
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.6/config/samples/nfs_v1alpha1_ganesha.yaml) file to reflect your specific instance. This file defines the desired configuration for your NFS Ganesha deployment.
- Download and modify [this sample](https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.7/config/samples/nfs_v1alpha1_ganesha.yaml) file to reflect your specific instance. This file defines the desired configuration for your NFS Ganesha deployment.
```bash
curl -sSL 'https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.6/config/samples/nfs_v1alpha1_ganesha.yaml' -o nfs_v1alpha1_ganesha.yaml
curl -sSL 'https://raw.githubusercontent.com/krestomatio/nfs-operator/v0.4.7/config/samples/nfs_v1alpha1_ganesha.yaml' -o nfs_v1alpha1_ganesha.yaml
# modify nfs_v1alpha1_ganesha.yaml
```

Expand Down Expand Up @@ -56,7 +56,7 @@ kubectl delete -f nfs_v1alpha1_ganesha.yaml

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

## Configuration
Expand Down

0 comments on commit 06a90b0

Please sign in to comment.