Skip to content

Commit

Permalink
Revert "Move CHANGES entry to correct chart"
Browse files Browse the repository at this point in the history
This reverts commit c5082af.
  • Loading branch information
gerlowskija committed Jan 7, 2025
1 parent c5082af commit e80fd78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions helm/solr-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ annotations:
url: https://github.com/apache/solr-operator/issues/684
- name: Github PR
url: https://github.com/apache/solr-operator/pull/685
- kind: added
description: SolrClouds now support namespace sharing among pod containers in a pod.
links:
- name: Github Issue
url: https://github.com/apache/solr-operator/issues/716
- name: Github PR
url: https://github.com/apache/solr-operator/pull/735
- kind: changed
description: SolrClouds now support auto-readOnlyRootFilesystem setting.
links:
Expand Down
9 changes: 6 additions & 3 deletions helm/solr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,15 @@ annotations:
# Allowed syntax is described at: https://artifacthub.io/docs/topics/annotations/helm/#example
artifacthub.io/changes: |
- kind: added
description: SolrClouds now support namespace sharing among pod containers in a pod.
description: Addition 1
links:
- name: Github Issue
url: https://github.com/apache/solr-operator/issues/716
url: https://github.com/issue-url
- kind: changed
description: Change 2
links:
- name: Github PR
url: https://github.com/apache/solr-operator/pull/735
url: https://github.com/pr-url
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/apache-solr/solr-operator
Expand Down

0 comments on commit e80fd78

Please sign in to comment.