Skip to content

Commit

Permalink
fix(chart): update version and unify ContentConfiguration kind in exa…
Browse files Browse the repository at this point in the history
…mple-content

On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Feb 8, 2025
1 parent ec93196 commit 53b7fe7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.147.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.112.2
version: 0.113.0
dependencies:
- name: common
version: 0.2.7
Expand Down
4 changes: 2 additions & 2 deletions charts/example-content/templates/contentconfigurations.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- if .Values.contentConfigurations.ui.enabled }}
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration-ui
kind: ContentConfiguration
metadata:
name: {{ include "common.entity.name" . }}-ui
namespace: {{ .Release.Namespace }}
Expand All @@ -13,7 +13,7 @@ spec:
{{- if .Values.contentConfigurations.wc.enabled }}
---
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration-wc
kind: ContentConfiguration
metadata:
name: {{ include "common.entity.name" . }}-wc
namespace: {{ .Release.Namespace }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
matches the snapshot:
1: |
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration-ui
kind: ContentConfiguration
metadata:
name: RELEASE-NAME-example-content-ui
namespace: NAMESPACE
Expand All @@ -11,7 +11,7 @@ matches the snapshot:
url: http://localhost:8000/ui/example-content/ui/assets/config.json
2: |
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration-wc
kind: ContentConfiguration
metadata:
name: RELEASE-NAME-example-content-wc
namespace: NAMESPACE
Expand Down

0 comments on commit 53b7fe7

Please sign in to comment.