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

fix(example-content): bump version to 0.113.4 and add labels to contentconfigs #354

Merged
merged 1 commit into from
Feb 9, 2025
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
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.148.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.113.3
version: 0.113.4
dependencies:
- name: common
version: 0.2.7
Expand Down
4 changes: 4 additions & 0 deletions charts/example-content/templates/contentconfigurations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: ContentConfiguration
metadata:
name: {{ include "common.entity.name" . }}-ui
namespace: {{ .Release.Namespace }}
labels:
portal.openmfp.org/entity: main
spec:
remoteConfiguration:
url: {{ .Values.contentConfigurations.ui.url }}
Expand All @@ -20,6 +22,8 @@ kind: ContentConfiguration
metadata:
name: {{ include "common.entity.name" . }}-wc
namespace: {{ .Release.Namespace }}
labels:
portal.openmfp.org/entity: main
spec:
remoteConfiguration:
url: {{ .Values.contentConfigurations.wc.url }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ matches the snapshot:
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
labels:
portal.openmfp.org/entity: main
name: RELEASE-NAME-example-content-ui
namespace: NAMESPACE
spec:
Expand All @@ -13,6 +15,8 @@ matches the snapshot:
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
labels:
portal.openmfp.org/entity: main
name: RELEASE-NAME-example-content-wc
namespace: NAMESPACE
spec:
Expand Down Expand Up @@ -113,6 +117,8 @@ matches the snapshot (internalUrl):
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
labels:
portal.openmfp.org/entity: main
name: RELEASE-NAME-example-content-ui
namespace: NAMESPACE
spec:
Expand All @@ -124,6 +130,8 @@ matches the snapshot (internalUrl):
apiVersion: core.openmfp.io/v1alpha1
kind: ContentConfiguration
metadata:
labels:
portal.openmfp.org/entity: main
name: RELEASE-NAME-example-content-wc
namespace: NAMESPACE
spec:
Expand Down