Skip to content

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:00
· 127 commits to release since this release

Frappe Operator 4.1.1

Docker Images

The operator image is available at:

ghcr.io/vyogotech/frappe-operator:4.1.1
ghcr.io/vyogotech/frappe-operator:latest

Pull the image:

docker pull ghcr.io/vyogotech/frappe-operator:4.1.1

Installation

Quick Install

kubectl apply -f https://github.com/vyogotech/frappe-operator/releases/download/v4.1.1/install.yaml

Using Helm

helm repo add frappe-operator https://vyogotech.github.io/frappe-operator/helm-repo
helm install frappe-operator frappe-operator/frappe-operator --version 4.1.1

Using Operator Lifecycle Manager (OLM)

kubectl create -f https://operatorhub.io/install/frappe-operator.yaml

Docker Image Platforms

  • linux/amd64
  • linux/arm64

What's Changed

Full Changelog: v4.1.0...v4.1.1