Commit 1a62371 1 parent 0162827 commit 1a62371 Copy full SHA for 1a62371
File tree 6 files changed +6
-6
lines changed
extension-manager-operator
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : " 0.129.0"
3
3
description : Helm Chart for the openmfp Portal
4
4
name : example-content
5
- version : 0.111.1
5
+ version : 0.111.2
6
6
dependencies :
7
7
- name : common
8
8
version : 0.1.9
Original file line number Diff line number Diff line change 1
- {{- if eq (include "common.getNestedValue " (dict "Values" .Values "key" "istio.enabled")) "true" -}}
1
+ {{- if eq (include "common.getKeyValue " (dict "Values" .Values "key" "istio.enabled")) "true" -}}
2
2
apiVersion : networking.istio.io/v1alpha3
3
3
kind : VirtualService
4
4
metadata :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : extension-manager-operator
3
3
description : A Helm chart for extension-manager-operator which manages resources like ContentConfigurations and exposes REST `/validate` endpoint
4
4
type : application
5
- version : 0.22.56
5
+ version : 0.22.57
6
6
appVersion : " 0.83.0"
7
7
dependencies :
8
8
- name : extension-manager-operator-crds
Original file line number Diff line number Diff line change 1
- {{- if eq (include "common.getNestedValue " (dict "Values" .Values "key" "istio.enabled")) "true" -}}
1
+ {{- if eq (include "common.getKeyValue " (dict "Values" .Values "key" "istio.enabled")) "true" -}}
2
2
{{- if .Values.validationServer.enabled }}
3
3
apiVersion : networking.istio.io/v1alpha3
4
4
kind : VirtualService
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: keycloak
3
3
description : A Helm chart for Kubernetes
4
4
5
5
type : application
6
- version : 0.59.32
6
+ version : 0.59.33
7
7
appVersion : " 1.16.0"
8
8
9
9
dependencies :
Original file line number Diff line number Diff line change 1
- {{- if eq (include "common.getNestedValue " (dict "Values" .Values "key" "istio.enabled")) "true" -}}
1
+ {{- if eq (include "common.getKeyValue " (dict "Values" .Values "key" "istio.enabled")) "true" -}}
2
2
apiVersion : networking.istio.io/v1beta1
3
3
kind : VirtualService
4
4
metadata :
You can’t perform that action at this time.
0 commit comments