Skip to content

Commit

Permalink
Release 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Jul 17, 2020
1 parent d8a70fa commit aafd532
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOTDIR=$(CURDIR)
OUTDIR=${ROOTDIR}/_output

# Identifies the current build.
VERSION ?= v1.21.0-SNAPSHOT
VERSION ?= v1.21.0
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Identifies the Kiali operator container image that will be built
Expand Down
22 changes: 11 additions & 11 deletions deploy/kiali-operator-all-in-one.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Kiali Operator 'latest' All-in-One YAML
# Kiali Operator 'v1.21.0' All-in-One YAML
# This operator will not be able to support deployment.accessible_namespaces=['**'].
# Auto-generated by merge-operator-yaml.sh on Fri Jun 26 20:09:16 UTC 2020
# Auto-generated by merge-operator-yaml.sh on Fri Jul 17 19:57:13 UTC 2020
---
apiVersion: v1
kind: Namespace
metadata:
name: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.21.0
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: monitoringdashboards.monitoring.kiali.io
labels:
app: kiali
version: master
version: v1.21.0
spec:
group: monitoring.kiali.io
names:
Expand All @@ -33,7 +33,7 @@ metadata:
name: kialis.kiali.io
labels:
app: kiali-operator
version: master
version: v1.21.0
spec:
group: kiali.io
names:
Expand All @@ -57,7 +57,7 @@ metadata:
name: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.21.0
rules:
- apiGroups: [""]
resources:
Expand Down Expand Up @@ -342,15 +342,15 @@ metadata:
namespace: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.21.0
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.21.0
subjects:
- kind: ServiceAccount
name: kiali-operator
Expand All @@ -367,7 +367,7 @@ metadata:
namespace: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.21.0
spec:
replicas: 1
selector:
Expand All @@ -380,14 +380,14 @@ spec:
app: kiali-operator
# required for the operator SDK metric service selector
name: kiali-operator
version: master
version: v1.21.0
annotations:
prometheus.io/scrape: "true"
spec:
serviceAccountName: kiali-operator
containers:
- name: operator
image: quay.io/kiali/kiali-operator:latest
image: quay.io/kiali/kiali-operator:v1.21.0
imagePullPolicy: IfNotPresent
args:
- "--zap-level=info"
Expand Down

0 comments on commit aafd532

Please sign in to comment.