Skip to content

Commit

Permalink
fix template lookup in example-content, extension-manager-operator an…
Browse files Browse the repository at this point in the history
…d keycloak charts

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Jan 23, 2025
1 parent e9cd93e commit 95c9941
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.138.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.111.15
version: 0.111.16
dependencies:
- name: common
version: 0.2.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if eq (include "common.getNestedValue" (dict "Values" .Values "key" "istio.enabled")) "true" -}}
{{- if eq (include "common.getKeyValue" (dict "Values" .Values "key" "istio.enabled")) "true" -}}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
Expand Down
2 changes: 1 addition & 1 deletion charts/extension-manager-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: extension-manager-operator
description: A Helm chart for extension-manager-operator which manages resources like ContentConfigurations and exposes REST `/validate` endpoint
type: application
version: 0.22.87
version: 0.22.88
appVersion: "0.103.0"
dependencies:
- name: extension-manager-operator-crds
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if eq (include "common.getNestedValue" (dict "Values" .Values "key" "istio.enabled")) "true" -}}
{{- if eq (include "common.getKeyValue" (dict "Values" .Values "key" "istio.enabled")) "true" -}}
{{- if .Values.validationServer.enabled }}
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: keycloak
description: A Helm chart to deploy keycloak as OIDC provider in openmfp

type: application
version: 0.60.13
version: 0.60.14
appVersion: "1.16.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/templates/istio-virtualservice.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if eq (include "common.getNestedValue" (dict "Values" .Values "key" "istio.enabled")) "true" -}}
{{- if eq (include "common.getKeyValue" (dict "Values" .Values "key" "istio.enabled")) "true" -}}
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
Expand Down

0 comments on commit 95c9941

Please sign in to comment.