Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump kiali-operator to 2.1.0 #2882

Merged
merged 5 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,12 @@ resources:
- license_path: LICENSE
ref: v${image_tag}
url: https://github.com/TremoloSecurity/kube-oidc-proxy
- container_image: quay.io/kiali/kiali-operator:v1.89.7
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/kiali/kiali-operator:v2.1.0-d2iq.0
sources:
- license_path: LICENSE
ref: ${image_tag}
ref: ${image_tag%-d2iq.0}
url: https://github.com/kiali/kiali-operator
- container_image: quay.io/kiali/kiali:v1.88.0-distro
- container_image: quay.io/kiali/kiali:v2.1.0-distro
sources:
- license_path: LICENSE
ref: ${image_tag%-distro}
Expand Down
1 change: 0 additions & 1 deletion services/kiali/1.89.7/extra-images.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kiali-1.89.7-d2iq-defaults
name: kiali-2.1.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
priorityClassName: dkp-high-priority
image:
repo: quay.io/kiali/kiali-operator
tag: v1.89.7
repo: ghcr.io/mesosphere/dkp-container-images/quay.io/kiali/kiali-operator
tag: v2.1.0-d2iq.0
allowAdHocKialiImage: true
cr:
create: true
Expand Down
1 change: 1 addition & 0 deletions services/kiali/2.1.0/extra-images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quay.io/kiali/kiali:v2.1.0-distro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
kind: HelmRepository
name: kiali-org
namespace: kommander-flux
version: 1.89.7
version: 2.1.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -29,7 +29,7 @@ spec:
releaseName: kiali
valuesFrom:
- kind: ConfigMap
name: kiali-1.89.7-d2iq-defaults
name: kiali-2.1.0-d2iq-defaults
targetNamespace: istio-system
---
apiVersion: v1
Expand Down
Loading