Skip to content

Commit

Permalink
Build Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanZelic committed Jan 31, 2023
1 parent 7420fd6 commit ee9300b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Expect breaking changes
Cloudflare Zero-Trust operator allow you to manage your zero-trust configuration directly from kubernetes

<!-- Version_Placeholder -->
![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-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
3 changes: 1 addition & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
resources:
- manager.yaml

images:
- name: controller
newName: ghcr.io/bojanzelic/cloudflare-zero-trust-operator
newTag: 0.1.8
newTag: 0.1.9
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 @@ -14,9 +14,9 @@ home: https://github.com/bojanzelic/cloudflare-zero-trust-operator
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.1.8"
version: "0.1.9"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.8"
appVersion: "0.1.9"
10 changes: 5 additions & 5 deletions 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.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.8](https://img.shields.io/badge/AppVersion-0.1.8-informational?style=flat-square)
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.9](https://img.shields.io/badge/AppVersion-0.1.9-informational?style=flat-square)

Operator for managing Cloudflare Zero Trust settings

Expand All @@ -13,9 +13,9 @@ Cloudflare Zero-Trust operator allow you to manage your zero-trust configuration
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| cloudflare_account_id | string | `""` | Cloudflare Account ID - required (or set secretRef) |
| cloudflare_api_email | string | `""` | Cloudflare API Email - optional (or set secretRef) |
| cloudflare_api_key | string | `""` | API Key from cloudflare - optional (or set secretRef) |
| cloudflare_api_token | string | `""` | Cloudflare API Token - optional (or set secretRef) |
| cloudflare_api_email | string | `""` | Cloudflare API Email - required (one of cloudflare_api_token or cloudflare_api_key + cloudflare_api_email) (or set secretRef) |
| cloudflare_api_key | string | `""` | API Key from cloudflare - required (one of cloudflare_api_token or cloudflare_api_key + cloudflare_api_email) (or set secretRef) |
| cloudflare_api_token | string | `""` | Cloudflare API Token - required (one of cloudflare_api_token or cloudflare_api_key + cloudflare_api_email) (or set secretRef) |
| fullnameOverride | string | `""` | override name for helm chart |
| image.pullPolicy | string | `"IfNotPresent"` | manager pullPolicy |
| image.repository | string | `"ghcr.io/bojanzelic/cloudflare-zero-trust-operator"` | manager image repo |
Expand All @@ -26,7 +26,7 @@ Cloudflare Zero-Trust operator allow you to manage your zero-trust configuration
| podAnnotations | object | `{}` | annotations to add to the pod |
| proxy.resources | object | `{}` | limits & requests(cpu & memory) to apply to the manager container |
| replicaCount | int | `1` | number of replicas to run |
| secretRef | string | `""` | name of the secret that contains the following keys: CLOUDFLARE_ACCOUNT_ID, (CLOUDFLARE_API_KEY + CLOUDFLARE_API_EMAIL, or CLOUDFLARE_API_TOKEN) |
| secretRef | string | `""` | name of the secret that contains the following keys: CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_KEY, CLOUDFLARE_API_EMAIL, CLOUDFLARE_API_TOKEN |
| service.port | int | `8443` | port of service |
| service.type | string | `"ClusterIP"` | type of service |
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-leader-election-role
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-leader-election-role
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: bojanzelic-cloudflare-zero-trust-operator
Expand Down Expand Up @@ -46,7 +46,7 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-leader-election-rolebinding
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-leader-election-rolebinding
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: bojanzelic-cloudflare-zero-trust-operator
Expand All @@ -58,8 +58,8 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-leader-election-role'
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-leader-election-role'
subjects:
- kind: ServiceAccount
name: '{{ include "cloudflare-zero-trust-operator.serviceAccountName" . }}'
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-controller-manager'
namespace: '{{ .Release.Namespace }}'
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-manager-role
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-manager-role
labels:
{{- include "cloudflare-zero-trust-operator.labels" . | nindent 4 }}
rules:
Expand Down Expand Up @@ -99,7 +99,7 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-manager-rolebinding
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-manager-rolebinding
labels:
app.kubernetes.io/component: rbac
app.kubernetes.io/created-by: bojanzelic-cloudflare-zero-trust-operator
Expand All @@ -111,8 +111,8 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-manager-role'
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-manager-role'
subjects:
- kind: ServiceAccount
name: '{{ include "cloudflare-zero-trust-operator.serviceAccountName" . }}'
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-controller-manager'
namespace: '{{ .Release.Namespace }}'
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-metrics-reader
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-metrics-reader
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: bojanzelic-cloudflare-zero-trust-operator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-proxy-role
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-proxy-role
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: bojanzelic-cloudflare-zero-trust-operator
Expand All @@ -27,7 +27,7 @@ rules:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-proxy-rolebinding
name: {{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-proxy-rolebinding
labels:
app.kubernetes.io/component: kube-rbac-proxy
app.kubernetes.io/created-by: bojanzelic-cloudflare-zero-trust-operator
Expand All @@ -39,8 +39,8 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-proxy-role'
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-proxy-role'
subjects:
- kind: ServiceAccount
name: '{{ include "cloudflare-zero-trust-operator.serviceAccountName" . }}'
name: '{{ include "cloudflare-zero-trust-operator.fullname" . }}-f-zero-trust-operator-controller-manager'
namespace: '{{ .Release.Namespace }}'

0 comments on commit ee9300b

Please sign in to comment.