Skip to content

Commit

Permalink
Merge pull request #88 from shopware/fix/prometheus
Browse files Browse the repository at this point in the history
Increase helm chart version to 0.0.28 and remove cluster role name ov…
  • Loading branch information
renaudhager authored Nov 6, 2024
2 parents 9ebf3ed + c3df372 commit fde4827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/shopware/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.27
version: 0.0.28

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.27"
appVersion: "0.0.28"

dependencies:
- name: pxc-operator
Expand Down
1 change: 0 additions & 1 deletion charts/shopware/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,5 +564,4 @@ prometheus:
create: true
server:
configMapOverrideName: "prometheus-config"
clusterRoleNameOverride: "{{ .Release.Name }}-prometheus-{{ .Release.Namespace }}"
releaseNamespace: true

0 comments on commit fde4827

Please sign in to comment.