Skip to content

Commit

Permalink
feat: chartbump/kiali-operator-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar98419 committed Jan 6, 2025
1 parent b97edaf commit 28e18f9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,12 +444,12 @@ resources:
- license_path: LICENSE
ref: v${image_tag}
url: https://github.com/TremoloSecurity/kube-oidc-proxy
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/kiali/kiali-operator:v2.1.0-d2iq.0
- container_image: ghcr.io/mesosphere/dkp-container-images/quay.io/kiali/kiali-operator:v2.3.0-d2iq.0
sources:
- license_path: LICENSE
ref: ${image_tag%-d2iq.0}
url: https://github.com/kiali/kiali-operator
- container_image: quay.io/kiali/kiali:v2.1.0-distro
- container_image: quay.io/kiali/kiali:v2.3.0-distro
sources:
- license_path: LICENSE
ref: ${image_tag%-distro}
Expand Down
1 change: 0 additions & 1 deletion services/kiali/2.1.0/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-2.1.0-d2iq-defaults
name: kiali-2.3.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
priorityClassName: dkp-high-priority
image:
repo: ghcr.io/mesosphere/dkp-container-images/quay.io/kiali/kiali-operator
tag: v2.1.0-d2iq.0
tag: v2.3.0-d2iq.0
allowAdHocKialiImage: true
cr:
create: true
Expand Down
1 change: 1 addition & 0 deletions services/kiali/2.3.0/extra-images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
quay.io/kiali/kiali:v2.3.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: 2.1.0
version: 2.3.0
interval: 15s
install:
crds: CreateReplace
Expand All @@ -29,7 +29,7 @@ spec:
releaseName: kiali
valuesFrom:
- kind: ConfigMap
name: kiali-2.1.0-d2iq-defaults
name: kiali-2.3.0-d2iq-defaults
targetNamespace: istio-system
---
apiVersion: v1
Expand Down
File renamed without changes.

0 comments on commit 28e18f9

Please sign in to comment.