Skip to content

Commit

Permalink
Release 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed May 15, 2020
1 parent d5d6d9d commit 8b625ee
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.18.0
VERSION ?= v1.18.1
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 'v1.18.0' All-in-One YAML
# Kiali Operator 'v1.18.1' All-in-One YAML
# This operator will not be able to support deployment.accessible_namespaces=['**'].
# Auto-generated by merge-operator-yaml.sh on Fri May 15 15:27:55 EDT 2020
# Auto-generated by merge-operator-yaml.sh on Fri May 15 20:06:11 UTC 2020
---
apiVersion: v1
kind: Namespace
metadata:
name: kiali-operator
labels:
app: kiali-operator
version: v1.18.0
version: v1.18.1
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: monitoringdashboards.monitoring.kiali.io
labels:
app: kiali
version: v1.18.0
version: v1.18.1
spec:
group: monitoring.kiali.io
names:
Expand All @@ -33,7 +33,7 @@ metadata:
name: kialis.kiali.io
labels:
app: kiali-operator
version: v1.18.0
version: v1.18.1
spec:
group: kiali.io
names:
Expand All @@ -57,7 +57,7 @@ metadata:
name: kiali-operator
labels:
app: kiali-operator
version: v1.18.0
version: v1.18.1
rules:
- apiGroups: [""]
resources:
Expand Down Expand Up @@ -341,15 +341,15 @@ metadata:
namespace: kiali-operator
labels:
app: kiali-operator
version: v1.18.0
version: v1.18.1
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kiali-operator
labels:
app: kiali-operator
version: v1.18.0
version: v1.18.1
subjects:
- kind: ServiceAccount
name: kiali-operator
Expand All @@ -366,7 +366,7 @@ metadata:
namespace: kiali-operator
labels:
app: kiali-operator
version: v1.18.0
version: v1.18.1
spec:
replicas: 1
selector:
Expand All @@ -379,14 +379,14 @@ spec:
app: kiali-operator
# required for the operator SDK metric service selector
name: kiali-operator
version: v1.18.0
version: v1.18.1
annotations:
prometheus.io/scrape: "true"
spec:
serviceAccountName: kiali-operator
containers:
- name: operator
image: quay.io/kiali/kiali-operator:v1.18.0
image: quay.io/kiali/kiali-operator:v1.18.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
Expand Down

0 comments on commit 8b625ee

Please sign in to comment.