Skip to content

Commit

Permalink
Merge pull request #1239 from christianhuth/bump-umami
Browse files Browse the repository at this point in the history
bumped app version
  • Loading branch information
christianhuth authored Jan 14, 2025
2 parents d033143 + 0b86350 commit c28fba7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# Chart dependencies
charts/**/charts/*
charts/**/Chart.lock
charts/**/values-*.yaml

### VisualStudioCode ###
.vscode/*
Expand Down
3 changes: 3 additions & 0 deletions charts/umami/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
.idea/
*.tmproj
.vscode/

# Additional Helm Values for Development or Testing
values-*.yaml
8 changes: 4 additions & 4 deletions charts/umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: umami
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
type: application
version: 4.0.1
appVersion: "postgresql-v2.9.0"
version: 4.1.0
appVersion: "v2.15.1"
home: https://github.com/christianhuth/helm-charts
icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png
maintainers:
Expand All @@ -25,8 +25,8 @@ dependencies:
annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: fixed
description: issue with cloudMode
- kind: changed
description: app version to v2.15.1
artifacthub.io/screenshots: |
- title: Umami measures just the important metrics that you care about and everything is displayed on a single, easy to browse page.
url: https://umami.is/images/feature-website-stats.png
Expand Down
2 changes: 1 addition & 1 deletion charts/umami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The command removes all the Kubernetes components associated with the chart and
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.registry | string | `"ghcr.io"` | image registry |
| image.repository | string | `"umami-software/umami"` | image repository |
| image.tag | string | `"postgresql-v2.9.0"` | Overrides the image tag |
| image.tag | string | `"postgresql-v2.15.1"` | Overrides the image tag |
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. |
| ingress.annotations | object | `{}` | Additional annotations for the Ingress resource |
| ingress.className | string | `""` | IngressClass that will be be used to implement the Ingress |
Expand Down
7 changes: 7 additions & 0 deletions charts/umami/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ingress:
enabled: true
hosts:
- host: umami.127.0.0.1.nip.io
paths:
- path: /
pathType: ImplementationSpecific
2 changes: 1 addition & 1 deletion charts/umami/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"type": "string"
},
"tag": {
"default": "postgresql-v2.9.0",
"default": "postgresql-v2.15.1",
"description": "Overrides the image tag",
"required": [],
"title": "tag",
Expand Down
2 changes: 1 addition & 1 deletion charts/umami/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ image:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "postgresql-v2.9.0"
tag: "postgresql-v2.15.1"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit c28fba7

Please sign in to comment.