mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-07 21:22:44 +00:00
Compare commits
1 Commits
silverbull
...
149f4ba742
Author | SHA1 | Date | |
---|---|---|---|
149f4ba742
|
4
.github/workflows/chart-releaser.yaml
vendored
4
.github/workflows/chart-releaser.yaml
vendored
@ -24,9 +24,9 @@ jobs:
|
|||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
|
uses: azure/setup-helm@v3
|
||||||
with:
|
with:
|
||||||
version: v3.14.1
|
version: v3.14.0
|
||||||
|
|
||||||
- name: Add Bitnami Helm Repo
|
- name: Add Bitnami Helm Repo
|
||||||
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||||
|
4
.github/workflows/lint-charts.yaml
vendored
4
.github/workflows/lint-charts.yaml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@v4.0.0 # using exact version because of https://github.com/Azure/setup-helm/issues/126
|
uses: azure/setup-helm@v3
|
||||||
with:
|
with:
|
||||||
version: v3.14.1
|
version: v3.14.0
|
||||||
|
|
||||||
- name: Lint charts
|
- name: Lint charts
|
||||||
run: helm lint charts/*
|
run: helm lint charts/*
|
@ -34,7 +34,6 @@ I will generally only maintain the charts that I am currently using. See below f
|
|||||||
|focalboard|Kanban board software by Mattermost|https://www.focalboard.com/|Yes|
|
|focalboard|Kanban board software by Mattermost|https://www.focalboard.com/|Yes|
|
||||||
|jellyfin|Open source media management system|https://jellyfin.org|Yes|
|
|jellyfin|Open source media management system|https://jellyfin.org|Yes|
|
||||||
|tandoor-recipes|Digital Recipe managment|https://tandoor.dev/|Yes|
|
|tandoor-recipes|Digital Recipe managment|https://tandoor.dev/|Yes|
|
||||||
|silverbullet|Note-taking application optimized for people with a hacker mindset|https://silverbullet.md/|Yes|
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.2
|
version: 0.1.0
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "0.7.5"
|
appVersion: "0.7.1"
|
||||||
|
@ -1,55 +0,0 @@
|
|||||||
# silverbullet
|
|
||||||
|
|
||||||
  
|
|
||||||
|
|
||||||
A Helm chart for SilverBullet - a note-taking application optimized for people with a hacker mindset
|
|
||||||
|
|
||||||
**Homepage:** <https://silverbullet.md/>
|
|
||||||
|
|
||||||
## Source Code
|
|
||||||
|
|
||||||
* <https://github.com/silverbulletmd/silverbullet>
|
|
||||||
|
|
||||||
## Values
|
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
|
||||||
|-----|------|---------|-------------|
|
|
||||||
| affinity | object | `{}` | |
|
|
||||||
| fullnameOverride | string | `""` | |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
|
||||||
| image.repository | string | `"zefhemel/silverbullet"` | |
|
|
||||||
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
|
|
||||||
| imagePullSecrets | list | `[]` | |
|
|
||||||
| ingress.annotations | object | `{}` | |
|
|
||||||
| ingress.className | string | `""` | |
|
|
||||||
| ingress.enabled | bool | `false` | |
|
|
||||||
| ingress.hosts[0].host | string | `"silverbullet.local"` | |
|
|
||||||
| ingress.hosts[0].paths[0].path | string | `"/"` | |
|
|
||||||
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
|
|
||||||
| ingress.tls | list | `[]` | |
|
|
||||||
| nameOverride | string | `""` | |
|
|
||||||
| nodeSelector | object | `{}` | |
|
|
||||||
| persistence.accessMode | string | `"ReadWriteOnce"` | |
|
|
||||||
| persistence.annotations | object | `{}` | |
|
|
||||||
| persistence.enabled | bool | `false` | Persistence config for the /space volume |
|
|
||||||
| persistence.existingClaim | string | `""` | |
|
|
||||||
| persistence.size | string | `"1Gi"` | |
|
|
||||||
| persistence.storageClass | string | `""` | |
|
|
||||||
| podAnnotations | object | `{}` | |
|
|
||||||
| podSecurityContext | object | `{}` | |
|
|
||||||
| resources | object | `{}` | |
|
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
|
||||||
| securityContext.runAsNonRoot | bool | `true` | |
|
|
||||||
| securityContext.runAsUser | int | `1000` | |
|
|
||||||
| service.port | int | `3000` | |
|
|
||||||
| service.type | string | `"ClusterIP"` | |
|
|
||||||
| serviceAccount.annotations | object | `{}` | |
|
|
||||||
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
|
|
||||||
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
|
|
||||||
| silverbullet.authentication | bool | `true` | Enable/disable user and password authentication |
|
|
||||||
| silverbullet.pass | string | `"silverbullet"` | Password to use for logging in |
|
|
||||||
| silverbullet.user | string | `"admin"` | Username to use for logging in |
|
|
||||||
| tolerations | list | `[]` | |
|
|
||||||
|
|
||||||
----------------------------------------------
|
|
||||||
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
|
|
@ -38,10 +38,8 @@ spec:
|
|||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
{{- if .Values.silverbullet.authentication }}
|
|
||||||
- name: SB_USER
|
- name: SB_USER
|
||||||
value: "{{ .Values.silverbullet.user }}:{{ .Values.silverbullet.pass }}"
|
value: "{{ .Values.silverbullet.user }}:{{ .Values.silverbullet.pass }}"
|
||||||
{{- end }}
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: zefhemel/silverbullet
|
repository: zefhemel/silverbullet
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: ""
|
tag: ""
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
@ -13,11 +13,12 @@ nameOverride: ""
|
|||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# -- Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
create: true
|
create: true
|
||||||
# Annotations to add to the service account
|
# Annotations to add to the service account
|
||||||
annotations: {}
|
annotations: {}
|
||||||
# -- The name of the service account to use. If not set and create is true, a name is generated using the fullname template
|
# The name of the service account to use.
|
||||||
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
@ -38,15 +39,10 @@ service:
|
|||||||
port: 3000
|
port: 3000
|
||||||
|
|
||||||
silverbullet:
|
silverbullet:
|
||||||
# -- Enable/disable user and password authentication
|
|
||||||
authentication: true
|
|
||||||
# -- Username to use for logging in
|
|
||||||
user: admin
|
user: admin
|
||||||
# -- Password to use for logging in
|
|
||||||
pass: silverbullet
|
pass: silverbullet
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
# -- Persistence config for the /space volume
|
|
||||||
enabled: false
|
enabled: false
|
||||||
existingClaim: ""
|
existingClaim: ""
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
Reference in New Issue
Block a user