We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bb0cb commit 1e2c33aCopy full SHA for 1e2c33a
Makefile
@@ -9,7 +9,7 @@ OUTDIR=${ROOTDIR}/_output
9
TARGET_ARCHS ?= amd64 arm64 s390x ppc64le
10
11
# Identifies the current build.
12
-VERSION ?= v2.5.0-SNAPSHOT
+VERSION ?= v2.5.0
13
COMMIT_HASH ?= $(shell git rev-parse HEAD)
14
15
# Identifies the Kiali operator container image that will be built
manifests/kiali-upstream/2.5.0/manifests/kiali.v2.5.0.clusterserviceversion.yaml
@@ -17,7 +17,7 @@ metadata:
17
support: Kiali
18
description: "Kiali project provides answers to the questions: What microservices are part of my Istio service mesh and how are they connected?"
19
repository: https://github.com/kiali/kiali
20
- createdAt: 2025-01-13T12:25:49Z
+ createdAt: 2025-02-03T07:18:08Z
21
alm-examples: |-
22
[
23
{
0 commit comments