Skip to content

Commit

Permalink
fix(kiali): Override to use distroless kiali image (#2575)
Browse files Browse the repository at this point in the history
* fix(kiali): Override to use distroless kiali image (#2573)

(cherry picked from commit b810b70)

* fix(kiali): Bump to 1.88.0-distro

* build: Updated licenses.d2iq.yaml

---------

Co-authored-by: d2iq-mergebot <[email protected]>
  • Loading branch information
gracedo and d2iq-mergebot authored Aug 24, 2024
1 parent 394a81a commit dcd636d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ resources:
- license_path: LICENSE
ref: ${image_tag}
url: https://github.com/kiali/kiali-operator
- container_image: quay.io/kiali/kiali:v1.87.0-distro
- container_image: quay.io/kiali/kiali:v1.88.0-distro
sources:
- license_path: LICENSE
ref: ${image_tag%-distro}
Expand Down
2 changes: 2 additions & 0 deletions services/kiali/1.88.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
data:
values.yaml: |
priorityClassName: dkp-high-priority
allowAdHocKialiImage: true
cr:
create: true
namespace: ${releaseNamespace}
Expand Down Expand Up @@ -35,6 +36,7 @@ data:
use_grpc: true
deployment:
priority_class_name: dkp-high-priority
image_version: v1.88.0-distro
accessible_namespaces:
- '**'
ingress:
Expand Down
2 changes: 1 addition & 1 deletion services/kiali/1.88.0/extra-images.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
quay.io/kiali/kiali:v1.87.0-distro
quay.io/kiali/kiali:v1.88.0-distro
2 changes: 1 addition & 1 deletion services/kiali/1.88.0/kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ data:
dashboardLink: "/dkp/kiali"
docsLink: "https://istio.io/docs/tasks/telemetry/kiali/"
# Chart version matches app version
version: "1.87.0"
version: "1.88.0"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit dcd636d

Please sign in to comment.