Skip to content

Commit

Permalink
Merge pull request #33 from digitalist-se/fix_extra_label
Browse files Browse the repository at this point in the history
Fix extra label
  • Loading branch information
mikkeschiren authored Jul 17, 2024
2 parents 374ef65 + c712797 commit 863b94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/matomo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "5.0.3"
description: A Helm chart Matomo
name: matomo
version: 11.0.30
version: 11.0.31
4 changes: 2 additions & 2 deletions charts/matomo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matomo:
postInstallCommand: ""
preUpgradeSleepTime: 5
preUpgradeCommand: ""
extraLabels: ""
extralabels: {}
## If you have a premium license for plugins, set it here.
## you need to create the secret before refering it.
## As:
Expand All @@ -41,7 +41,7 @@ matomo:
license:
ingress:
enabled: true
extraLabels: ""
extralabels: {}
annotations:
digitalist-net-services.org: "matomo"
kubernetes.io/ingress.class: "nginx"
Expand Down

0 comments on commit 863b94f

Please sign in to comment.