Skip to content

Commit

Permalink
fix(example-content): bump version to 0.113.4 and add labels to conte…
Browse files Browse the repository at this point in the history
…nt configurations (#354)
  • Loading branch information
nexus49 authored Feb 9, 2025
1 parent 3dddc69 commit fbed434
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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

0 comments on commit fbed434

Please sign in to comment.