Skip to content

Commit

Permalink
Release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Jun 5, 2020
1 parent d4c8ccb commit 85cdc12
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 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.19.0-SNAPSHOT
VERSION ?= v1.19.0
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Identifies the Kiali operator container image that will be built
Expand Down
31 changes: 19 additions & 12 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.19.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 May 8 19:38:07 UTC 2020
# Auto-generated by merge-operator-yaml.sh on Fri Jun 5 20:17:47 UTC 2020
---
apiVersion: v1
kind: Namespace
metadata:
name: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.19.0
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: monitoringdashboards.monitoring.kiali.io
labels:
app: kiali
version: master
version: v1.19.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.19.0
spec:
group: kiali.io
names:
Expand All @@ -57,7 +57,7 @@ metadata:
name: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.19.0
rules:
- apiGroups: [""]
resources:
Expand All @@ -68,6 +68,7 @@ rules:
- pods
- serviceaccounts
- services
- services/finalizers
verbs:
- create
- delete
Expand Down Expand Up @@ -341,15 +342,15 @@ metadata:
namespace: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.19.0
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.19.0
subjects:
- kind: ServiceAccount
name: kiali-operator
Expand All @@ -366,7 +367,7 @@ metadata:
namespace: kiali-operator
labels:
app: kiali-operator
version: master
version: v1.19.0
spec:
replicas: 1
selector:
Expand All @@ -377,15 +378,16 @@ spec:
name: kiali-operator
labels:
app: kiali-operator
version: master
# required for the operator SDK metric service selector
name: kiali-operator
version: v1.19.0
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8383"
spec:
serviceAccountName: kiali-operator
containers:
- name: operator
image: quay.io/kiali/kiali-operator:latest
image: quay.io/kiali/kiali-operator:v1.19.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /tmp/ansible-operator/runner
Expand All @@ -405,6 +407,11 @@ spec:
value: "kiali-operator"
- name: ANSIBLE_DEBUG_LOGS
value: "True"
ports:
- name: http-metrics
containerPort: 8383
- name: cr-metrics
containerPort: 8686
volumes:
- name: runner
emptyDir: {}

0 comments on commit 85cdc12

Please sign in to comment.