Skip to content

Commit

Permalink
Build Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanZelic committed Oct 12, 2023
1 parent d75852e commit 5683d73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cloudflare Zero-Trust operator allow you to manage your zero-trust configuration directly from kubernetes

<!-- Version_Placeholder -->
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square)
[![CRD - reference](https://img.shields.io/badge/CRD-reference-2ea44f)](https://doc.crds.dev/github.com/BojanZelic/cloudflare-zero-trust-operator)
![Unit Tests](https://github.com/BojanZelic/cloudflare-zero-trust-operator/actions/workflows/unit.yaml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/bojanzelic/cloudflare-zero-trust-operator)](https://goreportcard.com/report/github.com/bojanzelic/cloudflare-zero-trust-operator)
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ resources:
images:
- name: controller
newName: ghcr.io/bojanzelic/cloudflare-zero-trust-operator
newTag: 0.3.1
newTag: 0.3.2
4 changes: 2 additions & 2 deletions helm/cloudflare-zero-trust-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ type: application
home: https://github.com/bojanzelic/cloudflare-zero-trust-operator
# Version numbers are automatically updated during releases
# helm version == appVersion
version: "0.3.1"
version: "0.3.2"
# Version numbers are automatically updated during releases
appVersion: "0.3.1"
appVersion: "0.3.2"
2 changes: 1 addition & 1 deletion helm/cloudflare-zero-trust-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloudflare-zero-trust-operator

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square)
![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.2](https://img.shields.io/badge/AppVersion-0.3.2-informational?style=flat-square)

Operator for managing Cloudflare Zero Trust settings

Expand Down

0 comments on commit 5683d73

Please sign in to comment.