Skip to content

Commit

Permalink
Build Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanZelic committed Nov 13, 2023
1 parent a324c1f commit 21f06a0
Show file tree
Hide file tree
Showing 5 changed files with 8 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.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-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.2
newTag: 0.4.0
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.2"
version: "0.4.0"
# Version numbers are automatically updated during releases
appVersion: "0.3.2"
appVersion: "0.4.0"
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.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)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0](https://img.shields.io/badge/AppVersion-0.4.0-informational?style=flat-square)

Operator for managing Cloudflare Zero Trust settings

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ spec:
description: Enables the HttpOnly cookie attribute, which increases
security against XSS attacks.
type: boolean
logoUrl:
description: The image URL for the logo shown in the App Launcher dashboard
type: string
name:
description: Name of the Cloudflare Access Application
type: string
Expand Down

0 comments on commit 21f06a0

Please sign in to comment.