Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://editorconfig.org/ for details on how to configure your editor to respect these settings.

# This is the terminal .editorconfig in this repository.
root = true

# all files
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[*.{yaml,yml}]
indent_size = 2
4 changes: 4 additions & 0 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
sudo mv linux-amd64/helm /usr/local/bin/helm
rm -rf linux-amd64 helm.tar.gz
- name: Lint chart
run: |
helm lint .
- name: Package chart
run: |
rm -rf dist
Expand Down
5 changes: 5 additions & 0 deletions .helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@
.vscode/
# CHANGELOG
CHANGELOG.md
# GitHub Actions
.github/
# configuration and build files
.editorconfig
Makefile
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [0.2.1] - 2025-12-07

### Fixed
- Eliminate tabs in Chart.yaml to fix yaml errors

## [0.2.0] - 2025-11-23

### Changed
Expand Down
20 changes: 10 additions & 10 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2.0
version: 0.2.1

# 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
Expand All @@ -24,16 +24,16 @@ version: 0.2.0
appVersion: "0.25.2"
home: https://github.com/usememos/helm
sources:
- https://github.com/usememos/memos
- https://github.com/usememos/helm
- https://github.com/usememos/memos
- https://github.com/usememos/helm
keywords:
- memos
- notes
- helm
- memos
- notes
- helm
maintainers:
- name: usememos
email: [email protected]
- name: usememos
email: [email protected]
icon: https://raw.githubusercontent.com/usememos/dotcom/main/public/logo.png
annotations:
artifacthub.io/changes: https://github.com/usememos/helm/blob/main/CHANGELOG.md
artifacthub.io/categories: "Productivity"
artifacthub.io/changes: https://github.com/usememos/helm/blob/main/CHANGELOG.md
artifacthub.io/categories: "Productivity"